Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLocationAssignmentStatus
Packages that use InventoryLocationAssignmentStatus
-
Uses of InventoryLocationAssignmentStatus in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationAssignmentStatusModifier and TypeMethodDescriptionInventoryLocationAssignmentStatusFactory.create
(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) InventoryLocationAssignmentStatusFactory.create
(InventoryLocationAssignment inventoryLocationAssignment, Long quantityOnHand, Long availableToPromise) InventoryLocationAssignmentStatusFactory.create
(Session session, InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) InventoryLocationAssignmentStatusFactory.create
(Session session, InventoryLocationAssignment inventoryLocationAssignment, Long quantityOnHand, Long availableToPromise) InventoryLocationAssignmentStatusFactory.getEntityFromCache
(Session session, InventoryLocationAssignmentStatusPK pk) InventoryLocationAssignmentStatusFactory.getEntityFromPK
(EntityPermission entityPermission, InventoryLocationAssignmentStatusPK pk) InventoryLocationAssignmentStatusFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, InventoryLocationAssignmentStatusPK pk) InventoryLocationAssignmentStatusFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) InventoryLocationAssignmentStatusFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationAssignmentStatusFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationAssignmentStatusFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationAssignmentStatusFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationAssignmentStatusFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationAssignmentStatusFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationAssignmentStatusFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) InventoryLocationAssignmentStatusFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) InventoryLocationAssignmentStatusFactory.getEntityFromValue
(EntityPermission entityPermission, InventoryLocationAssignmentStatusValue value) InventoryLocationAssignmentStatusFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InventoryLocationAssignmentStatusValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationAssignmentStatusModifier and TypeMethodDescriptionInventoryLocationAssignmentStatusFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<InventoryLocationAssignmentStatusPK> pks) InventoryLocationAssignmentStatusFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InventoryLocationAssignmentStatusPK> pks) InventoryLocationAssignmentStatusFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) InventoryLocationAssignmentStatusFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationAssignmentStatusFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationAssignmentStatusFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationAssignmentStatusFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationAssignmentStatusFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationAssignmentStatusFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationAssignmentStatusFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) InventoryLocationAssignmentStatusFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationAssignmentStatusModifier and TypeMethodDescriptionvoid
InventoryLocationAssignmentStatusFactory.remove
(Session session, InventoryLocationAssignmentStatus entity) void
InventoryLocationAssignmentStatusFactory.store
(Session session, InventoryLocationAssignmentStatus entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationAssignmentStatusModifier and TypeMethodDescriptionvoid
InventoryLocationAssignmentStatusFactory.store
(Session session, Collection<InventoryLocationAssignmentStatus> entities) void
InventoryLocationAssignmentStatusFactory.store
(Collection<InventoryLocationAssignmentStatus> entities)