Uses of Class
com.echothree.model.data.item.server.entity.ItemWeight
Packages that use ItemWeight
Package
Description
-
Uses of ItemWeight in com.echothree.control.user.item.server.command
Methods in com.echothree.control.user.item.server.command that return ItemWeightMethods in com.echothree.control.user.item.server.command with parameters of type ItemWeightModifier and TypeMethodDescriptionvoidEditItemWeightCommand.canUpdate(ItemWeight itemWeight) voidEditItemWeightCommand.doLock(ItemWeightEdit edit, ItemWeight itemWeight) voidEditItemWeightCommand.doUpdate(ItemWeight itemWeight) voidEditItemWeightCommand.fillInResult(EditItemWeightResult result, ItemWeight itemWeight) EditItemWeightCommand.getLockEntity(ItemWeight itemWeight) -
Uses of ItemWeight in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemWeightModifier and TypeMethodDescriptionItemControl.createItemWeight(Item item, UnitOfMeasureType unitOfMeasureType, ItemWeightType itemWeightType, Long weight, BasePK createdBy) ItemControl.getItemWeight(Item item, UnitOfMeasureType unitOfMeasureType, ItemWeightType itemWeightType) ItemControl.getItemWeightForUpdate(Item item, UnitOfMeasureType unitOfMeasureType, ItemWeightType itemWeightType) Methods in com.echothree.model.control.item.server.control that return types with arguments of type ItemWeightModifier and TypeMethodDescriptionItemControl.getItemWeights(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemWeightsByItem(Item item) ItemControl.getItemWeightsByItemForUpdate(Item item) ItemControl.getItemWeightsByItemWeightType(ItemWeightType itemWeightType) ItemControl.getItemWeightsByItemWeightTypeForUpdate(ItemWeightType itemWeightType) ItemControl.getItemWeightsForUpdate(Item item, UnitOfMeasureType unitOfMeasureType) Methods in com.echothree.model.control.item.server.control with parameters of type ItemWeightModifier and TypeMethodDescriptionvoidItemControl.deleteItemWeight(ItemWeight itemWeight, BasePK deletedBy) ItemControl.getItemWeightTransfer(UserVisit userVisit, ItemWeight itemWeight) ItemControl.getItemWeightValue(ItemWeight itemWeight) Method parameters in com.echothree.model.control.item.server.control with type arguments of type ItemWeightModifier and TypeMethodDescriptionvoidItemControl.deleteItemWeights(Collection<ItemWeight> itemWeights, BasePK deletedBy) -
Uses of ItemWeight in com.echothree.model.control.item.server.transfer
Methods in com.echothree.model.control.item.server.transfer with parameters of type ItemWeightModifier and TypeMethodDescriptionItemWeightTransferCache.getTransfer(UserVisit userVisit, ItemWeight itemWeight) -
Uses of ItemWeight in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemWeightModifier and TypeMethodDescriptionItemWeightFactory.create(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemWeightTypePK itemWeightTypePK, Long weight, Long fromTime, Long thruTime) ItemWeightFactory.create(Item item, UnitOfMeasureType unitOfMeasureType, ItemWeightType itemWeightType, Long weight, Long fromTime, Long thruTime) ItemWeightFactory.getEntityFromCache(ItemWeightPK pk) ItemWeightFactory.getEntityFromPK(EntityPermission entityPermission, ItemWeightPK pk) ItemWeightFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemWeightFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemWeightFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemWeightFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ItemWeightFactory.getEntityFromValue(EntityPermission entityPermission, ItemWeightValue value) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemWeightModifier and TypeMethodDescriptionItemWeightFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemWeightPK> pks) ItemWeightFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemWeightFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemWeightFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemWeightFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemWeightModifier and TypeMethodDescriptionvoidItemWeightFactory.remove(ItemWeight entity) voidItemWeightFactory.store(ItemWeight entity) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemWeight