Class SearchKindLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.search.server.logic.SearchKindLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSearchKind(ExecutionErrorAccumulator eea, String searchKindName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) voiddeleteSearchKind(ExecutionErrorAccumulator eea, SearchKind searchKind, BasePK deletedBy) static SearchKindLogicgetSearchKindByName(ExecutionErrorAccumulator eea, String searchKindName) getSearchKindByName(ExecutionErrorAccumulator eea, String searchKindName, EntityPermission entityPermission) getSearchKindByNameForUpdate(ExecutionErrorAccumulator eea, String searchKindName) getSearchKindByUniversalSpec(ExecutionErrorAccumulator eea, SearchKindUniversalSpec universalSpec, boolean allowDefault) getSearchKindByUniversalSpec(ExecutionErrorAccumulator eea, SearchKindUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) getSearchKindByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, SearchKindUniversalSpec universalSpec, boolean allowDefault) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
SearchKindLogic
protected SearchKindLogic()
-
-
Method Details
-
getInstance
-
createSearchKind
public SearchKind createSearchKind(ExecutionErrorAccumulator eea, String searchKindName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
getSearchKindByName
public SearchKind getSearchKindByName(ExecutionErrorAccumulator eea, String searchKindName, EntityPermission entityPermission) -
getSearchKindByName
-
getSearchKindByNameForUpdate
public SearchKind getSearchKindByNameForUpdate(ExecutionErrorAccumulator eea, String searchKindName) -
getSearchKindByUniversalSpec
public SearchKind getSearchKindByUniversalSpec(ExecutionErrorAccumulator eea, SearchKindUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) -
getSearchKindByUniversalSpec
public SearchKind getSearchKindByUniversalSpec(ExecutionErrorAccumulator eea, SearchKindUniversalSpec universalSpec, boolean allowDefault) -
getSearchKindByUniversalSpecForUpdate
public SearchKind getSearchKindByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, SearchKindUniversalSpec universalSpec, boolean allowDefault) -
deleteSearchKind
public void deleteSearchKind(ExecutionErrorAccumulator eea, SearchKind searchKind, BasePK deletedBy)
-