Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryTransactionReason
Packages that use InventoryTransactionReason
Package
Description
-
Uses of InventoryTransactionReason in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return InventoryTransactionReasonModifier and TypeMethodDescriptionEditInventoryTransactionReasonCommand.getEntity(EditInventoryTransactionReasonResult result) protected InventoryTransactionReasonGetInventoryTransactionReasonCommand.getEntity()EditInventoryTransactionReasonCommand.getLockEntity(InventoryTransactionReason inventoryTransactionReason) EditInventoryTransactionReasonDescriptionCommand.getLockEntity(InventoryTransactionReasonDescription inventoryTransactionReasonDescription) Methods in com.echothree.control.user.inventory.server.command that return types with arguments of type InventoryTransactionReasonModifier and TypeMethodDescriptionprotected Collection<InventoryTransactionReason> GetInventoryTransactionReasonsCommand.getEntities()Methods in com.echothree.control.user.inventory.server.command with parameters of type InventoryTransactionReasonModifier and TypeMethodDescriptionvoidEditInventoryTransactionReasonCommand.canUpdate(InventoryTransactionReason inventoryTransactionReason) voidEditInventoryTransactionReasonCommand.doLock(InventoryTransactionReasonEdit edit, InventoryTransactionReason inventoryTransactionReason) voidEditInventoryTransactionReasonCommand.doUpdate(InventoryTransactionReason inventoryTransactionReason) voidEditInventoryTransactionReasonCommand.fillInResult(EditInventoryTransactionReasonResult result, InventoryTransactionReason inventoryTransactionReason) EditInventoryTransactionReasonCommand.getLockEntity(InventoryTransactionReason inventoryTransactionReason) protected BaseResultGetInventoryTransactionReasonCommand.getResult(InventoryTransactionReason inventoryTransactionReason) Method parameters in com.echothree.control.user.inventory.server.command with type arguments of type InventoryTransactionReasonModifier and TypeMethodDescriptionprotected BaseResultGetInventoryTransactionReasonsCommand.getResult(Collection<InventoryTransactionReason> entities) -
Uses of InventoryTransactionReason in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryTransactionReasonModifier and TypeMethodDescriptionInventoryTransactionReasonControl.createInventoryTransactionReason(InventoryTransactionType inventoryTransactionType, String inventoryTransactionReasonName, InventoryDisposition inventoryDisposition, Boolean isDefault, Integer sortOrder, BasePK createdBy) InventoryTransactionReasonControl.getDefaultInventoryTransactionReason(InventoryTransactionType inventoryTransactionType) InventoryTransactionReasonControl.getDefaultInventoryTransactionReason(InventoryTransactionType inventoryTransactionType, EntityPermission entityPermission) InventoryTransactionReasonControl.getDefaultInventoryTransactionReasonForUpdate(InventoryTransactionType inventoryTransactionType) InventoryTransactionReasonControl.getInventoryTransactionReasonByEntityInstance(EntityInstance entityInstance) InventoryTransactionReasonControl.getInventoryTransactionReasonByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.InventoryTransactionReasonInventoryTransactionReasonControl.getInventoryTransactionReasonByEntityInstanceForUpdate(EntityInstance entityInstance) InventoryTransactionReasonControl.getInventoryTransactionReasonByName(InventoryTransactionType inventoryTransactionType, String inventoryTransactionReasonName) InventoryTransactionReasonControl.getInventoryTransactionReasonByName(InventoryTransactionType inventoryTransactionType, String inventoryTransactionReasonName, EntityPermission entityPermission) InventoryTransactionReasonControl.getInventoryTransactionReasonByNameForUpdate(InventoryTransactionType inventoryTransactionType, String inventoryTransactionReasonName) InventoryTransactionReasonControl.getInventoryTransactionReasonByPK(InventoryTransactionReasonPK pk) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryTransactionReasonModifier and TypeMethodDescriptionInventoryTransactionReasonControl.getInventoryTransactionReasons(InventoryTransactionType inventoryTransactionType) InventoryTransactionReasonControl.getInventoryTransactionReasonsByInventoryDisposition(InventoryDisposition inventoryDisposition) InventoryTransactionReasonControl.getInventoryTransactionReasonsByInventoryDispositionForUpdate(InventoryDisposition inventoryDisposition) InventoryTransactionReasonControl.getInventoryTransactionReasonsByInventoryTransactionType(InventoryTransactionType inventoryTransactionType) InventoryTransactionReasonControl.getInventoryTransactionReasonsForUpdate(InventoryTransactionType inventoryTransactionType) Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryTransactionReasonModifier and TypeMethodDescriptionlongInventoryTransactionReasonControl.countInventoryTransactionReasonDescriptionsByInventoryTransactionReason(InventoryTransactionReason inventoryTransactionReason) InventoryTransactionReasonControl.createInventoryTransactionReasonDescription(InventoryTransactionReason inventoryTransactionReason, Language language, String description, BasePK createdBy) voidInventoryTransactionReasonControl.deleteInventoryTransactionReason(InventoryTransactionReason inventoryTransactionReason, BasePK deletedBy) voidInventoryTransactionReasonControl.deleteInventoryTransactionReasonDescriptionsByInventoryTransactionReason(InventoryTransactionReason inventoryTransactionReason, BasePK deletedBy) InventoryTransactionReasonControl.getBestInventoryTransactionReasonDescription(InventoryTransactionReason inventoryTransactionReason, Language language) InventoryTransactionReasonControl.getInventoryTransactionReasonDescription(InventoryTransactionReason inventoryTransactionReason, Language language) InventoryTransactionReasonControl.getInventoryTransactionReasonDescriptionForUpdate(InventoryTransactionReason inventoryTransactionReason, Language language) InventoryTransactionReasonControl.getInventoryTransactionReasonDescriptionsByInventoryTransactionReason(InventoryTransactionReason inventoryTransactionReason) InventoryTransactionReasonControl.getInventoryTransactionReasonDescriptionsByInventoryTransactionReasonForUpdate(InventoryTransactionReason inventoryTransactionReason) InventoryTransactionReasonControl.getInventoryTransactionReasonDescriptionTransfersByInventoryTransactionReason(UserVisit userVisit, InventoryTransactionReason inventoryTransactionReason) InventoryTransactionReasonControl.getInventoryTransactionReasonDescriptionValueForUpdate(InventoryTransactionReason inventoryTransactionReason, Language language) InventoryTransactionReasonControl.getInventoryTransactionReasonDetailValueForUpdate(InventoryTransactionReason inventoryTransactionReason) InventoryTransactionReasonControl.getInventoryTransactionReasonTransfer(UserVisit userVisit, InventoryTransactionReason inventoryTransactionReason) Method parameters in com.echothree.model.control.inventory.server.control with type arguments of type InventoryTransactionReasonModifier and TypeMethodDescriptionInventoryTransactionReasonControl.getInventoryTransactionReasonTransfers(UserVisit userVisit, Collection<InventoryTransactionReason> inventoryTransactionReasons) -
Uses of InventoryTransactionReason in com.echothree.model.control.inventory.server.graphql
Constructors in com.echothree.model.control.inventory.server.graphql with parameters of type InventoryTransactionReasonModifierConstructorDescriptionInventoryTransactionReasonObject(InventoryTransactionReason inventoryTransactionReason) -
Uses of InventoryTransactionReason in com.echothree.model.control.inventory.server.logic
Methods in com.echothree.model.control.inventory.server.logic that return InventoryTransactionReasonModifier and TypeMethodDescriptionInventoryTransactionReasonLogic.createInventoryTransactionReason(ExecutionErrorAccumulator eea, InventoryTransactionType inventoryTransactionType, String inventoryTransactionReasonName, InventoryDisposition inventoryDisposition, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) InventoryTransactionReasonLogic.createInventoryTransactionReason(ExecutionErrorAccumulator eea, String inventoryTransactionTypeName, String inventoryTransactionReasonName, String inventoryDispositionName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) InventoryTransactionReasonLogic.getInventoryTransactionReasonByName(ExecutionErrorAccumulator eea, InventoryTransactionType inventoryTransactionType, String inventoryTransactionReasonName) InventoryTransactionReasonLogic.getInventoryTransactionReasonByName(ExecutionErrorAccumulator eea, InventoryTransactionType inventoryTransactionType, String inventoryTransactionReasonName, EntityPermission entityPermission) InventoryTransactionReasonLogic.getInventoryTransactionReasonByName(ExecutionErrorAccumulator eea, String inventoryTransactionTypeName, String inventoryTransactionReasonName) InventoryTransactionReasonLogic.getInventoryTransactionReasonByName(ExecutionErrorAccumulator eea, String inventoryTransactionTypeName, String inventoryTransactionReasonName, EntityPermission entityPermission) InventoryTransactionReasonLogic.getInventoryTransactionReasonByNameForUpdate(ExecutionErrorAccumulator eea, InventoryTransactionType inventoryTransactionType, String inventoryTransactionReasonName) InventoryTransactionReasonLogic.getInventoryTransactionReasonByNameForUpdate(ExecutionErrorAccumulator eea, String inventoryTransactionTypeName, String inventoryTransactionReasonName) InventoryTransactionReasonLogic.getInventoryTransactionReasonByUniversalSpec(ExecutionErrorAccumulator eea, InventoryTransactionReasonUniversalSpec universalSpec, boolean allowDefault) InventoryTransactionReasonLogic.getInventoryTransactionReasonByUniversalSpec(ExecutionErrorAccumulator eea, InventoryTransactionReasonUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) InventoryTransactionReasonLogic.getInventoryTransactionReasonByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, InventoryTransactionReasonUniversalSpec universalSpec, boolean allowDefault) Methods in com.echothree.model.control.inventory.server.logic with parameters of type InventoryTransactionReasonModifier and TypeMethodDescriptionvoidInventoryTransactionReasonLogic.deleteInventoryTransactionReason(ExecutionErrorAccumulator eea, InventoryTransactionReason inventoryTransactionReason, BasePK deletedBy) -
Uses of InventoryTransactionReason in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type InventoryTransactionReasonModifier and TypeMethodDescriptionInventoryTransactionReasonTransferCache.getTransfer(UserVisit userVisit, InventoryTransactionReason inventoryTransactionReason) -
Uses of InventoryTransactionReason in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionReasonModifier and TypeMethodDescriptionInventoryTransactionDetail.getInventoryTransactionReason()InventoryTransactionDetail.getInventoryTransactionReason(EntityPermission entityPermission) InventoryTransactionLineDetail.getInventoryTransactionReason()InventoryTransactionLineDetail.getInventoryTransactionReason(EntityPermission entityPermission) InventoryTransactionReasonDescription.getInventoryTransactionReason()InventoryTransactionReasonDescription.getInventoryTransactionReason(EntityPermission entityPermission) InventoryTransactionReasonDetail.getInventoryTransactionReason()InventoryTransactionReasonDetail.getInventoryTransactionReason(EntityPermission entityPermission) InventoryTransactionDetail.getInventoryTransactionReasonForUpdate()InventoryTransactionLineDetail.getInventoryTransactionReasonForUpdate()InventoryTransactionReasonDescription.getInventoryTransactionReasonForUpdate()InventoryTransactionReasonDetail.getInventoryTransactionReasonForUpdate()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionReasonModifier and TypeMethodDescriptionvoidInventoryTransactionDetail.setInventoryTransactionReason(InventoryTransactionReason entity) voidInventoryTransactionLineDetail.setInventoryTransactionReason(InventoryTransactionReason entity) voidInventoryTransactionReasonDescription.setInventoryTransactionReason(InventoryTransactionReason entity) voidInventoryTransactionReasonDetail.setInventoryTransactionReason(InventoryTransactionReason entity) -
Uses of InventoryTransactionReason in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionReasonModifier and TypeMethodDescriptionInventoryTransactionReasonFactory.create()InventoryTransactionReasonFactory.create(InventoryTransactionReasonDetailPK activeDetailPK, InventoryTransactionReasonDetailPK lastDetailPK) InventoryTransactionReasonFactory.create(InventoryTransactionReasonDetail activeDetail, InventoryTransactionReasonDetail lastDetail) InventoryTransactionReasonFactory.getEntityFromCache(InventoryTransactionReasonPK pk) InventoryTransactionReasonFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionReasonPK pk) InventoryTransactionReasonFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionReasonFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionReasonFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionReasonFactory.getEntityFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) InventoryTransactionReasonFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryTransactionReasonFactory.getEntityFromValue(EntityPermission entityPermission, InventoryTransactionReasonValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionReasonModifier and TypeMethodDescriptionInventoryTransactionReasonFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionReasonPK> pks) InventoryTransactionReasonFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionReasonFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionReasonFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionReasonFactory.getEntitiesFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) InventoryTransactionReasonFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionReasonModifier and TypeMethodDescriptionInventoryTransactionDetailFactory.create(InventoryTransaction inventoryTransaction, InventoryTransactionType inventoryTransactionType, String inventoryTransactionName, Party companyParty, InventoryTransactionReason inventoryTransactionReason, String reference, String description, Long fromTime, Long thruTime) InventoryTransactionLineDetailFactory.create(InventoryTransactionLine inventoryTransactionLine, InventoryTransaction inventoryTransaction, Integer inventoryTransactionLineSequence, InventoryTransactionReason inventoryTransactionReason, Item item, Lot lot, InventoryAdjustmentType inventoryAdjustmentType, Long unitAmount, String description, Long fromTime, Long thruTime) InventoryTransactionReasonDescriptionFactory.create(InventoryTransactionReason inventoryTransactionReason, Language language, String description, Long fromTime, Long thruTime) InventoryTransactionReasonDetailFactory.create(InventoryTransactionReason inventoryTransactionReason, InventoryTransactionType inventoryTransactionType, String inventoryTransactionReasonName, InventoryDisposition inventoryDisposition, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidInventoryTransactionReasonFactory.remove(InventoryTransactionReason entity) voidInventoryTransactionReasonFactory.store(InventoryTransactionReason entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionReasonModifier and TypeMethodDescriptionvoidInventoryTransactionReasonFactory.store(Collection<InventoryTransactionReason> entities)