Uses of Class
com.echothree.model.data.inventory.server.entity.PartyInventoryCostingMethod
Packages that use PartyInventoryCostingMethod
Package
Description
-
Uses of PartyInventoryCostingMethod in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return PartyInventoryCostingMethodModifier and TypeMethodDescriptionEditPartyInventoryCostingMethodCommand.getEntity(EditPartyInventoryCostingMethodResult result) protected PartyInventoryCostingMethodGetPartyInventoryCostingMethodCommand.getEntity()Methods in com.echothree.control.user.inventory.server.command that return types with arguments of type PartyInventoryCostingMethodModifier and TypeMethodDescriptionprotected Collection<PartyInventoryCostingMethod> GetPartyInventoryCostingMethodsCommand.getEntities()Methods in com.echothree.control.user.inventory.server.command with parameters of type PartyInventoryCostingMethodModifier and TypeMethodDescriptionvoidEditPartyInventoryCostingMethodCommand.canUpdate(PartyInventoryCostingMethod partyInventoryCostingMethod) voidEditPartyInventoryCostingMethodCommand.doLock(PartyInventoryCostingMethodEdit edit, PartyInventoryCostingMethod partyInventoryCostingMethod) voidEditPartyInventoryCostingMethodCommand.doUpdate(PartyInventoryCostingMethod partyInventoryCostingMethod) voidEditPartyInventoryCostingMethodCommand.fillInResult(EditPartyInventoryCostingMethodResult result, PartyInventoryCostingMethod partyInventoryCostingMethod) EditPartyInventoryCostingMethodCommand.getLockEntity(PartyInventoryCostingMethod partyInventoryCostingMethod) protected BaseResultGetPartyInventoryCostingMethodCommand.getResult(PartyInventoryCostingMethod partyInventoryCostingMethod) Method parameters in com.echothree.control.user.inventory.server.command with type arguments of type PartyInventoryCostingMethodModifier and TypeMethodDescriptionprotected BaseResultGetPartyInventoryCostingMethodsCommand.getResult(Collection<PartyInventoryCostingMethod> entities) -
Uses of PartyInventoryCostingMethod in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return PartyInventoryCostingMethodModifier and TypeMethodDescriptionInventoryCostingMethodControl.createPartyInventoryCostingMethod(Party party, InventoryCostingMethod inventoryCostingMethod, BasePK createdBy) InventoryCostingMethodControl.getPartyInventoryCostingMethod(Party party) InventoryCostingMethodControl.getPartyInventoryCostingMethod(Party party, EntityPermission entityPermission) InventoryCostingMethodControl.getPartyInventoryCostingMethodForUpdate(Party party) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type PartyInventoryCostingMethodModifier and TypeMethodDescriptionInventoryCostingMethodControl.getPartyInventoryCostingMethods()InventoryCostingMethodControl.getPartyInventoryCostingMethodsByInventoryCostingMethod(InventoryCostingMethod inventoryCostingMethod) InventoryCostingMethodControl.getPartyInventoryCostingMethodsByInventoryCostingMethodForUpdate(InventoryCostingMethod inventoryCostingMethod) Methods in com.echothree.model.control.inventory.server.control with parameters of type PartyInventoryCostingMethodModifier and TypeMethodDescriptionvoidInventoryCostingMethodControl.deletePartyInventoryCostingMethod(PartyInventoryCostingMethod partyInventoryCostingMethod, BasePK deletedBy) InventoryCostingMethodControl.getPartyInventoryCostingMethodTransfer(UserVisit userVisit, PartyInventoryCostingMethod partyInventoryCostingMethod) InventoryCostingMethodControl.getPartyInventoryCostingMethodValue(PartyInventoryCostingMethod partyInventoryCostingMethod) Method parameters in com.echothree.model.control.inventory.server.control with type arguments of type PartyInventoryCostingMethodModifier and TypeMethodDescriptionInventoryCostingMethodControl.getPartyInventoryCostingMethodTransfers(UserVisit userVisit, Collection<PartyInventoryCostingMethod> partyInventoryCostingMethods) -
Uses of PartyInventoryCostingMethod in com.echothree.model.control.inventory.server.graphql
Constructors in com.echothree.model.control.inventory.server.graphql with parameters of type PartyInventoryCostingMethodModifierConstructorDescriptionPartyInventoryCostingMethodObject(PartyInventoryCostingMethod partyInventoryCostingMethod) -
Uses of PartyInventoryCostingMethod in com.echothree.model.control.inventory.server.logic
Methods in com.echothree.model.control.inventory.server.logic that return PartyInventoryCostingMethodModifier and TypeMethodDescriptionPartyInventoryCostingMethodLogic.createPartyInventoryCostingMethod(ExecutionErrorAccumulator eea, Party party, InventoryCostingMethod inventoryCostingMethod, BasePK createdBy) PartyInventoryCostingMethodLogic.getPartyInventoryCostingMethod(ExecutionErrorAccumulator eea, Party party, boolean allowDefault, BasePK createdBy) PartyInventoryCostingMethodLogic.getPartyInventoryCostingMethod(ExecutionErrorAccumulator eea, Party party, boolean allowDefault, BasePK createdBy, EntityPermission entityPermission) PartyInventoryCostingMethodLogic.getPartyInventoryCostingMethodForUpdate(ExecutionErrorAccumulator eea, Party party, boolean allowDefault, BasePK createdBy) Methods in com.echothree.model.control.inventory.server.logic with parameters of type PartyInventoryCostingMethodModifier and TypeMethodDescriptionvoidPartyInventoryCostingMethodLogic.deletePartyInventoryCostingMethod(PartyInventoryCostingMethod partyInventoryCostingMethod, BasePK deletedBy) -
Uses of PartyInventoryCostingMethod in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type PartyInventoryCostingMethodModifier and TypeMethodDescriptionPartyInventoryCostingMethodTransferCache.getTransfer(UserVisit userVisit, PartyInventoryCostingMethod partyInventoryCostingMethod) -
Uses of PartyInventoryCostingMethod in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return PartyInventoryCostingMethodModifier and TypeMethodDescriptionPartyInventoryCostingMethodFactory.create(PartyPK partyPK, InventoryCostingMethodPK inventoryCostingMethodPK, Long fromTime, Long thruTime) PartyInventoryCostingMethodFactory.create(Party party, InventoryCostingMethod inventoryCostingMethod, Long fromTime, Long thruTime) PartyInventoryCostingMethodFactory.getEntityFromCache(PartyInventoryCostingMethodPK pk) PartyInventoryCostingMethodFactory.getEntityFromPK(EntityPermission entityPermission, PartyInventoryCostingMethodPK pk) PartyInventoryCostingMethodFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyInventoryCostingMethodFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyInventoryCostingMethodFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyInventoryCostingMethodFactory.getEntityFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) PartyInventoryCostingMethodFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyInventoryCostingMethodFactory.getEntityFromValue(EntityPermission entityPermission, PartyInventoryCostingMethodValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type PartyInventoryCostingMethodModifier and TypeMethodDescriptionPartyInventoryCostingMethodFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyInventoryCostingMethodPK> pks) PartyInventoryCostingMethodFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyInventoryCostingMethodFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyInventoryCostingMethodFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyInventoryCostingMethodFactory.getEntitiesFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) PartyInventoryCostingMethodFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type PartyInventoryCostingMethodModifier and TypeMethodDescriptionvoidPartyInventoryCostingMethodFactory.remove(PartyInventoryCostingMethod entity) voidPartyInventoryCostingMethodFactory.store(PartyInventoryCostingMethod entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type PartyInventoryCostingMethodModifier and TypeMethodDescriptionvoidPartyInventoryCostingMethodFactory.store(Collection<PartyInventoryCostingMethod> entities)