Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLocationGroupDescription
Packages that use InventoryLocationGroupDescription
Package
Description
-
Uses of InventoryLocationGroupDescription in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryLocationGroupDescriptionModifier and TypeMethodDescriptionInventoryControl.createInventoryLocationGroupDescription(InventoryLocationGroup inventoryLocationGroup, Language language, String description, BasePK createdBy) InventoryControl.getInventoryLocationGroupDescription(InventoryLocationGroup inventoryLocationGroup, Language language) InventoryControl.getInventoryLocationGroupDescriptionForUpdate(InventoryLocationGroup inventoryLocationGroup, Language language) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryLocationGroupDescriptionModifier and TypeMethodDescriptionInventoryControl.getInventoryLocationGroupDescriptionsByInventoryLocationGroup(InventoryLocationGroup inventoryLocationGroup) InventoryControl.getInventoryLocationGroupDescriptionsByInventoryLocationGroupForUpdate(InventoryLocationGroup inventoryLocationGroup) Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryLocationGroupDescriptionModifier and TypeMethodDescriptionvoidInventoryControl.deleteInventoryLocationGroupDescription(InventoryLocationGroupDescription inventoryLocationGroupDescription, BasePK deletedBy) InventoryControl.getInventoryLocationGroupDescriptionTransfer(UserVisit userVisit, InventoryLocationGroupDescription inventoryLocationGroupDescription) InventoryControl.getInventoryLocationGroupDescriptionValue(InventoryLocationGroupDescription inventoryLocationGroupDescription) -
Uses of InventoryLocationGroupDescription in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type InventoryLocationGroupDescriptionModifier and TypeMethodDescriptionInventoryLocationGroupDescriptionTransferCache.getTransfer(UserVisit userVisit, InventoryLocationGroupDescription inventoryLocationGroupDescription) -
Uses of InventoryLocationGroupDescription in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupDescriptionModifier and TypeMethodDescriptionInventoryLocationGroupDescriptionFactory.create(InventoryLocationGroupPK inventoryLocationGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) InventoryLocationGroupDescriptionFactory.create(InventoryLocationGroup inventoryLocationGroup, Language language, String description, Long fromTime, Long thruTime) InventoryLocationGroupDescriptionFactory.create(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) InventoryLocationGroupDescriptionFactory.create(Session session, InventoryLocationGroup inventoryLocationGroup, Language language, String description, Long fromTime, Long thruTime) InventoryLocationGroupDescriptionFactory.getEntityFromCache(Session session, InventoryLocationGroupDescriptionPK pk) InventoryLocationGroupDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupDescriptionPK pk) InventoryLocationGroupDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, InventoryLocationGroupDescriptionPK pk) InventoryLocationGroupDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) InventoryLocationGroupDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupDescriptionFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLocationGroupDescriptionValue value) InventoryLocationGroupDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, InventoryLocationGroupDescriptionValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupDescriptionModifier and TypeMethodDescriptionInventoryLocationGroupDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupDescriptionPK> pks) InventoryLocationGroupDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupDescriptionPK> pks) InventoryLocationGroupDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) InventoryLocationGroupDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupDescriptionFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupDescriptionModifier and TypeMethodDescriptionvoidInventoryLocationGroupDescriptionFactory.remove(Session session, InventoryLocationGroupDescription entity) voidInventoryLocationGroupDescriptionFactory.store(Session session, InventoryLocationGroupDescription entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupDescriptionModifier and TypeMethodDescriptionvoidInventoryLocationGroupDescriptionFactory.store(Session session, Collection<InventoryLocationGroupDescription> entities) voidInventoryLocationGroupDescriptionFactory.store(Collection<InventoryLocationGroupDescription> entities)