Class SelectorLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.selector.server.logic.SelectorLogic
-
Method Summary
Modifier and TypeMethodDescriptioncreateSelector
(ExecutionErrorAccumulator eea, SelectorType selectorType, String selectorName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) createSelector
(ExecutionErrorAccumulator eea, String selectorKindName, String selectorTypeName, String selectorName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) static SelectorLogic
getSelectorByName
(ExecutionErrorAccumulator eea, SelectorType selectorType, String selectorName) getSelectorByName
(ExecutionErrorAccumulator eea, SelectorType selectorType, String selectorName, EntityPermission entityPermission) getSelectorByName
(ExecutionErrorAccumulator eea, String selectorKindName, String selectorType, String selectorName) getSelectorByName
(ExecutionErrorAccumulator eea, String selectorKindName, String selectorTypeName, String selectorName, EntityPermission entityPermission) getSelectorByNameForUpdate
(ExecutionErrorAccumulator eea, SelectorType selectorType, String selectorName) getSelectorByNameForUpdate
(ExecutionErrorAccumulator eea, String selectorKindName, String selectorType, String selectorName) getSelectorByUniversalSpec
(ExecutionErrorAccumulator eea, SelectorUniversalSpec universalSpec, boolean allowDefault) getSelectorByUniversalSpec
(ExecutionErrorAccumulator eea, SelectorUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) getSelectorByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, SelectorUniversalSpec universalSpec, boolean allowDefault) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
createSelector
-
createSelector
public Selector createSelector(ExecutionErrorAccumulator eea, SelectorType selectorType, String selectorName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
getSelectorByName
public Selector getSelectorByName(ExecutionErrorAccumulator eea, SelectorType selectorType, String selectorName, EntityPermission entityPermission) -
getSelectorByName
public Selector getSelectorByName(ExecutionErrorAccumulator eea, SelectorType selectorType, String selectorName) -
getSelectorByNameForUpdate
public Selector getSelectorByNameForUpdate(ExecutionErrorAccumulator eea, SelectorType selectorType, String selectorName) -
getSelectorByName
public Selector getSelectorByName(ExecutionErrorAccumulator eea, String selectorKindName, String selectorTypeName, String selectorName, EntityPermission entityPermission) -
getSelectorByName
public Selector getSelectorByName(ExecutionErrorAccumulator eea, String selectorKindName, String selectorType, String selectorName) -
getSelectorByNameForUpdate
public Selector getSelectorByNameForUpdate(ExecutionErrorAccumulator eea, String selectorKindName, String selectorType, String selectorName) -
getSelectorByUniversalSpec
public Selector getSelectorByUniversalSpec(ExecutionErrorAccumulator eea, SelectorUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) -
getSelectorByUniversalSpec
public Selector getSelectorByUniversalSpec(ExecutionErrorAccumulator eea, SelectorUniversalSpec universalSpec, boolean allowDefault) -
getSelectorByUniversalSpecForUpdate
public Selector getSelectorByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, SelectorUniversalSpec universalSpec, boolean allowDefault)
-