Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountCategoryPK
Packages that use GlAccountCategoryPK
Package
Description
-
Uses of GlAccountCategoryPK in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control with parameters of type GlAccountCategoryPKModifier and TypeMethodDescriptionAccountingControl.getDefaultGlAccount
(GlAccountCategoryPK glAccountCategoryPK) AccountingControl.getDefaultGlAccountDetailValueForUpdate
(GlAccountCategoryPK glAccountCategoryPK) AccountingControl.getDefaultGlAccountForUpdate
(GlAccountCategoryPK glAccountCategoryPK) AccountingControl.getGlAccountsByGlAccountCategory
(GlAccountCategoryPK glAccountCategoryPK) AccountingControl.getGlAccountsByGlAccountCategoryForUpdate
(GlAccountCategoryPK glAccountCategoryPK) -
Uses of GlAccountCategoryPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountCategoryPKModifier and TypeMethodDescriptionGlAccountCategoryDescription.getGlAccountCategoryPK()
GlAccountCategoryDetail.getGlAccountCategoryPK()
GlAccountDetail.getGlAccountCategoryPK()
TransactionGlAccountCategoryDetail.getGlAccountCategoryPK()
GlAccountCategoryDetail.getParentGlAccountCategoryPK()
GlAccountCategory.getPrimaryKey()
Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountCategoryPKModifier and TypeMethodDescriptionvoid
GlAccountCategoryDescription.setGlAccountCategoryPK
(GlAccountCategoryPK glAccountCategoryPK) void
GlAccountCategoryDetail.setGlAccountCategoryPK
(GlAccountCategoryPK glAccountCategoryPK) void
GlAccountDetail.setGlAccountCategoryPK
(GlAccountCategoryPK glAccountCategoryPK) void
TransactionGlAccountCategoryDetail.setGlAccountCategoryPK
(GlAccountCategoryPK glAccountCategoryPK) void
GlAccountCategoryDetail.setParentGlAccountCategoryPK
(GlAccountCategoryPK parentGlAccountCategoryPK) -
Uses of GlAccountCategoryPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountCategoryPKModifier and TypeMethodDescriptionGlAccountCategoryFactory.getNextPK()
GlAccountCategoryFactory.getPKFromQuery
(PreparedStatement ps, Object... params) GlAccountCategoryFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountCategoryPKModifier and TypeMethodDescriptionGlAccountCategoryFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) GlAccountCategoryFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) GlAccountCategoryFactory.getPKsFromResultSetAsList
(ResultSet rs) GlAccountCategoryFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountCategoryPKModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.create
(GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GlAccountCategoryDescriptionFactory.create
(Session session, GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GlAccountCategoryDetailFactory.create
(GlAccountCategoryPK glAccountCategoryPK, String glAccountCategoryName, GlAccountCategoryPK parentGlAccountCategoryPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GlAccountCategoryDetailFactory.create
(Session session, GlAccountCategoryPK glAccountCategoryPK, String glAccountCategoryName, GlAccountCategoryPK parentGlAccountCategoryPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GlAccountDetailFactory.create
(GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) GlAccountDetailFactory.create
(Session session, GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) TransactionGlAccountCategoryDetailFactory.create
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, TransactionTypePK transactionTypePK, String transactionGlAccountCategoryName, GlAccountCategoryPK glAccountCategoryPK, Integer sortOrder, Long fromTime, Long thruTime) TransactionGlAccountCategoryDetailFactory.create
(Session session, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, TransactionTypePK transactionTypePK, String transactionGlAccountCategoryName, GlAccountCategoryPK glAccountCategoryPK, Integer sortOrder, Long fromTime, Long thruTime) GlAccountCategoryFactory.getEntityFromCache
(Session session, GlAccountCategoryPK pk) GlAccountCategoryFactory.getEntityFromPK
(EntityPermission entityPermission, GlAccountCategoryPK pk) GlAccountCategoryFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GlAccountCategoryPK pk) GlAccountCategoryFactory.getValueFromPK
(Session session, GlAccountCategoryPK pk) void
GlAccountCategoryFactory.remove
(Session session, GlAccountCategoryPK pk) boolean
GlAccountCategoryFactory.validPK
(Session session, GlAccountCategoryPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountCategoryPKModifier and TypeMethodDescriptionGlAccountCategoryFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<GlAccountCategoryPK> pks) GlAccountCategoryFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GlAccountCategoryPK> pks) GlAccountCategoryFactory.getValuesFromPKs
(Session session, Collection<GlAccountCategoryPK> pks) void
GlAccountCategoryFactory.remove
(Session session, Collection<GlAccountCategoryPK> pks) void
GlAccountCategoryFactory.remove
(Collection<GlAccountCategoryPK> pks) -
Uses of GlAccountCategoryPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountCategoryPKModifier and TypeMethodDescriptionGlAccountCategoryDescriptionValue.getGlAccountCategoryPK()
GlAccountCategoryDetailValue.getGlAccountCategoryPK()
GlAccountDetailValue.getGlAccountCategoryPK()
TransactionGlAccountCategoryDetailValue.getGlAccountCategoryPK()
GlAccountCategoryDetailValue.getParentGlAccountCategoryPK()
GlAccountCategoryValue.getPrimaryKey()
Methods in com.echothree.model.data.accounting.server.value with parameters of type GlAccountCategoryPKModifier and TypeMethodDescriptionvoid
GlAccountCategoryDescriptionValue.setGlAccountCategoryPK
(GlAccountCategoryPK glAccountCategoryPK) void
GlAccountCategoryDetailValue.setGlAccountCategoryPK
(GlAccountCategoryPK glAccountCategoryPK) void
GlAccountDetailValue.setGlAccountCategoryPK
(GlAccountCategoryPK glAccountCategoryPK) void
TransactionGlAccountCategoryDetailValue.setGlAccountCategoryPK
(GlAccountCategoryPK glAccountCategoryPK) void
GlAccountCategoryDetailValue.setParentGlAccountCategoryPK
(GlAccountCategoryPK parentGlAccountCategoryPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountCategoryPKModifierConstructorDescriptionGlAccountCategoryDescriptionValue
(GlAccountCategoryDescriptionPK glAccountCategoryDescriptionPK, GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDescriptionValueGlAccountCategoryDescriptionValue
(GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDescriptionValueGlAccountCategoryDetailValue
(GlAccountCategoryDetailPK glAccountCategoryDetailPK, GlAccountCategoryPK glAccountCategoryPK, String glAccountCategoryName, GlAccountCategoryPK parentGlAccountCategoryPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDetailValueGlAccountCategoryDetailValue
(GlAccountCategoryPK glAccountCategoryPK, String glAccountCategoryName, GlAccountCategoryPK parentGlAccountCategoryPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDetailValueGlAccountCategoryValue
(GlAccountCategoryPK glAccountCategoryPK, GlAccountCategoryDetailPK activeDetailPK, GlAccountCategoryDetailPK lastDetailPK) Creates a new instance of GlAccountCategoryValueGlAccountDetailValue
(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 GlAccountDetailValueGlAccountDetailValue
(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 GlAccountDetailValueTransactionGlAccountCategoryDetailValue
(TransactionGlAccountCategoryDetailPK transactionGlAccountCategoryDetailPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, TransactionTypePK transactionTypePK, String transactionGlAccountCategoryName, GlAccountCategoryPK glAccountCategoryPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountCategoryDetailValueTransactionGlAccountCategoryDetailValue
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, TransactionTypePK transactionTypePK, String transactionGlAccountCategoryName, GlAccountCategoryPK glAccountCategoryPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountCategoryDetailValue