Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountDetailPK
Packages that use GlAccountDetailPK
Package
Description
-
Uses of GlAccountDetailPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountDetailPKModifier and TypeMethodDescriptionGlAccount.getActiveDetailPK()GlAccount.getLastDetailPK()GlAccountDetail.getPrimaryKey()Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountDetailPKModifier and TypeMethodDescriptionvoidGlAccount.setActiveDetailPK(GlAccountDetailPK activeDetailPK) voidGlAccount.setLastDetailPK(GlAccountDetailPK lastDetailPK) -
Uses of GlAccountDetailPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountDetailPKModifier and TypeMethodDescriptionGlAccountDetailFactory.getNextPK()GlAccountDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) GlAccountDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountDetailPKModifier and TypeMethodDescriptionGlAccountDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GlAccountDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GlAccountDetailFactory.getPKsFromResultSetAsList(ResultSet rs) GlAccountDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountDetailPKModifier and TypeMethodDescriptionGlAccountFactory.create(GlAccountDetailPK activeDetailPK, GlAccountDetailPK lastDetailPK) GlAccountDetailFactory.getEntityFromCache(GlAccountDetailPK pk) GlAccountDetailFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountDetailPK pk) GlAccountDetailFactory.getValueFromPK(GlAccountDetailPK pk) voidGlAccountDetailFactory.remove(GlAccountDetailPK pk) booleanGlAccountDetailFactory.validPK(GlAccountDetailPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountDetailPKModifier and TypeMethodDescriptionGlAccountDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountDetailPK> pks) GlAccountDetailFactory.getValuesFromPKs(Collection<GlAccountDetailPK> pks) voidGlAccountDetailFactory.remove(Collection<GlAccountDetailPK> pks) -
Uses of GlAccountDetailPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountDetailPKModifier and TypeMethodDescriptionGlAccountValue.getActiveDetailPK()GlAccountValue.getLastDetailPK()GlAccountDetailValue.getPrimaryKey()Methods in com.echothree.model.data.accounting.server.value with parameters of type GlAccountDetailPKModifier and TypeMethodDescriptionvoidGlAccountValue.setActiveDetailPK(GlAccountDetailPK activeDetailPK) voidGlAccountValue.setLastDetailPK(GlAccountDetailPK lastDetailPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountDetailPKModifierConstructorDescriptionGlAccountDetailValue(GlAccountDetailPK glAccountDetailPK, GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of GlAccountDetailValueGlAccountValue(GlAccountDetailPK activeDetailPK, GlAccountDetailPK lastDetailPK) Creates a new instance of GlAccountValueGlAccountValue(GlAccountPK glAccountPK, GlAccountDetailPK activeDetailPK, GlAccountDetailPK lastDetailPK) Creates a new instance of GlAccountValue -
Uses of GlAccountDetailPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return GlAccountDetailPKModifier and TypeMethodDescriptionGlAccounts.ActiveDetail()Getter forglaccounts.gla_activedetailid.GlAccountDetails.GlAccountDetail()Getter forglaccountdetails.gladt_glaccountdetailid.GlAccounts.LastDetail()Getter forglaccounts.gla_lastdetailid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type GlAccountDetailPKMethods in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountDetailPKModifier and TypeMethodDescriptionvoidGlAccounts.ActiveDetail(GlAccountDetailPK value) Setter forglaccounts.gla_activedetailid.voidGlAccountDetails.GlAccountDetail(GlAccountDetailPK value) Setter forglaccountdetails.gladt_glaccountdetailid.voidGlAccounts.LastDetail(GlAccountDetailPK value) Setter forglaccounts.gla_lastdetailid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountDetailPKModifierConstructorDescriptionGlAccountDetails(GlAccountDetailPK GlAccountDetail, GlAccountPK GlAccount, String GlAccountName, GlAccountPK ParentGlAccount, GlAccountTypePK GlAccountType, GlAccountClassPK GlAccountClass, GlAccountCategoryPK GlAccountCategory, GlResourceTypePK GlResourceType, CurrencyPK Currency, Boolean IsDefault, Long FromTime, Long ThruTime) Create a detached, initialised GlAccountDetailsGlAccounts(GlAccountPK GlAccount, GlAccountDetailPK ActiveDetail, GlAccountDetailPK LastDetail) Create a detached, initialised GlAccounts -
Uses of GlAccountDetailPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type GlAccountDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<GlAccounts, GlAccountDetailPK> GlAccounts.ACTIVE_DETAILThe columnglaccounts.gla_activedetailid.final org.jooq.TableField<GlAccountDetails, GlAccountDetailPK> GlAccountDetails.GL_ACCOUNT_DETAILThe columnglaccountdetails.gladt_glaccountdetailid.final org.jooq.TableField<GlAccounts, GlAccountDetailPK> GlAccounts.LAST_DETAILThe columnglaccounts.gla_lastdetailid.