Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryTransactionLineStatus
Packages that use InventoryTransactionLineStatus
-
Uses of InventoryTransactionLineStatus in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionLineStatusModifier and TypeMethodDescriptionInventoryTransactionLineStatusFactory.create(InventoryTransactionLinePK inventoryTransactionLinePK, Long quantity) InventoryTransactionLineStatusFactory.create(InventoryTransactionLine inventoryTransactionLine, Long quantity) InventoryTransactionLineStatusFactory.getEntityFromCache(InventoryTransactionLineStatusPK pk) InventoryTransactionLineStatusFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionLineStatusPK pk) InventoryTransactionLineStatusFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionLineStatusFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionLineStatusFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionLineStatusFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryTransactionLineStatusFactory.getEntityFromValue(EntityPermission entityPermission, InventoryTransactionLineStatusValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionLineStatusModifier and TypeMethodDescriptionInventoryTransactionLineStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionLineStatusPK> pks) InventoryTransactionLineStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionLineStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionLineStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionLineStatusFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionLineStatusModifier and TypeMethodDescriptionvoidInventoryTransactionLineStatusFactory.remove(InventoryTransactionLineStatus entity) voidInventoryTransactionLineStatusFactory.store(InventoryTransactionLineStatus entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionLineStatusModifier and TypeMethodDescriptionvoidInventoryTransactionLineStatusFactory.store(Collection<InventoryTransactionLineStatus> entities)