Uses of Class
com.echothree.model.data.accounting.common.pk.TransactionPK
Packages that use TransactionPK
Package
Description
-
Uses of TransactionPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionPKModifier and TypeMethodDescriptionTransaction.getPrimaryKey()
TransactionDetail.getTransactionPK()
TransactionEntityRole.getTransactionPK()
TransactionGlEntry.getTransactionPK()
TransactionStatus.getTransactionPK()
Methods in com.echothree.model.data.accounting.server.entity with parameters of type TransactionPKModifier and TypeMethodDescriptionvoid
TransactionDetail.setTransactionPK
(TransactionPK transactionPK) void
TransactionEntityRole.setTransactionPK
(TransactionPK transactionPK) void
TransactionGlEntry.setTransactionPK
(TransactionPK transactionPK) void
TransactionStatus.setTransactionPK
(TransactionPK transactionPK) -
Uses of TransactionPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionPKModifier and TypeMethodDescriptionTransactionFactory.getNextPK()
TransactionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) TransactionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionPKModifier and TypeMethodDescriptionTransactionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) TransactionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) TransactionFactory.getPKsFromResultSetAsList
(ResultSet rs) TransactionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionPKModifier and TypeMethodDescriptionTransactionDetailFactory.create
(TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long postingTime, Long fromTime, Long thruTime) TransactionDetailFactory.create
(Session session, TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long postingTime, Long fromTime, Long thruTime) TransactionEntityRoleFactory.create
(TransactionPK transactionPK, TransactionEntityRoleTypePK transactionEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) TransactionEntityRoleFactory.create
(Session session, TransactionPK transactionPK, TransactionEntityRoleTypePK transactionEntityRoleTypePK, EntityInstancePK entityInstancePK, 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) TransactionStatusFactory.create
(TransactionPK transactionPK, Integer transactionGlEntrySequence) TransactionStatusFactory.create
(Session session, TransactionPK transactionPK, Integer transactionGlEntrySequence) TransactionFactory.getEntityFromCache
(Session session, TransactionPK pk) TransactionFactory.getEntityFromPK
(EntityPermission entityPermission, TransactionPK pk) TransactionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, TransactionPK pk) TransactionFactory.getValueFromPK
(Session session, TransactionPK pk) void
TransactionFactory.remove
(Session session, TransactionPK pk) boolean
TransactionFactory.validPK
(Session session, TransactionPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionPKModifier and TypeMethodDescriptionTransactionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<TransactionPK> pks) TransactionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<TransactionPK> pks) TransactionFactory.getValuesFromPKs
(Session session, Collection<TransactionPK> pks) void
TransactionFactory.remove
(Session session, Collection<TransactionPK> pks) void
TransactionFactory.remove
(Collection<TransactionPK> pks) -
Uses of TransactionPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionPKModifier and TypeMethodDescriptionTransactionValue.getPrimaryKey()
TransactionDetailValue.getTransactionPK()
TransactionEntityRoleValue.getTransactionPK()
TransactionGlEntryValue.getTransactionPK()
TransactionStatusValue.getTransactionPK()
Methods in com.echothree.model.data.accounting.server.value with parameters of type TransactionPKModifier and TypeMethodDescriptionvoid
TransactionDetailValue.setTransactionPK
(TransactionPK transactionPK) void
TransactionEntityRoleValue.setTransactionPK
(TransactionPK transactionPK) void
TransactionGlEntryValue.setTransactionPK
(TransactionPK transactionPK) void
TransactionStatusValue.setTransactionPK
(TransactionPK transactionPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type TransactionPKModifierConstructorDescriptionTransactionDetailValue
(TransactionDetailPK transactionDetailPK, TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long postingTime, Long fromTime, Long thruTime) Creates a new instance of TransactionDetailValueTransactionDetailValue
(TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long postingTime, Long fromTime, Long thruTime) Creates a new instance of TransactionDetailValueTransactionEntityRoleValue
(TransactionEntityRolePK transactionEntityRolePK, TransactionPK transactionPK, TransactionEntityRoleTypePK transactionEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of TransactionEntityRoleValueTransactionEntityRoleValue
(TransactionPK transactionPK, TransactionEntityRoleTypePK transactionEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of TransactionEntityRoleValueTransactionGlEntryValue
(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 TransactionGlEntryValueTransactionStatusValue
(TransactionPK transactionPK, Integer transactionGlEntrySequence) Creates a new instance of TransactionStatusValueTransactionStatusValue
(TransactionStatusPK transactionStatusPK, TransactionPK transactionPK, Integer transactionGlEntrySequence) Creates a new instance of TransactionStatusValueTransactionValue
(TransactionPK transactionPK, TransactionDetailPK activeDetailPK, TransactionDetailPK lastDetailPK) Creates a new instance of TransactionValue