Class FreeOnBoardLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.shipment.server.logic.FreeOnBoardLogic
-
Method Summary
Modifier and TypeMethodDescriptioncreateFreeOnBoard
(ExecutionErrorAccumulator eea, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
deleteFreeOnBoard
(ExecutionErrorAccumulator eea, FreeOnBoard freeOnBoard, BasePK deletedBy) getFreeOnBoardByName
(ExecutionErrorAccumulator eea, String freeOnBoardName) getFreeOnBoardByName
(ExecutionErrorAccumulator eea, String freeOnBoardName, EntityPermission entityPermission) getFreeOnBoardByNameForUpdate
(ExecutionErrorAccumulator eea, String freeOnBoardName) getFreeOnBoardByUniversalSpec
(ExecutionErrorAccumulator eea, FreeOnBoardUniversalSpec universalSpec, boolean allowDefault) getFreeOnBoardByUniversalSpec
(ExecutionErrorAccumulator eea, FreeOnBoardUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) getFreeOnBoardByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, FreeOnBoardUniversalSpec universalSpec, boolean allowDefault) static FreeOnBoardLogic
Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
createFreeOnBoard
public FreeOnBoard createFreeOnBoard(ExecutionErrorAccumulator eea, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
getFreeOnBoardByName
public FreeOnBoard getFreeOnBoardByName(ExecutionErrorAccumulator eea, String freeOnBoardName, EntityPermission entityPermission) -
getFreeOnBoardByName
-
getFreeOnBoardByNameForUpdate
public FreeOnBoard getFreeOnBoardByNameForUpdate(ExecutionErrorAccumulator eea, String freeOnBoardName) -
getFreeOnBoardByUniversalSpec
public FreeOnBoard getFreeOnBoardByUniversalSpec(ExecutionErrorAccumulator eea, FreeOnBoardUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) -
getFreeOnBoardByUniversalSpec
public FreeOnBoard getFreeOnBoardByUniversalSpec(ExecutionErrorAccumulator eea, FreeOnBoardUniversalSpec universalSpec, boolean allowDefault) -
getFreeOnBoardByUniversalSpecForUpdate
public FreeOnBoard getFreeOnBoardByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, FreeOnBoardUniversalSpec universalSpec, boolean allowDefault) -
getDefaultFreeOnBoard
-
deleteFreeOnBoard
public void deleteFreeOnBoard(ExecutionErrorAccumulator eea, FreeOnBoard freeOnBoard, BasePK deletedBy)
-