Uses of Class
com.echothree.model.data.accounting.common.pk.ItemAccountingCategoryDescriptionPK
Packages that use ItemAccountingCategoryDescriptionPK
Package
Description
-
Uses of ItemAccountingCategoryDescriptionPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return ItemAccountingCategoryDescriptionPK -
Uses of ItemAccountingCategoryDescriptionPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return ItemAccountingCategoryDescriptionPKModifier and TypeMethodDescriptionItemAccountingCategoryDescriptionFactory.getNextPK()
ItemAccountingCategoryDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ItemAccountingCategoryDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type ItemAccountingCategoryDescriptionPKModifier and TypeMethodDescriptionItemAccountingCategoryDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ItemAccountingCategoryDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ItemAccountingCategoryDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) ItemAccountingCategoryDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type ItemAccountingCategoryDescriptionPKModifier and TypeMethodDescriptionItemAccountingCategoryDescriptionFactory.getEntityFromCache
(Session session, ItemAccountingCategoryDescriptionPK pk) ItemAccountingCategoryDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ItemAccountingCategoryDescriptionPK pk) ItemAccountingCategoryDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemAccountingCategoryDescriptionPK pk) ItemAccountingCategoryDescriptionFactory.getValueFromPK
(Session session, ItemAccountingCategoryDescriptionPK pk) void
ItemAccountingCategoryDescriptionFactory.remove
(Session session, ItemAccountingCategoryDescriptionPK pk) boolean
ItemAccountingCategoryDescriptionFactory.validPK
(Session session, ItemAccountingCategoryDescriptionPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type ItemAccountingCategoryDescriptionPKModifier and TypeMethodDescriptionItemAccountingCategoryDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemAccountingCategoryDescriptionPK> pks) ItemAccountingCategoryDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemAccountingCategoryDescriptionPK> pks) ItemAccountingCategoryDescriptionFactory.getValuesFromPKs
(Session session, Collection<ItemAccountingCategoryDescriptionPK> pks) void
ItemAccountingCategoryDescriptionFactory.remove
(Session session, Collection<ItemAccountingCategoryDescriptionPK> pks) void
ItemAccountingCategoryDescriptionFactory.remove
(Collection<ItemAccountingCategoryDescriptionPK> pks) -
Uses of ItemAccountingCategoryDescriptionPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return ItemAccountingCategoryDescriptionPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type ItemAccountingCategoryDescriptionPKModifierConstructorDescriptionItemAccountingCategoryDescriptionValue
(ItemAccountingCategoryDescriptionPK itemAccountingCategoryDescriptionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ItemAccountingCategoryDescriptionValue