Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionReasonDescriptionPK
Packages that use InventoryTransactionReasonDescriptionPK
Package
Description
-
Uses of InventoryTransactionReasonDescriptionPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionReasonDescriptionPK -
Uses of InventoryTransactionReasonDescriptionPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionReasonDescriptionPKModifier and TypeMethodDescriptionInventoryTransactionReasonDescriptionFactory.getNextPK()InventoryTransactionReasonDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionReasonDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionReasonDescriptionPKModifier and TypeMethodDescriptionInventoryTransactionReasonDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionReasonDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionReasonDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionReasonDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionReasonDescriptionPKModifier and TypeMethodDescriptionInventoryTransactionReasonDescriptionFactory.getEntityFromCache(InventoryTransactionReasonDescriptionPK pk) InventoryTransactionReasonDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionReasonDescriptionPK pk) InventoryTransactionReasonDescriptionFactory.getValueFromPK(InventoryTransactionReasonDescriptionPK pk) voidInventoryTransactionReasonDescriptionFactory.remove(InventoryTransactionReasonDescriptionPK pk) booleanInventoryTransactionReasonDescriptionFactory.validPK(InventoryTransactionReasonDescriptionPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionReasonDescriptionPKModifier and TypeMethodDescriptionInventoryTransactionReasonDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionReasonDescriptionPK> pks) InventoryTransactionReasonDescriptionFactory.getValuesFromPKs(Collection<InventoryTransactionReasonDescriptionPK> pks) voidInventoryTransactionReasonDescriptionFactory.remove(Collection<InventoryTransactionReasonDescriptionPK> pks) -
Uses of InventoryTransactionReasonDescriptionPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionReasonDescriptionPKConstructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionReasonDescriptionPKModifierConstructorDescriptionInventoryTransactionReasonDescriptionValue(InventoryTransactionReasonDescriptionPK inventoryTransactionReasonDescriptionPK, InventoryTransactionReasonPK inventoryTransactionReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionReasonDescriptionValue