Class SearchDefaultOperatorLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.search.server.logic.SearchDefaultOperatorLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSearchDefaultOperator(ExecutionErrorAccumulator eea, String searchDefaultOperatorName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) voiddeleteSearchDefaultOperator(ExecutionErrorAccumulator eea, SearchDefaultOperator searchDefaultOperator, BasePK deletedBy) static SearchDefaultOperatorLogicgetSearchDefaultOperatorByName(ExecutionErrorAccumulator eea, String searchDefaultOperatorName) getSearchDefaultOperatorByName(ExecutionErrorAccumulator eea, String searchDefaultOperatorName, EntityPermission entityPermission) getSearchDefaultOperatorByNameForUpdate(ExecutionErrorAccumulator eea, String searchDefaultOperatorName) getSearchDefaultOperatorByUniversalSpec(ExecutionErrorAccumulator eea, SearchDefaultOperatorUniversalSpec universalSpec, boolean allowDefault) getSearchDefaultOperatorByUniversalSpec(ExecutionErrorAccumulator eea, SearchDefaultOperatorUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) getSearchDefaultOperatorByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, SearchDefaultOperatorUniversalSpec universalSpec, boolean allowDefault) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
SearchDefaultOperatorLogic
protected SearchDefaultOperatorLogic()
-
-
Method Details
-
getInstance
-
createSearchDefaultOperator
public SearchDefaultOperator createSearchDefaultOperator(ExecutionErrorAccumulator eea, String searchDefaultOperatorName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
getSearchDefaultOperatorByName
public SearchDefaultOperator getSearchDefaultOperatorByName(ExecutionErrorAccumulator eea, String searchDefaultOperatorName, EntityPermission entityPermission) -
getSearchDefaultOperatorByName
public SearchDefaultOperator getSearchDefaultOperatorByName(ExecutionErrorAccumulator eea, String searchDefaultOperatorName) -
getSearchDefaultOperatorByNameForUpdate
public SearchDefaultOperator getSearchDefaultOperatorByNameForUpdate(ExecutionErrorAccumulator eea, String searchDefaultOperatorName) -
getSearchDefaultOperatorByUniversalSpec
public SearchDefaultOperator getSearchDefaultOperatorByUniversalSpec(ExecutionErrorAccumulator eea, SearchDefaultOperatorUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) -
getSearchDefaultOperatorByUniversalSpec
public SearchDefaultOperator getSearchDefaultOperatorByUniversalSpec(ExecutionErrorAccumulator eea, SearchDefaultOperatorUniversalSpec universalSpec, boolean allowDefault) -
getSearchDefaultOperatorByUniversalSpecForUpdate
public SearchDefaultOperator getSearchDefaultOperatorByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, SearchDefaultOperatorUniversalSpec universalSpec, boolean allowDefault) -
deleteSearchDefaultOperator
public void deleteSearchDefaultOperator(ExecutionErrorAccumulator eea, SearchDefaultOperator searchDefaultOperator, BasePK deletedBy)
-