Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLocationGroupDetail
Packages that use InventoryLocationGroupDetail
Package
Description
-
Uses of InventoryLocationGroupDetail in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationGroupDetailModifier and TypeMethodDescriptionInventoryLocationGroup.getActiveDetail()InventoryLocationGroup.getActiveDetail(EntityPermission entityPermission) InventoryLocationGroup.getActiveDetailForUpdate()InventoryLocationGroup.getLastDetail()InventoryLocationGroup.getLastDetail(EntityPermission entityPermission) InventoryLocationGroup.getLastDetailForUpdate()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationGroupDetailModifier and TypeMethodDescriptionvoidInventoryLocationGroup.setActiveDetail(InventoryLocationGroupDetail entity) voidInventoryLocationGroup.setLastDetail(InventoryLocationGroupDetail entity) -
Uses of InventoryLocationGroupDetail in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupDetailModifier and TypeMethodDescriptionInventoryLocationGroupDetailFactory.create(InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) InventoryLocationGroupDetailFactory.create(InventoryLocationGroup inventoryLocationGroup, Party warehouseParty, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) InventoryLocationGroupDetailFactory.getEntityFromCache(InventoryLocationGroupDetailPK pk) InventoryLocationGroupDetailFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupDetailPK pk) InventoryLocationGroupDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupDetailFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLocationGroupDetailValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupDetailModifier and TypeMethodDescriptionInventoryLocationGroupDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupDetailPK> pks) InventoryLocationGroupDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupDetailModifier and TypeMethodDescriptionInventoryLocationGroupFactory.create(InventoryLocationGroupDetail activeDetail, InventoryLocationGroupDetail lastDetail) voidInventoryLocationGroupDetailFactory.remove(InventoryLocationGroupDetail entity) voidInventoryLocationGroupDetailFactory.store(InventoryLocationGroupDetail entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupDetailModifier and TypeMethodDescriptionvoidInventoryLocationGroupDetailFactory.store(Collection<InventoryLocationGroupDetail> entities)