Class OfferNameElementLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.offer.server.logic.OfferNameElementLogic
-
Method Summary
Modifier and TypeMethodDescriptioncreateOfferNameElement(ExecutionErrorAccumulator eea, String offerNameElementName, Integer offset, Integer length, String validationPattern, Language language, String description, BasePK createdBy) voiddeleteOfferNameElement(ExecutionErrorAccumulator eea, OfferNameElement offerNameElement, BasePK deletedBy) static OfferNameElementLogicgetOfferNameElementByName(ExecutionErrorAccumulator eea, String offerNameElementName) getOfferNameElementByName(ExecutionErrorAccumulator eea, String offerNameElementName, EntityPermission entityPermission) getOfferNameElementByNameForUpdate(ExecutionErrorAccumulator eea, String offerNameElementName) getOfferNameElementByUniversalSpec(ExecutionErrorAccumulator eea, OfferNameElementUniversalSpec universalSpec) getOfferNameElementByUniversalSpec(ExecutionErrorAccumulator eea, OfferNameElementUniversalSpec universalSpec, EntityPermission entityPermission) getOfferNameElementByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, OfferNameElementUniversalSpec universalSpec) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
createOfferNameElement
public OfferNameElement createOfferNameElement(ExecutionErrorAccumulator eea, String offerNameElementName, Integer offset, Integer length, String validationPattern, Language language, String description, BasePK createdBy) -
getOfferNameElementByName
public OfferNameElement getOfferNameElementByName(ExecutionErrorAccumulator eea, String offerNameElementName, EntityPermission entityPermission) -
getOfferNameElementByName
public OfferNameElement getOfferNameElementByName(ExecutionErrorAccumulator eea, String offerNameElementName) -
getOfferNameElementByNameForUpdate
public OfferNameElement getOfferNameElementByNameForUpdate(ExecutionErrorAccumulator eea, String offerNameElementName) -
getOfferNameElementByUniversalSpec
public OfferNameElement getOfferNameElementByUniversalSpec(ExecutionErrorAccumulator eea, OfferNameElementUniversalSpec universalSpec, EntityPermission entityPermission) -
getOfferNameElementByUniversalSpec
public OfferNameElement getOfferNameElementByUniversalSpec(ExecutionErrorAccumulator eea, OfferNameElementUniversalSpec universalSpec) -
getOfferNameElementByUniversalSpecForUpdate
public OfferNameElement getOfferNameElementByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, OfferNameElementUniversalSpec universalSpec) -
deleteOfferNameElement
public void deleteOfferNameElement(ExecutionErrorAccumulator eea, OfferNameElement offerNameElement, BasePK deletedBy)
-