Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryTransactionReasonDescription
Packages that use InventoryTransactionReasonDescription
Package
Description
-
Uses of InventoryTransactionReasonDescription in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return InventoryTransactionReasonDescriptionModifier and TypeMethodDescriptionEditInventoryTransactionReasonDescriptionCommand.getEntity(EditInventoryTransactionReasonDescriptionResult result) protected InventoryTransactionReasonDescriptionGetInventoryTransactionReasonDescriptionCommand.getEntity()Methods in com.echothree.control.user.inventory.server.command that return types with arguments of type InventoryTransactionReasonDescriptionModifier and TypeMethodDescriptionprotected Collection<InventoryTransactionReasonDescription> GetInventoryTransactionReasonDescriptionsCommand.getEntities()Methods in com.echothree.control.user.inventory.server.command with parameters of type InventoryTransactionReasonDescriptionModifier and TypeMethodDescriptionvoidEditInventoryTransactionReasonDescriptionCommand.doLock(InventoryTransactionReasonDescriptionEdit edit, InventoryTransactionReasonDescription inventoryTransactionReasonDescription) voidEditInventoryTransactionReasonDescriptionCommand.doUpdate(InventoryTransactionReasonDescription inventoryTransactionReasonDescription) voidEditInventoryTransactionReasonDescriptionCommand.fillInResult(EditInventoryTransactionReasonDescriptionResult result, InventoryTransactionReasonDescription inventoryTransactionReasonDescription) EditInventoryTransactionReasonDescriptionCommand.getLockEntity(InventoryTransactionReasonDescription inventoryTransactionReasonDescription) protected BaseResultGetInventoryTransactionReasonDescriptionCommand.getResult(InventoryTransactionReasonDescription inventoryTransactionReasonDescription) Method parameters in com.echothree.control.user.inventory.server.command with type arguments of type InventoryTransactionReasonDescriptionModifier and TypeMethodDescriptionprotected BaseResultGetInventoryTransactionReasonDescriptionsCommand.getResult(Collection<InventoryTransactionReasonDescription> entities) -
Uses of InventoryTransactionReasonDescription in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryTransactionReasonDescriptionModifier and TypeMethodDescriptionInventoryTransactionReasonControl.createInventoryTransactionReasonDescription(InventoryTransactionReason inventoryTransactionReason, Language language, String description, BasePK createdBy) InventoryTransactionReasonControl.getInventoryTransactionReasonDescription(InventoryTransactionReason inventoryTransactionReason, Language language) InventoryTransactionReasonControl.getInventoryTransactionReasonDescriptionForUpdate(InventoryTransactionReason inventoryTransactionReason, Language language) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryTransactionReasonDescriptionModifier and TypeMethodDescriptionInventoryTransactionReasonControl.getInventoryTransactionReasonDescriptionsByInventoryTransactionReason(InventoryTransactionReason inventoryTransactionReason) InventoryTransactionReasonControl.getInventoryTransactionReasonDescriptionsByInventoryTransactionReasonForUpdate(InventoryTransactionReason inventoryTransactionReason) Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryTransactionReasonDescriptionModifier and TypeMethodDescriptionvoidInventoryTransactionReasonControl.deleteInventoryTransactionReasonDescription(InventoryTransactionReasonDescription inventoryTransactionReasonDescription, BasePK deletedBy) InventoryTransactionReasonControl.getInventoryTransactionReasonDescriptionTransfer(UserVisit userVisit, InventoryTransactionReasonDescription inventoryTransactionReasonDescription) InventoryTransactionReasonControl.getInventoryTransactionReasonDescriptionValue(InventoryTransactionReasonDescription inventoryTransactionReasonDescription) Method parameters in com.echothree.model.control.inventory.server.control with type arguments of type InventoryTransactionReasonDescriptionModifier and TypeMethodDescriptionInventoryTransactionReasonControl.getInventoryTransactionReasonDescriptionTransfers(UserVisit userVisit, Collection<InventoryTransactionReasonDescription> inventoryTransactionReasonDescriptions) -
Uses of InventoryTransactionReasonDescription in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type InventoryTransactionReasonDescriptionModifier and TypeMethodDescriptionInventoryTransactionReasonDescriptionTransferCache.getTransfer(UserVisit userVisit, InventoryTransactionReasonDescription inventoryTransactionReasonDescription) -
Uses of InventoryTransactionReasonDescription in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionReasonDescriptionModifier and TypeMethodDescriptionInventoryTransactionReasonDescriptionFactory.create(InventoryTransactionReasonPK inventoryTransactionReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) InventoryTransactionReasonDescriptionFactory.create(InventoryTransactionReason inventoryTransactionReason, Language language, String description, Long fromTime, Long thruTime) InventoryTransactionReasonDescriptionFactory.getEntityFromCache(InventoryTransactionReasonDescriptionPK pk) InventoryTransactionReasonDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionReasonDescriptionPK pk) InventoryTransactionReasonDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionReasonDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionReasonDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionReasonDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) InventoryTransactionReasonDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryTransactionReasonDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, InventoryTransactionReasonDescriptionValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionReasonDescriptionModifier and TypeMethodDescriptionInventoryTransactionReasonDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionReasonDescriptionPK> pks) InventoryTransactionReasonDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionReasonDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionReasonDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionReasonDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) InventoryTransactionReasonDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionReasonDescriptionModifier and TypeMethodDescriptionvoidInventoryTransactionReasonDescriptionFactory.remove(InventoryTransactionReasonDescription entity) voidInventoryTransactionReasonDescriptionFactory.store(InventoryTransactionReasonDescription entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionReasonDescriptionModifier and TypeMethodDescriptionvoidInventoryTransactionReasonDescriptionFactory.store(Collection<InventoryTransactionReasonDescription> entities)