Uses of Class
com.echothree.model.data.item.common.pk.ItemUnitLimitPK
Packages that use ItemUnitLimitPK
Package
Description
-
Uses of ItemUnitLimitPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemUnitLimitPK -
Uses of ItemUnitLimitPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemUnitLimitPKModifier and TypeMethodDescriptionItemUnitLimitFactory.getNextPK()
ItemUnitLimitFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ItemUnitLimitFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemUnitLimitPKModifier and TypeMethodDescriptionItemUnitLimitFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ItemUnitLimitFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ItemUnitLimitFactory.getPKsFromResultSetAsList
(ResultSet rs) ItemUnitLimitFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemUnitLimitPKModifier and TypeMethodDescriptionItemUnitLimitFactory.getEntityFromCache
(Session session, ItemUnitLimitPK pk) ItemUnitLimitFactory.getEntityFromPK
(EntityPermission entityPermission, ItemUnitLimitPK pk) ItemUnitLimitFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemUnitLimitPK pk) ItemUnitLimitFactory.getValueFromPK
(Session session, ItemUnitLimitPK pk) void
ItemUnitLimitFactory.remove
(Session session, ItemUnitLimitPK pk) boolean
ItemUnitLimitFactory.validPK
(Session session, ItemUnitLimitPK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemUnitLimitPKModifier and TypeMethodDescriptionItemUnitLimitFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemUnitLimitPK> pks) ItemUnitLimitFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemUnitLimitPK> pks) ItemUnitLimitFactory.getValuesFromPKs
(Session session, Collection<ItemUnitLimitPK> pks) void
ItemUnitLimitFactory.remove
(Session session, Collection<ItemUnitLimitPK> pks) void
ItemUnitLimitFactory.remove
(Collection<ItemUnitLimitPK> pks) -
Uses of ItemUnitLimitPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemUnitLimitPKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemUnitLimitPKModifierConstructorDescriptionItemUnitLimitValue
(ItemUnitLimitPK itemUnitLimitPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) Creates a new instance of ItemUnitLimitValue