Uses of Class
com.echothree.model.data.accounting.common.pk.TransactionGlAccountCategoryDescriptionPK
Packages that use TransactionGlAccountCategoryDescriptionPK
Package
Description
-
Uses of TransactionGlAccountCategoryDescriptionPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionGlAccountCategoryDescriptionPK -
Uses of TransactionGlAccountCategoryDescriptionPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionGlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionTransactionGlAccountCategoryDescriptionFactory.getNextPK()
TransactionGlAccountCategoryDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) TransactionGlAccountCategoryDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionTransactionGlAccountCategoryDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) TransactionGlAccountCategoryDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) TransactionGlAccountCategoryDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) TransactionGlAccountCategoryDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionTransactionGlAccountCategoryDescriptionFactory.getEntityFromCache
(Session session, TransactionGlAccountCategoryDescriptionPK pk) TransactionGlAccountCategoryDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, TransactionGlAccountCategoryDescriptionPK pk) TransactionGlAccountCategoryDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, TransactionGlAccountCategoryDescriptionPK pk) TransactionGlAccountCategoryDescriptionFactory.getValueFromPK
(Session session, TransactionGlAccountCategoryDescriptionPK pk) void
TransactionGlAccountCategoryDescriptionFactory.remove
(Session session, TransactionGlAccountCategoryDescriptionPK pk) boolean
TransactionGlAccountCategoryDescriptionFactory.validPK
(Session session, TransactionGlAccountCategoryDescriptionPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionTransactionGlAccountCategoryDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<TransactionGlAccountCategoryDescriptionPK> pks) TransactionGlAccountCategoryDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<TransactionGlAccountCategoryDescriptionPK> pks) TransactionGlAccountCategoryDescriptionFactory.getValuesFromPKs
(Session session, Collection<TransactionGlAccountCategoryDescriptionPK> pks) void
TransactionGlAccountCategoryDescriptionFactory.remove
(Session session, Collection<TransactionGlAccountCategoryDescriptionPK> pks) void
TransactionGlAccountCategoryDescriptionFactory.remove
(Collection<TransactionGlAccountCategoryDescriptionPK> pks) -
Uses of TransactionGlAccountCategoryDescriptionPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionGlAccountCategoryDescriptionPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type TransactionGlAccountCategoryDescriptionPKModifierConstructorDescriptionTransactionGlAccountCategoryDescriptionValue
(TransactionGlAccountCategoryDescriptionPK transactionGlAccountCategoryDescriptionPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountCategoryDescriptionValue