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 TransactionGlEntryPK -
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.getEntityFromCache(TransactionGlEntryPK pk) TransactionGlEntryFactory.getEntityFromPK(EntityPermission entityPermission, TransactionGlEntryPK pk) TransactionGlEntryFactory.getValueFromPK(TransactionGlEntryPK pk) voidTransactionGlEntryFactory.remove(TransactionGlEntryPK pk) booleanTransactionGlEntryFactory.validPK(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.getValuesFromPKs(Collection<TransactionGlEntryPK> pks) voidTransactionGlEntryFactory.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 TransactionGlEntryPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type TransactionGlEntryPKModifierConstructorDescriptionTransactionGlEntryValue(TransactionGlEntryPK transactionGlEntryPK, TransactionPK transactionPK, Integer transactionGlEntrySequence, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValue