Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryTransactionStatus
Packages that use InventoryTransactionStatus
-
Uses of InventoryTransactionStatus in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionStatusModifier and TypeMethodDescriptionInventoryTransactionStatusFactory.create(InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence) InventoryTransactionStatusFactory.create(InventoryTransaction inventoryTransaction, Integer inventoryTransactionLineSequence) InventoryTransactionStatusFactory.getEntityFromCache(InventoryTransactionStatusPK pk) InventoryTransactionStatusFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionStatusPK pk) InventoryTransactionStatusFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionStatusFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionStatusFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionStatusFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryTransactionStatusFactory.getEntityFromValue(EntityPermission entityPermission, InventoryTransactionStatusValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionStatusModifier and TypeMethodDescriptionInventoryTransactionStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionStatusPK> pks) InventoryTransactionStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionStatusFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionStatusModifier and TypeMethodDescriptionvoidInventoryTransactionStatusFactory.remove(InventoryTransactionStatus entity) voidInventoryTransactionStatusFactory.store(InventoryTransactionStatus entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionStatusModifier and TypeMethodDescriptionvoidInventoryTransactionStatusFactory.store(Collection<InventoryTransactionStatus> entities)