Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryCostingMethod
Packages that use InventoryCostingMethod
Package
Description
-
Uses of InventoryCostingMethod in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return InventoryCostingMethodModifier and TypeMethodDescriptionEditInventoryCostingMethodCommand.getEntity(EditInventoryCostingMethodResult result) protected InventoryCostingMethodGetInventoryCostingMethodCommand.getEntity()EditInventoryCostingMethodCommand.getLockEntity(InventoryCostingMethod inventoryCostingMethod) EditInventoryCostingMethodDescriptionCommand.getLockEntity(InventoryCostingMethodDescription inventoryCostingMethodDescription) Methods in com.echothree.control.user.inventory.server.command that return types with arguments of type InventoryCostingMethodModifier and TypeMethodDescriptionprotected Collection<InventoryCostingMethod> GetInventoryCostingMethodsCommand.getEntities()Methods in com.echothree.control.user.inventory.server.command with parameters of type InventoryCostingMethodModifier and TypeMethodDescriptionvoidEditInventoryCostingMethodCommand.canUpdate(InventoryCostingMethod inventoryCostingMethod) voidEditInventoryCostingMethodCommand.doLock(InventoryCostingMethodEdit edit, InventoryCostingMethod inventoryCostingMethod) voidEditInventoryCostingMethodCommand.doUpdate(InventoryCostingMethod inventoryCostingMethod) voidEditInventoryCostingMethodCommand.fillInResult(EditInventoryCostingMethodResult result, InventoryCostingMethod inventoryCostingMethod) EditInventoryCostingMethodCommand.getLockEntity(InventoryCostingMethod inventoryCostingMethod) protected BaseResultGetInventoryCostingMethodCommand.getResult(InventoryCostingMethod itemAliasType) Method parameters in com.echothree.control.user.inventory.server.command with type arguments of type InventoryCostingMethodModifier and TypeMethodDescriptionprotected BaseResultGetInventoryCostingMethodsCommand.getResult(Collection<InventoryCostingMethod> entities) -
Uses of InventoryCostingMethod in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryCostingMethodModifier and TypeMethodDescriptionInventoryCostingMethodControl.createInventoryCostingMethod(String inventoryCostingMethodName, Boolean isDefault, Integer sortOrder, BasePK createdBy) InventoryCostingMethodControl.getDefaultInventoryCostingMethod()InventoryCostingMethodControl.getDefaultInventoryCostingMethod(EntityPermission entityPermission) InventoryCostingMethodControl.getDefaultInventoryCostingMethodForUpdate()InventoryCostingMethodControl.getInventoryCostingMethodByEntityInstance(EntityInstance entityInstance) InventoryCostingMethodControl.getInventoryCostingMethodByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.InventoryCostingMethodInventoryCostingMethodControl.getInventoryCostingMethodByEntityInstanceForUpdate(EntityInstance entityInstance) InventoryCostingMethodControl.getInventoryCostingMethodByName(String inventoryCostingMethodName) InventoryCostingMethodControl.getInventoryCostingMethodByName(String inventoryCostingMethodName, EntityPermission entityPermission) InventoryCostingMethodControl.getInventoryCostingMethodByNameForUpdate(String inventoryCostingMethodName) InventoryCostingMethodControl.getInventoryCostingMethodByPK(InventoryCostingMethodPK pk) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryCostingMethodModifier and TypeMethodDescriptionInventoryCostingMethodControl.getInventoryCostingMethods()InventoryCostingMethodControl.getInventoryCostingMethodsForUpdate()Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryCostingMethodModifier and TypeMethodDescriptionlongInventoryCostingMethodControl.countPartyInventoryCostingMethodsByInventoryCostingMethod(InventoryCostingMethod inventoryCostingMethod) InventoryCostingMethodControl.createInventoryCostingMethodDescription(InventoryCostingMethod inventoryCostingMethod, Language language, String description, BasePK createdBy) InventoryCostingMethodControl.createPartyInventoryCostingMethod(Party party, InventoryCostingMethod inventoryCostingMethod, BasePK createdBy) voidInventoryCostingMethodControl.deleteInventoryCostingMethod(InventoryCostingMethod inventoryCostingMethod, BasePK deletedBy) voidInventoryCostingMethodControl.deleteInventoryCostingMethodDescriptionsByInventoryCostingMethod(InventoryCostingMethod inventoryCostingMethod, BasePK deletedBy) voidInventoryCostingMethodControl.deletePartyInventoryCostingMethodsByInventoryCostingMethod(InventoryCostingMethod inventoryCostingMethod, BasePK deletedBy) InventoryCostingMethodControl.getBestInventoryCostingMethodDescription(InventoryCostingMethod inventoryCostingMethod, Language language) InventoryCostingMethodControl.getInventoryCostingMethodDescription(InventoryCostingMethod inventoryCostingMethod, Language language) InventoryCostingMethodControl.getInventoryCostingMethodDescriptionForUpdate(InventoryCostingMethod inventoryCostingMethod, Language language) InventoryCostingMethodControl.getInventoryCostingMethodDescriptionsByInventoryCostingMethod(InventoryCostingMethod inventoryCostingMethod) InventoryCostingMethodControl.getInventoryCostingMethodDescriptionsByInventoryCostingMethodForUpdate(InventoryCostingMethod inventoryCostingMethod) InventoryCostingMethodControl.getInventoryCostingMethodDescriptionTransfersByInventoryCostingMethod(UserVisit userVisit, InventoryCostingMethod inventoryCostingMethod) InventoryCostingMethodControl.getInventoryCostingMethodDescriptionValueForUpdate(InventoryCostingMethod inventoryCostingMethod, Language language) InventoryCostingMethodControl.getInventoryCostingMethodDetailValueForUpdate(InventoryCostingMethod inventoryCostingMethod) InventoryCostingMethodControl.getInventoryCostingMethodTransfer(UserVisit userVisit, InventoryCostingMethod inventoryCostingMethod) InventoryCostingMethodControl.getPartyInventoryCostingMethodsByInventoryCostingMethod(InventoryCostingMethod inventoryCostingMethod) InventoryCostingMethodControl.getPartyInventoryCostingMethodsByInventoryCostingMethodForUpdate(InventoryCostingMethod inventoryCostingMethod) InventoryCostingMethodControl.getPartyInventoryCostingMethodTransfersByInventoryCostingMethod(UserVisit userVisit, InventoryCostingMethod inventoryCostingMethod) Method parameters in com.echothree.model.control.inventory.server.control with type arguments of type InventoryCostingMethodModifier and TypeMethodDescriptionvoidInventoryCostingMethodControl.deleteInventoryCostingMethods(List<InventoryCostingMethod> inventoryCostingMethods, BasePK deletedBy) InventoryCostingMethodControl.getInventoryCostingMethodTransfers(UserVisit userVisit, Collection<InventoryCostingMethod> inventoryCostingMethods) -
Uses of InventoryCostingMethod in com.echothree.model.control.inventory.server.graphql
Constructors in com.echothree.model.control.inventory.server.graphql with parameters of type InventoryCostingMethodModifierConstructorDescriptionInventoryCostingMethodObject(InventoryCostingMethod inventoryCostingMethod) -
Uses of InventoryCostingMethod in com.echothree.model.control.inventory.server.logic
Methods in com.echothree.model.control.inventory.server.logic that return InventoryCostingMethodModifier and TypeMethodDescriptionInventoryCostingMethodLogic.createInventoryCostingMethod(ExecutionErrorAccumulator eea, String inventoryCostingMethodName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) InventoryCostingMethodLogic.getDefaultInventoryCostingMethod(ExecutionErrorAccumulator eea) InventoryCostingMethodLogic.getDefaultInventoryCostingMethod(ExecutionErrorAccumulator eea, EntityPermission entityPermission) InventoryCostingMethodLogic.getInventoryCostingMethodByName(ExecutionErrorAccumulator eea, String inventoryCostingMethodName) InventoryCostingMethodLogic.getInventoryCostingMethodByName(ExecutionErrorAccumulator eea, String inventoryCostingMethodName, EntityPermission entityPermission) InventoryCostingMethodLogic.getInventoryCostingMethodByNameForUpdate(ExecutionErrorAccumulator eea, String inventoryCostingMethodName) InventoryCostingMethodLogic.getInventoryCostingMethodByUniversalSpec(ExecutionErrorAccumulator eea, InventoryCostingMethodUniversalSpec universalSpec, boolean allowDefault) InventoryCostingMethodLogic.getInventoryCostingMethodByUniversalSpec(ExecutionErrorAccumulator eea, InventoryCostingMethodUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) InventoryCostingMethodLogic.getInventoryCostingMethodByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, InventoryCostingMethodUniversalSpec universalSpec, boolean allowDefault) Methods in com.echothree.model.control.inventory.server.logic with parameters of type InventoryCostingMethodModifier and TypeMethodDescriptionPartyInventoryCostingMethodLogic.createPartyInventoryCostingMethod(ExecutionErrorAccumulator eea, Party party, InventoryCostingMethod inventoryCostingMethod, BasePK createdBy) voidInventoryCostingMethodLogic.deleteInventoryCostingMethod(ExecutionErrorAccumulator eea, InventoryCostingMethod inventoryCostingMethod, BasePK deletedBy) -
Uses of InventoryCostingMethod in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type InventoryCostingMethodModifier and TypeMethodDescriptionInventoryCostingMethodTransferCache.getTransfer(UserVisit userVisit, InventoryCostingMethod inventoryCostingMethod) -
Uses of InventoryCostingMethod in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryCostingMethodModifier and TypeMethodDescriptionInventoryCostingMethodDescription.getInventoryCostingMethod()InventoryCostingMethodDescription.getInventoryCostingMethod(EntityPermission entityPermission) InventoryCostingMethodDetail.getInventoryCostingMethod()InventoryCostingMethodDetail.getInventoryCostingMethod(EntityPermission entityPermission) PartyInventoryCostingMethod.getInventoryCostingMethod()PartyInventoryCostingMethod.getInventoryCostingMethod(EntityPermission entityPermission) InventoryCostingMethodDescription.getInventoryCostingMethodForUpdate()InventoryCostingMethodDetail.getInventoryCostingMethodForUpdate()PartyInventoryCostingMethod.getInventoryCostingMethodForUpdate()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryCostingMethodModifier and TypeMethodDescriptionvoidInventoryCostingMethodDescription.setInventoryCostingMethod(InventoryCostingMethod entity) voidInventoryCostingMethodDetail.setInventoryCostingMethod(InventoryCostingMethod entity) voidPartyInventoryCostingMethod.setInventoryCostingMethod(InventoryCostingMethod entity) -
Uses of InventoryCostingMethod in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryCostingMethodModifier and TypeMethodDescriptionInventoryCostingMethodFactory.create()InventoryCostingMethodFactory.create(InventoryCostingMethodDetailPK activeDetailPK, InventoryCostingMethodDetailPK lastDetailPK) InventoryCostingMethodFactory.create(InventoryCostingMethodDetail activeDetail, InventoryCostingMethodDetail lastDetail) InventoryCostingMethodFactory.getEntityFromCache(InventoryCostingMethodPK pk) InventoryCostingMethodFactory.getEntityFromPK(EntityPermission entityPermission, InventoryCostingMethodPK pk) InventoryCostingMethodFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryCostingMethodFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryCostingMethodFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryCostingMethodFactory.getEntityFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) InventoryCostingMethodFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryCostingMethodFactory.getEntityFromValue(EntityPermission entityPermission, InventoryCostingMethodValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryCostingMethodModifier and TypeMethodDescriptionInventoryCostingMethodFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryCostingMethodPK> pks) InventoryCostingMethodFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryCostingMethodFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryCostingMethodFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryCostingMethodFactory.getEntitiesFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) InventoryCostingMethodFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryCostingMethodModifier and TypeMethodDescriptionInventoryCostingMethodDescriptionFactory.create(InventoryCostingMethod inventoryCostingMethod, Language language, String description, Long fromTime, Long thruTime) InventoryCostingMethodDetailFactory.create(InventoryCostingMethod inventoryCostingMethod, String inventoryCostingMethodName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyInventoryCostingMethodFactory.create(Party party, InventoryCostingMethod inventoryCostingMethod, Long fromTime, Long thruTime) voidInventoryCostingMethodFactory.remove(InventoryCostingMethod entity) voidInventoryCostingMethodFactory.store(InventoryCostingMethod entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryCostingMethodModifier and TypeMethodDescriptionvoidInventoryCostingMethodFactory.store(Collection<InventoryCostingMethod> entities)