Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryPartyStatus
Packages that use InventoryPartyStatus
-
Uses of InventoryPartyStatus in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryPartyStatusModifier and TypeMethodDescriptionInventoryPartyStatusFactory.create(PartyPK partyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long quantityOnHand, Long availableToPromise) InventoryPartyStatusFactory.create(Party party, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantityOnHand, Long availableToPromise) InventoryPartyStatusFactory.getEntityFromCache(InventoryPartyStatusPK pk) InventoryPartyStatusFactory.getEntityFromPK(EntityPermission entityPermission, InventoryPartyStatusPK pk) InventoryPartyStatusFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryPartyStatusFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryPartyStatusFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryPartyStatusFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryPartyStatusFactory.getEntityFromValue(EntityPermission entityPermission, InventoryPartyStatusValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryPartyStatusModifier and TypeMethodDescriptionInventoryPartyStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryPartyStatusPK> pks) InventoryPartyStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryPartyStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryPartyStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryPartyStatusFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryPartyStatusModifier and TypeMethodDescriptionvoidInventoryPartyStatusFactory.remove(InventoryPartyStatus entity) voidInventoryPartyStatusFactory.store(InventoryPartyStatus entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryPartyStatusModifier and TypeMethodDescriptionvoidInventoryPartyStatusFactory.store(Collection<InventoryPartyStatus> entities)