Class InventoryCostingMethodLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.inventory.server.logic.InventoryCostingMethodLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInventoryCostingMethod(ExecutionErrorAccumulator eea, String inventoryCostingMethodName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) voiddeleteInventoryCostingMethod(ExecutionErrorAccumulator eea, InventoryCostingMethod inventoryCostingMethod, BasePK deletedBy) getDefaultInventoryCostingMethod(ExecutionErrorAccumulator eea, EntityPermission entityPermission) static InventoryCostingMethodLogicgetInventoryCostingMethodByName(ExecutionErrorAccumulator eea, String inventoryCostingMethodName) getInventoryCostingMethodByName(ExecutionErrorAccumulator eea, String inventoryCostingMethodName, EntityPermission entityPermission) getInventoryCostingMethodByNameForUpdate(ExecutionErrorAccumulator eea, String inventoryCostingMethodName) getInventoryCostingMethodByUniversalSpec(ExecutionErrorAccumulator eea, InventoryCostingMethodUniversalSpec universalSpec, boolean allowDefault) getInventoryCostingMethodByUniversalSpec(ExecutionErrorAccumulator eea, InventoryCostingMethodUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) getInventoryCostingMethodByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, InventoryCostingMethodUniversalSpec universalSpec, boolean allowDefault) voidupdateInventoryCostingMethodFromValue(InventoryCostingMethodDetailValue inventoryCostingMethodDetailValue, BasePK updatedBy) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
InventoryCostingMethodLogic
protected InventoryCostingMethodLogic()
-
-
Method Details
-
getInstance
-
createInventoryCostingMethod
public InventoryCostingMethod createInventoryCostingMethod(ExecutionErrorAccumulator eea, String inventoryCostingMethodName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
getInventoryCostingMethodByName
public InventoryCostingMethod getInventoryCostingMethodByName(ExecutionErrorAccumulator eea, String inventoryCostingMethodName, EntityPermission entityPermission) -
getInventoryCostingMethodByName
public InventoryCostingMethod getInventoryCostingMethodByName(ExecutionErrorAccumulator eea, String inventoryCostingMethodName) -
getInventoryCostingMethodByNameForUpdate
public InventoryCostingMethod getInventoryCostingMethodByNameForUpdate(ExecutionErrorAccumulator eea, String inventoryCostingMethodName) -
getDefaultInventoryCostingMethod
public InventoryCostingMethod getDefaultInventoryCostingMethod(ExecutionErrorAccumulator eea, EntityPermission entityPermission) -
getDefaultInventoryCostingMethod
-
getInventoryCostingMethodByUniversalSpec
public InventoryCostingMethod getInventoryCostingMethodByUniversalSpec(ExecutionErrorAccumulator eea, InventoryCostingMethodUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) -
getInventoryCostingMethodByUniversalSpec
public InventoryCostingMethod getInventoryCostingMethodByUniversalSpec(ExecutionErrorAccumulator eea, InventoryCostingMethodUniversalSpec universalSpec, boolean allowDefault) -
getInventoryCostingMethodByUniversalSpecForUpdate
public InventoryCostingMethod getInventoryCostingMethodByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, InventoryCostingMethodUniversalSpec universalSpec, boolean allowDefault) -
updateInventoryCostingMethodFromValue
public void updateInventoryCostingMethodFromValue(InventoryCostingMethodDetailValue inventoryCostingMethodDetailValue, BasePK updatedBy) -
deleteInventoryCostingMethod
public void deleteInventoryCostingMethod(ExecutionErrorAccumulator eea, InventoryCostingMethod inventoryCostingMethod, BasePK deletedBy)
-