Uses of Class
com.echothree.model.data.accounting.common.pk.TransactionGlEntryPK
Packages that use TransactionGlEntryPK
Package
Description
-
Uses of TransactionGlEntryPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionGlEntryPKModifier and TypeMethodDescriptionTransactionGlEntry.getParentTransactionGlEntryPK()
TransactionGlEntry.getPrimaryKey()
Methods in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGlEntryPKModifier and TypeMethodDescriptionvoid
TransactionGlEntry.setParentTransactionGlEntryPK
(TransactionGlEntryPK parentTransactionGlEntryPK) -
Uses of TransactionGlEntryPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionGlEntryPKModifier and TypeMethodDescriptionTransactionGlEntryFactory.getNextPK()
TransactionGlEntryFactory.getPKFromQuery
(PreparedStatement ps, Object... params) TransactionGlEntryFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGlEntryPKModifier and TypeMethodDescriptionTransactionGlEntryFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) TransactionGlEntryFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) TransactionGlEntryFactory.getPKsFromResultSetAsList
(ResultSet rs) TransactionGlEntryFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGlEntryPKModifier and TypeMethodDescriptionTransactionGlEntryFactory.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) TransactionGlEntryFactory.getEntityFromCache
(Session session, TransactionGlEntryPK pk) TransactionGlEntryFactory.getEntityFromPK
(EntityPermission entityPermission, TransactionGlEntryPK pk) TransactionGlEntryFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, TransactionGlEntryPK pk) TransactionGlEntryFactory.getValueFromPK
(Session session, TransactionGlEntryPK pk) void
TransactionGlEntryFactory.remove
(Session session, TransactionGlEntryPK pk) boolean
TransactionGlEntryFactory.validPK
(Session session, TransactionGlEntryPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGlEntryPKModifier and TypeMethodDescriptionTransactionGlEntryFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<TransactionGlEntryPK> pks) TransactionGlEntryFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<TransactionGlEntryPK> pks) TransactionGlEntryFactory.getValuesFromPKs
(Session session, Collection<TransactionGlEntryPK> pks) void
TransactionGlEntryFactory.remove
(Session session, Collection<TransactionGlEntryPK> pks) void
TransactionGlEntryFactory.remove
(Collection<TransactionGlEntryPK> pks) -
Uses of TransactionGlEntryPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionGlEntryPKModifier and TypeMethodDescriptionTransactionGlEntryValue.getParentTransactionGlEntryPK()
TransactionGlEntryValue.getPrimaryKey()
Methods in com.echothree.model.data.accounting.server.value with parameters of type TransactionGlEntryPKModifier and TypeMethodDescriptionvoid
TransactionGlEntryValue.setParentTransactionGlEntryPK
(TransactionGlEntryPK parentTransactionGlEntryPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type TransactionGlEntryPKModifierConstructorDescriptionTransactionGlEntryValue
(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