Uses of Class
com.echothree.model.data.warehouse.server.entity.LocationNameElement
Packages that use LocationNameElement
Package
Description
-
Uses of LocationNameElement in com.echothree.control.user.warehouse.server.command
Methods in com.echothree.control.user.warehouse.server.command that return LocationNameElementModifier and TypeMethodDescriptionprotected LocationNameElementGetLocationNameElementCommand.getEntity()Methods in com.echothree.control.user.warehouse.server.command that return types with arguments of type LocationNameElementModifier and TypeMethodDescriptionprotected Collection<LocationNameElement> GetLocationNameElementsCommand.getEntities()Methods in com.echothree.control.user.warehouse.server.command with parameters of type LocationNameElementModifier and TypeMethodDescriptionprotected BaseResultGetLocationNameElementCommand.getResult(LocationNameElement entity) Method parameters in com.echothree.control.user.warehouse.server.command with type arguments of type LocationNameElementModifier and TypeMethodDescriptionprotected BaseResultGetLocationNameElementsCommand.getResult(Collection<LocationNameElement> entities) -
Uses of LocationNameElement in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control that return LocationNameElementModifier and TypeMethodDescriptionWarehouseControl.createLocationNameElement(LocationType locationType, String locationNameElementName, Integer offset, Integer length, String validationPattern, BasePK createdBy) WarehouseControl.getLocationNameElementByName(LocationType locationType, String locationNameElementName) WarehouseControl.getLocationNameElementByNameForUpdate(LocationType locationType, String locationNameElementName) Methods in com.echothree.model.control.warehouse.server.control that return types with arguments of type LocationNameElementModifier and TypeMethodDescriptionWarehouseControl.getLocationNameElementsByLocationType(LocationType locationType) WarehouseControl.getLocationNameElementsByLocationTypeForUpdate(LocationType locationType) Methods in com.echothree.model.control.warehouse.server.control with parameters of type LocationNameElementModifier and TypeMethodDescriptionWarehouseControl.createLocationNameElementDescription(LocationNameElement locationNameElement, Language language, String description, BasePK createdBy) voidWarehouseControl.deleteLocationNameElement(LocationNameElement locationNameElement, BasePK deletedBy) voidWarehouseControl.deleteLocationNameElementDescriptionsByLocationNameElement(LocationNameElement locationNameElement, BasePK deletedBy) WarehouseControl.getBestLocationNameElementDescription(LocationNameElement locationNameElement, Language language) WarehouseControl.getLocationNameElementDescription(LocationNameElement locationNameElement, Language language) WarehouseControl.getLocationNameElementDescriptionForUpdate(LocationNameElement locationNameElement, Language language) WarehouseControl.getLocationNameElementDescriptionsByLocationNameElement(LocationNameElement locationNameElement) WarehouseControl.getLocationNameElementDescriptionsByLocationNameElementForUpdate(LocationNameElement locationNameElement) WarehouseControl.getLocationNameElementDescriptionTransfersByLocationNameElement(UserVisit userVisit, LocationNameElement locationNameElement) WarehouseControl.getLocationNameElementDescriptionValueForUpdate(LocationNameElement locationNameElement, Language language) WarehouseControl.getLocationNameElementDetailValueForUpdate(LocationNameElement locationNameElement) WarehouseControl.getLocationNameElementTransfer(UserVisit userVisit, LocationNameElement locationNameElement) Method parameters in com.echothree.model.control.warehouse.server.control with type arguments of type LocationNameElementModifier and TypeMethodDescriptionWarehouseControl.getLocationNameElementTransfers(UserVisit userVisit, Collection<LocationNameElement> locationNameElements) -
Uses of LocationNameElement in com.echothree.model.control.warehouse.server.graphql
Constructors in com.echothree.model.control.warehouse.server.graphql with parameters of type LocationNameElement -
Uses of LocationNameElement in com.echothree.model.control.warehouse.server.transfer
Methods in com.echothree.model.control.warehouse.server.transfer with parameters of type LocationNameElementModifier and TypeMethodDescriptionLocationNameElementTransferCache.getLocationNameElementTransfer(UserVisit userVisit, LocationNameElement locationNameElement) -
Uses of LocationNameElement in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationNameElementModifier and TypeMethodDescriptionLocationNameElementDescription.getLocationNameElement()LocationNameElementDescription.getLocationNameElement(EntityPermission entityPermission) LocationNameElementDetail.getLocationNameElement()LocationNameElementDetail.getLocationNameElement(EntityPermission entityPermission) LocationNameElementDescription.getLocationNameElementForUpdate()LocationNameElementDetail.getLocationNameElementForUpdate()Methods in com.echothree.model.data.warehouse.server.entity with parameters of type LocationNameElementModifier and TypeMethodDescriptionvoidLocationNameElementDescription.setLocationNameElement(LocationNameElement entity) voidLocationNameElementDetail.setLocationNameElement(LocationNameElement entity) -
Uses of LocationNameElement in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationNameElementModifier and TypeMethodDescriptionLocationNameElementFactory.create()LocationNameElementFactory.create(LocationNameElementDetailPK activeDetailPK, LocationNameElementDetailPK lastDetailPK) LocationNameElementFactory.create(LocationNameElementDetail activeDetail, LocationNameElementDetail lastDetail) LocationNameElementFactory.getEntityFromCache(LocationNameElementPK pk) LocationNameElementFactory.getEntityFromPK(EntityPermission entityPermission, LocationNameElementPK pk) LocationNameElementFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) LocationNameElementFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LocationNameElementFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LocationNameElementFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) LocationNameElementFactory.getEntityFromValue(EntityPermission entityPermission, LocationNameElementValue value) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationNameElementModifier and TypeMethodDescriptionLocationNameElementFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LocationNameElementPK> pks) LocationNameElementFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) LocationNameElementFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LocationNameElementFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LocationNameElementFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationNameElementModifier and TypeMethodDescriptionLocationNameElementDescriptionFactory.create(LocationNameElement locationNameElement, Language language, String description, Long fromTime, Long thruTime) LocationNameElementDetailFactory.create(LocationNameElement locationNameElement, LocationType locationType, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) voidLocationNameElementFactory.remove(LocationNameElement entity) voidLocationNameElementFactory.store(LocationNameElement entity) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationNameElementModifier and TypeMethodDescriptionvoidLocationNameElementFactory.store(Collection<LocationNameElement> entities)