Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLocationGroup
Packages that use InventoryLocationGroup
Package
Description
-
Uses of InventoryLocationGroup in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return InventoryLocationGroupModifier and TypeMethodDescriptionprotected InventoryLocationGroupGetInventoryLocationGroupCommand.getEntity()Methods in com.echothree.control.user.inventory.server.command that return types with arguments of type InventoryLocationGroupModifier and TypeMethodDescriptionprotected Collection<InventoryLocationGroup> GetInventoryLocationGroupsCommand.getEntities()Methods in com.echothree.control.user.inventory.server.command with parameters of type InventoryLocationGroupModifier and TypeMethodDescriptionprotected BaseResultGetInventoryLocationGroupCommand.getResult(InventoryLocationGroup entity) Method parameters in com.echothree.control.user.inventory.server.command with type arguments of type InventoryLocationGroupModifier and TypeMethodDescriptionprotected BaseResultGetInventoryLocationGroupsCommand.getResult(Collection<InventoryLocationGroup> entities) -
Uses of InventoryLocationGroup in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryLocationGroupModifier and TypeMethodDescriptionInventoryControl.createInventoryLocationGroup(Party warehouseParty, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, BasePK createdBy) InventoryControl.getDefaultInventoryLocationGroup(Party warehouseParty) InventoryControl.getDefaultInventoryLocationGroupForUpdate(Party warehouseParty) InventoryControl.getInventoryLocationGroupByName(Party warehouseParty, String inventoryLocationGroupName) InventoryControl.getInventoryLocationGroupByNameForUpdate(Party warehouseParty, String inventoryLocationGroupName) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryLocationGroupModifier and TypeMethodDescriptionInventoryControl.getInventoryLocationGroupsByWarehouseParty(Party warehouseParty) InventoryControl.getInventoryLocationGroupsByWarehousePartyForUpdate(Party warehouseParty) Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryLocationGroupModifier and TypeMethodDescriptionInventoryControl.createInventoryLocationGroupCapacity(InventoryLocationGroup inventoryInventoryLocationGroupGroup, UnitOfMeasureType unitOfMeasureType, Long capacity, BasePK createdBy) InventoryControl.createInventoryLocationGroupDescription(InventoryLocationGroup inventoryLocationGroup, Language language, String description, BasePK createdBy) InventoryControl.createInventoryLocationGroupVolume(InventoryLocationGroup inventoryLocationGroup, Long height, Long width, Long depth, BasePK createdBy) voidInventoryControl.deleteInventoryLocationGroup(InventoryLocationGroup inventoryLocationGroup, BasePK deletedBy) voidInventoryControl.deleteInventoryLocationGroupCapacitiesByInventoryLocationGroup(InventoryLocationGroup inventoryLocationGroup, BasePK deletedBy) voidInventoryControl.deleteInventoryLocationGroupDescriptionsByInventoryLocationGroup(InventoryLocationGroup inventoryLocationGroup, BasePK deletedBy) voidInventoryControl.deleteInventoryLocationGroupVolumeByInventoryLocationGroup(InventoryLocationGroup inventoryInventoryLocationGroupGroup, BasePK deletedBy) InventoryControl.getBestInventoryLocationGroupDescription(InventoryLocationGroup inventoryLocationGroup, Language language) InventoryControl.getInventoryLocationGroupCapacitiesByInventoryLocationGroup(InventoryLocationGroup inventoryInventoryLocationGroupGroup) InventoryControl.getInventoryLocationGroupCapacitiesByInventoryLocationGroupForUpdate(InventoryLocationGroup inventoryInventoryLocationGroupGroup) InventoryControl.getInventoryLocationGroupCapacity(InventoryLocationGroup inventoryInventoryLocationGroupGroup, UnitOfMeasureType unitOfMeasureType) InventoryControl.getInventoryLocationGroupCapacityForUpdate(InventoryLocationGroup inventoryInventoryLocationGroupGroup, UnitOfMeasureType unitOfMeasureType) InventoryControl.getInventoryLocationGroupCapacityTransfersByInventoryLocationGroup(UserVisit userVisit, InventoryLocationGroup inventoryLocationGroup) InventoryControl.getInventoryLocationGroupCapacityValueForUpdate(InventoryLocationGroup inventoryLocationGroup, UnitOfMeasureType unitOfMeasureType) InventoryControl.getInventoryLocationGroupDescription(InventoryLocationGroup inventoryLocationGroup, Language language) InventoryControl.getInventoryLocationGroupDescriptionForUpdate(InventoryLocationGroup inventoryLocationGroup, Language language) InventoryControl.getInventoryLocationGroupDescriptionsByInventoryLocationGroup(InventoryLocationGroup inventoryLocationGroup) InventoryControl.getInventoryLocationGroupDescriptionsByInventoryLocationGroupForUpdate(InventoryLocationGroup inventoryLocationGroup) InventoryControl.getInventoryLocationGroupDescriptionTransfersByInventoryLocationGroup(UserVisit userVisit, InventoryLocationGroup inventoryLocationGroup) InventoryControl.getInventoryLocationGroupDescriptionValueForUpdate(InventoryLocationGroup inventoryLocationGroup, Language language) InventoryControl.getInventoryLocationGroupDetailValueForUpdate(InventoryLocationGroup inventoryLocationGroup) InventoryControl.getInventoryLocationGroupStatusChoices(String defaultInventoryLocationGroupStatusChoice, Language language, InventoryLocationGroup inventoryLocationGroup, PartyPK partyPK) InventoryControl.getInventoryLocationGroupTransfer(UserVisit userVisit, InventoryLocationGroup inventoryLocationGroup) InventoryControl.getInventoryLocationGroupVolume(InventoryLocationGroup inventoryLocationGroup) InventoryControl.getInventoryLocationGroupVolumeForUpdate(InventoryLocationGroup inventoryLocationGroup) InventoryControl.getInventoryLocationGroupVolumeTransfer(UserVisit userVisit, InventoryLocationGroup inventoryInventoryLocationGroupGroup) voidInventoryControl.setInventoryLocationGroupStatus(ExecutionErrorAccumulator eea, InventoryLocationGroup inventoryLocationGroup, String inventoryLocationGroupStatusChoice, PartyPK modifiedBy) Method parameters in com.echothree.model.control.inventory.server.control with type arguments of type InventoryLocationGroupModifier and TypeMethodDescriptionInventoryControl.getInventoryLocationGroupTransfers(UserVisit userVisit, Collection<InventoryLocationGroup> inventoryLocationGroups) -
Uses of InventoryLocationGroup in com.echothree.model.control.inventory.server.graphql
Constructors in com.echothree.model.control.inventory.server.graphql with parameters of type InventoryLocationGroupModifierConstructorDescriptionInventoryLocationGroupObject(InventoryLocationGroup inventoryLocationGroup) -
Uses of InventoryLocationGroup in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type InventoryLocationGroupModifier and TypeMethodDescriptionInventoryLocationGroupTransferCache.getTransfer(UserVisit userVisit, InventoryLocationGroup inventoryLocationGroup) -
Uses of InventoryLocationGroup in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control with parameters of type InventoryLocationGroupModifier and TypeMethodDescriptionWarehouseControl.createLocation(Party warehouseParty, String locationName, LocationType locationType, LocationUseType locationUseType, Integer velocity, InventoryLocationGroup inventoryLocationGroup, BasePK createdBy) voidWarehouseControl.deleteLocationsByInventoryLocationGroup(InventoryLocationGroup inventoryLocationGroup, BasePK deletedBy) WarehouseControl.getLocationsByInventoryLocationGroup(InventoryLocationGroup inventoryLocationGroup) WarehouseControl.getLocationsByInventoryLocationGroupForUpdate(InventoryLocationGroup inventoryLocationGroup) -
Uses of InventoryLocationGroup in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationGroupModifier and TypeMethodDescriptionInventoryLocationGroupCapacity.getInventoryLocationGroup()InventoryLocationGroupCapacity.getInventoryLocationGroup(EntityPermission entityPermission) InventoryLocationGroupDescription.getInventoryLocationGroup()InventoryLocationGroupDescription.getInventoryLocationGroup(EntityPermission entityPermission) InventoryLocationGroupDetail.getInventoryLocationGroup()InventoryLocationGroupDetail.getInventoryLocationGroup(EntityPermission entityPermission) InventoryLocationGroupVolume.getInventoryLocationGroup()InventoryLocationGroupVolume.getInventoryLocationGroup(EntityPermission entityPermission) InventoryLocationGroupCapacity.getInventoryLocationGroupForUpdate()InventoryLocationGroupDescription.getInventoryLocationGroupForUpdate()InventoryLocationGroupDetail.getInventoryLocationGroupForUpdate()InventoryLocationGroupVolume.getInventoryLocationGroupForUpdate()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationGroupModifier and TypeMethodDescriptionvoidInventoryLocationGroupCapacity.setInventoryLocationGroup(InventoryLocationGroup entity) voidInventoryLocationGroupDescription.setInventoryLocationGroup(InventoryLocationGroup entity) voidInventoryLocationGroupDetail.setInventoryLocationGroup(InventoryLocationGroup entity) voidInventoryLocationGroupVolume.setInventoryLocationGroup(InventoryLocationGroup entity) -
Uses of InventoryLocationGroup in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupModifier and TypeMethodDescriptionInventoryLocationGroupFactory.create()InventoryLocationGroupFactory.create(InventoryLocationGroupDetailPK activeDetailPK, InventoryLocationGroupDetailPK lastDetailPK) InventoryLocationGroupFactory.create(InventoryLocationGroupDetail activeDetail, InventoryLocationGroupDetail lastDetail) InventoryLocationGroupFactory.getEntityFromCache(InventoryLocationGroupPK pk) InventoryLocationGroupFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupPK pk) InventoryLocationGroupFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLocationGroupValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupModifier and TypeMethodDescriptionInventoryLocationGroupFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupPK> pks) InventoryLocationGroupFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupModifier and TypeMethodDescriptionInventoryLocationGroupCapacityFactory.create(InventoryLocationGroup inventoryLocationGroup, UnitOfMeasureType unitOfMeasureType, Long capacity, Long fromTime, Long thruTime) InventoryLocationGroupDescriptionFactory.create(InventoryLocationGroup inventoryLocationGroup, Language language, String description, Long fromTime, Long thruTime) InventoryLocationGroupDetailFactory.create(InventoryLocationGroup inventoryLocationGroup, Party warehouseParty, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) InventoryLocationGroupVolumeFactory.create(InventoryLocationGroup inventoryLocationGroup, Long height, Long width, Long depth, Long fromTime, Long thruTime) voidInventoryLocationGroupFactory.remove(InventoryLocationGroup entity) voidInventoryLocationGroupFactory.store(InventoryLocationGroup entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupModifier and TypeMethodDescriptionvoidInventoryLocationGroupFactory.store(Collection<InventoryLocationGroup> entities) -
Uses of InventoryLocationGroup in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return InventoryLocationGroupModifier and TypeMethodDescriptionLocationDetail.getInventoryLocationGroup()LocationDetail.getInventoryLocationGroup(EntityPermission entityPermission) LocationDetail.getInventoryLocationGroupForUpdate()Methods in com.echothree.model.data.warehouse.server.entity with parameters of type InventoryLocationGroupModifier and TypeMethodDescriptionvoidLocationDetail.setInventoryLocationGroup(InventoryLocationGroup entity) -
Uses of InventoryLocationGroup in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory with parameters of type InventoryLocationGroupModifier and TypeMethodDescriptionLocationDetailFactory.create(Location location, Party warehouseParty, String locationName, LocationType locationType, LocationUseType locationUseType, Integer velocity, InventoryLocationGroup inventoryLocationGroup, Long fromTime, Long thruTime)