Class PartyInventoryCostingMethodLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.inventory.server.logic.PartyInventoryCostingMethodLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePartyInventoryCostingMethod(ExecutionErrorAccumulator eea, Party party, InventoryCostingMethod inventoryCostingMethod, BasePK createdBy) voiddeletePartyInventoryCostingMethod(PartyInventoryCostingMethod partyInventoryCostingMethod, BasePK deletedBy) getPartyInventoryCostingMethod(ExecutionErrorAccumulator eea, Party party, boolean allowDefault, BasePK createdBy) getPartyInventoryCostingMethod(ExecutionErrorAccumulator eea, Party party, boolean allowDefault, BasePK createdBy, EntityPermission entityPermission) getPartyInventoryCostingMethodForUpdate(ExecutionErrorAccumulator eea, Party party, boolean allowDefault, BasePK createdBy) voidupdatePartyInventoryCostingMethodFromValue(PartyInventoryCostingMethodValue partyInventoryCostingMethodValue, BasePK updatedBy) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
PartyInventoryCostingMethodLogic
protected PartyInventoryCostingMethodLogic()
-
-
Method Details
-
createPartyInventoryCostingMethod
public PartyInventoryCostingMethod createPartyInventoryCostingMethod(ExecutionErrorAccumulator eea, Party party, InventoryCostingMethod inventoryCostingMethod, BasePK createdBy) -
getPartyInventoryCostingMethod
public PartyInventoryCostingMethod getPartyInventoryCostingMethod(ExecutionErrorAccumulator eea, Party party, boolean allowDefault, BasePK createdBy, EntityPermission entityPermission) -
getPartyInventoryCostingMethod
public PartyInventoryCostingMethod getPartyInventoryCostingMethod(ExecutionErrorAccumulator eea, Party party, boolean allowDefault, BasePK createdBy) -
getPartyInventoryCostingMethodForUpdate
public PartyInventoryCostingMethod getPartyInventoryCostingMethodForUpdate(ExecutionErrorAccumulator eea, Party party, boolean allowDefault, BasePK createdBy) -
updatePartyInventoryCostingMethodFromValue
public void updatePartyInventoryCostingMethodFromValue(PartyInventoryCostingMethodValue partyInventoryCostingMethodValue, BasePK updatedBy) -
deletePartyInventoryCostingMethod
public void deletePartyInventoryCostingMethod(PartyInventoryCostingMethod partyInventoryCostingMethod, BasePK deletedBy)
-