Uses of Class
com.echothree.model.data.accounting.common.pk.TransactionGlAccountPK
Packages that use TransactionGlAccountPK
Package
Description
-
Uses of TransactionGlAccountPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionGlAccountPK -
Uses of TransactionGlAccountPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionGlAccountPKModifier and TypeMethodDescriptionTransactionGlAccountFactory.getNextPK()TransactionGlAccountFactory.getPKFromQuery(PreparedStatement ps, Object... params) TransactionGlAccountFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGlAccountPKModifier and TypeMethodDescriptionTransactionGlAccountFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) TransactionGlAccountFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) TransactionGlAccountFactory.getPKsFromResultSetAsList(ResultSet rs) TransactionGlAccountFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGlAccountPKModifier and TypeMethodDescriptionTransactionGlAccountFactory.getEntityFromCache(Session session, TransactionGlAccountPK pk) TransactionGlAccountFactory.getEntityFromPK(EntityPermission entityPermission, TransactionGlAccountPK pk) TransactionGlAccountFactory.getEntityFromPK(Session session, EntityPermission entityPermission, TransactionGlAccountPK pk) TransactionGlAccountFactory.getValueFromPK(Session session, TransactionGlAccountPK pk) voidTransactionGlAccountFactory.remove(Session session, TransactionGlAccountPK pk) booleanTransactionGlAccountFactory.validPK(Session session, TransactionGlAccountPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGlAccountPKModifier and TypeMethodDescriptionTransactionGlAccountFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<TransactionGlAccountPK> pks) TransactionGlAccountFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<TransactionGlAccountPK> pks) TransactionGlAccountFactory.getValuesFromPKs(Session session, Collection<TransactionGlAccountPK> pks) voidTransactionGlAccountFactory.remove(Session session, Collection<TransactionGlAccountPK> pks) voidTransactionGlAccountFactory.remove(Collection<TransactionGlAccountPK> pks) -
Uses of TransactionGlAccountPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionGlAccountPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type TransactionGlAccountPKModifierConstructorDescriptionTransactionGlAccountValue(TransactionGlAccountPK transactionGlAccountPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountValue