Class OfferUseLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.offer.server.logic.OfferUseLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteOfferUse(ExecutionErrorAccumulator eea, OfferUse offerUse, BasePK deletedBy) static OfferUseLogicgetOfferUseByName(ExecutionErrorAccumulator eea, String offerName, String useName) getOfferUseByName(ExecutionErrorAccumulator eea, String offerName, String useName, EntityPermission entityPermission) getOfferUseByNameForUpdate(ExecutionErrorAccumulator eea, String offerName, String useName) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
OfferUseLogic
protected OfferUseLogic()
-
-
Method Details
-
getInstance
-
getOfferUseByName
public OfferUse getOfferUseByName(ExecutionErrorAccumulator eea, String offerName, String useName, EntityPermission entityPermission) -
getOfferUseByName
-
getOfferUseByNameForUpdate
public OfferUse getOfferUseByNameForUpdate(ExecutionErrorAccumulator eea, String offerName, String useName) -
deleteOfferUse
-