Uses of Class
com.echothree.model.data.accounting.common.pk.TransactionGlAccountCategoryPK
Packages that use TransactionGlAccountCategoryPK
Package
Description
-
Uses of TransactionGlAccountCategoryPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionGlAccountCategoryPKModifier and TypeMethodDescriptionTransactionGlAccountCategory.getPrimaryKey()
TransactionGlAccount.getTransactionGlAccountCategoryPK()
TransactionGlAccountCategoryDescription.getTransactionGlAccountCategoryPK()
TransactionGlAccountCategoryDetail.getTransactionGlAccountCategoryPK()
TransactionGlEntry.getTransactionGlAccountCategoryPK()
Methods in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGlAccountCategoryPKModifier and TypeMethodDescriptionvoid
TransactionGlAccount.setTransactionGlAccountCategoryPK
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) void
TransactionGlAccountCategoryDescription.setTransactionGlAccountCategoryPK
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) void
TransactionGlAccountCategoryDetail.setTransactionGlAccountCategoryPK
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) void
TransactionGlEntry.setTransactionGlAccountCategoryPK
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) -
Uses of TransactionGlAccountCategoryPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionGlAccountCategoryPKModifier and TypeMethodDescriptionTransactionGlAccountCategoryFactory.getNextPK()
TransactionGlAccountCategoryFactory.getPKFromQuery
(PreparedStatement ps, Object... params) TransactionGlAccountCategoryFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGlAccountCategoryPKModifier and TypeMethodDescriptionTransactionGlAccountCategoryFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) TransactionGlAccountCategoryFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) TransactionGlAccountCategoryFactory.getPKsFromResultSetAsList
(ResultSet rs) TransactionGlAccountCategoryFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGlAccountCategoryPKModifier and TypeMethodDescriptionTransactionGlAccountCategoryDescriptionFactory.create
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) TransactionGlAccountCategoryDescriptionFactory.create
(Session session, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, LanguagePK languagePK, String description, 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) TransactionGlAccountFactory.create
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) TransactionGlAccountFactory.create
(Session session, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) TransactionGlEntryFactory.create
(TransactionPK transactionPK, Integer transactionGlEntrySequence, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, Long fromTime, Long thruTime) TransactionGlEntryFactory.create
(Session session, TransactionPK transactionPK, Integer transactionGlEntrySequence, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, Long fromTime, Long thruTime) TransactionGlAccountCategoryFactory.getEntityFromCache
(Session session, TransactionGlAccountCategoryPK pk) TransactionGlAccountCategoryFactory.getEntityFromPK
(EntityPermission entityPermission, TransactionGlAccountCategoryPK pk) TransactionGlAccountCategoryFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, TransactionGlAccountCategoryPK pk) TransactionGlAccountCategoryFactory.getValueFromPK
(Session session, TransactionGlAccountCategoryPK pk) void
TransactionGlAccountCategoryFactory.remove
(Session session, TransactionGlAccountCategoryPK pk) boolean
TransactionGlAccountCategoryFactory.validPK
(Session session, TransactionGlAccountCategoryPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGlAccountCategoryPKModifier and TypeMethodDescriptionTransactionGlAccountCategoryFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<TransactionGlAccountCategoryPK> pks) TransactionGlAccountCategoryFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<TransactionGlAccountCategoryPK> pks) TransactionGlAccountCategoryFactory.getValuesFromPKs
(Session session, Collection<TransactionGlAccountCategoryPK> pks) void
TransactionGlAccountCategoryFactory.remove
(Session session, Collection<TransactionGlAccountCategoryPK> pks) void
TransactionGlAccountCategoryFactory.remove
(Collection<TransactionGlAccountCategoryPK> pks) -
Uses of TransactionGlAccountCategoryPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionGlAccountCategoryPKModifier and TypeMethodDescriptionTransactionGlAccountCategoryValue.getPrimaryKey()
TransactionGlAccountCategoryDescriptionValue.getTransactionGlAccountCategoryPK()
TransactionGlAccountCategoryDetailValue.getTransactionGlAccountCategoryPK()
TransactionGlAccountValue.getTransactionGlAccountCategoryPK()
TransactionGlEntryValue.getTransactionGlAccountCategoryPK()
Methods in com.echothree.model.data.accounting.server.value with parameters of type TransactionGlAccountCategoryPKModifier and TypeMethodDescriptionvoid
TransactionGlAccountCategoryDescriptionValue.setTransactionGlAccountCategoryPK
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) void
TransactionGlAccountCategoryDetailValue.setTransactionGlAccountCategoryPK
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) void
TransactionGlAccountValue.setTransactionGlAccountCategoryPK
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) void
TransactionGlEntryValue.setTransactionGlAccountCategoryPK
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type TransactionGlAccountCategoryPKModifierConstructorDescriptionTransactionGlAccountCategoryDescriptionValue
(TransactionGlAccountCategoryDescriptionPK transactionGlAccountCategoryDescriptionPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountCategoryDescriptionValueTransactionGlAccountCategoryDescriptionValue
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountCategoryDescriptionValueTransactionGlAccountCategoryDetailValue
(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 TransactionGlAccountCategoryDetailValueTransactionGlAccountCategoryValue
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, TransactionGlAccountCategoryDetailPK activeDetailPK, TransactionGlAccountCategoryDetailPK lastDetailPK) Creates a new instance of TransactionGlAccountCategoryValueTransactionGlAccountValue
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountValueTransactionGlAccountValue
(TransactionGlAccountPK transactionGlAccountPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountValueTransactionGlEntryValue
(TransactionGlEntryPK transactionGlEntryPK, TransactionPK transactionPK, Integer transactionGlEntrySequence, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValueTransactionGlEntryValue
(TransactionPK transactionPK, Integer transactionGlEntrySequence, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValue