Uses of Class
com.echothree.model.data.inventory.server.entity.PartyBucket
Packages that use PartyBucket
Package
Description
-
Uses of PartyBucket in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return PartyBucketMethods in com.echothree.control.user.inventory.server.command that return types with arguments of type PartyBucketModifier and TypeMethodDescriptionprotected Collection<PartyBucket> GetPartyBucketsCommand.getEntities()Methods in com.echothree.control.user.inventory.server.command with parameters of type PartyBucketModifier and TypeMethodDescriptionprotected BaseResultGetPartyBucketCommand.getResult(PartyBucket partyBucket) Method parameters in com.echothree.control.user.inventory.server.command with type arguments of type PartyBucketModifier and TypeMethodDescriptionprotected BaseResultGetPartyBucketsCommand.getResult(Collection<PartyBucket> entities) -
Uses of PartyBucket in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return PartyBucketModifier and TypeMethodDescriptionBucketControl.createPartyBucket(Party party, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, InventoryBucketType inventoryBucketType, Long quantity, BasePK createdBy) BucketControl.getPartyBucket(Party party, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, InventoryBucketType inventoryBucketType) BucketControl.getPartyBucketForUpdate(Party party, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, InventoryBucketType inventoryBucketType) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type PartyBucketModifier and TypeMethodDescriptionBucketControl.getPartyBucketsByInventoryBucketType(InventoryBucketType value) BucketControl.getPartyBucketsByInventoryBucketTypeForUpdate(InventoryBucketType value) BucketControl.getPartyBucketsByInventoryCondition(InventoryCondition value) BucketControl.getPartyBucketsByInventoryConditionForUpdate(InventoryCondition value) BucketControl.getPartyBucketsByItem(Item value) BucketControl.getPartyBucketsByItemForUpdate(Item value) BucketControl.getPartyBucketsByParty(Party value) BucketControl.getPartyBucketsByPartyForUpdate(Party value) BucketControl.getPartyBucketsByUnitOfMeasureType(UnitOfMeasureType value) BucketControl.getPartyBucketsByUnitOfMeasureTypeForUpdate(UnitOfMeasureType value) Methods in com.echothree.model.control.inventory.server.control with parameters of type PartyBucketModifier and TypeMethodDescriptionBucketControl.getPartyBucketTransfer(UserVisit userVisit, PartyBucket partyBucket) BucketControl.getPartyBucketValue(PartyBucket partyBucket) voidBucketControl.removePartyBucket(PartyBucket partyBucket, BasePK removedBy) Method parameters in com.echothree.model.control.inventory.server.control with type arguments of type PartyBucketModifier and TypeMethodDescriptionBucketControl.getPartyBucketTransfers(UserVisit userVisit, Collection<PartyBucket> partyBuckets) voidBucketControl.removePartyBuckets(List<PartyBucket> partyBuckets, BasePK removedBy) -
Uses of PartyBucket in com.echothree.model.control.inventory.server.graphql
Constructors in com.echothree.model.control.inventory.server.graphql with parameters of type PartyBucket -
Uses of PartyBucket in com.echothree.model.control.inventory.server.logic
Methods in com.echothree.model.control.inventory.server.logic that return PartyBucketModifier and TypeMethodDescriptionPartyBucketLogic.createPartyBucket(ExecutionErrorAccumulator eea, Party party, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, InventoryBucketType inventoryBucketType, Long quantity, BasePK createdBy) PartyBucketLogic.getPartyBucket(Party party, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, InventoryBucketType inventoryBucketType) Methods in com.echothree.model.control.inventory.server.logic with parameters of type PartyBucketModifier and TypeMethodDescriptionvoidPartyBucketLogic.removePartyBucket(ExecutionErrorAccumulator eea, PartyBucket partyBucket, BasePK removedBy) -
Uses of PartyBucket in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type PartyBucketModifier and TypeMethodDescriptionPartyBucketTransferCache.getTransfer(UserVisit userVisit, PartyBucket partyBucket) -
Uses of PartyBucket in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return PartyBucketModifier and TypeMethodDescriptionPartyBucketFactory.create(PartyPK partyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) PartyBucketFactory.create(Party party, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, InventoryBucketType inventoryBucketType, Long quantity) PartyBucketFactory.getEntityFromCache(PartyBucketPK pk) PartyBucketFactory.getEntityFromPK(EntityPermission entityPermission, PartyBucketPK pk) PartyBucketFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyBucketFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyBucketFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyBucketFactory.getEntityFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) PartyBucketFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyBucketFactory.getEntityFromValue(EntityPermission entityPermission, PartyBucketValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type PartyBucketModifier and TypeMethodDescriptionPartyBucketFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyBucketPK> pks) PartyBucketFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyBucketFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyBucketFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyBucketFactory.getEntitiesFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) PartyBucketFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type PartyBucketModifier and TypeMethodDescriptionvoidPartyBucketFactory.remove(PartyBucket entity) voidPartyBucketFactory.store(PartyBucket entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type PartyBucketModifier and TypeMethodDescriptionvoidPartyBucketFactory.store(Collection<PartyBucket> entities)