Class ContactListGroupLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.contactlist.server.logic.ContactListGroupLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContactListGroupByName(ExecutionErrorAccumulator eea, String contactListGroupName) getContactListGroupByName(ExecutionErrorAccumulator eea, String contactListGroupName, EntityPermission entityPermission) getContactListGroupByNameForUpdate(ExecutionErrorAccumulator eea, String contactListGroupName) getContactListGroupByUniversalSpec(ExecutionErrorAccumulator eea, ContactListGroupUniversalSpec spec, boolean allowDefault) getContactListGroupByUniversalSpec(ExecutionErrorAccumulator eea, ContactListGroupUniversalSpec spec, boolean allowDefault, EntityPermission entityPermission) getContactListGroupByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, ContactListGroupUniversalSpec spec, boolean allowDefault) static ContactListGroupLogicMethods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
ContactListGroupLogic
protected ContactListGroupLogic()
-
-
Method Details
-
getInstance
-
getContactListGroupByName
public ContactListGroup getContactListGroupByName(ExecutionErrorAccumulator eea, String contactListGroupName, EntityPermission entityPermission) -
getContactListGroupByName
public ContactListGroup getContactListGroupByName(ExecutionErrorAccumulator eea, String contactListGroupName) -
getContactListGroupByNameForUpdate
public ContactListGroup getContactListGroupByNameForUpdate(ExecutionErrorAccumulator eea, String contactListGroupName) -
getContactListGroupByUniversalSpec
public ContactListGroup getContactListGroupByUniversalSpec(ExecutionErrorAccumulator eea, ContactListGroupUniversalSpec spec, boolean allowDefault, EntityPermission entityPermission) -
getContactListGroupByUniversalSpec
public ContactListGroup getContactListGroupByUniversalSpec(ExecutionErrorAccumulator eea, ContactListGroupUniversalSpec spec, boolean allowDefault) -
getContactListGroupByUniversalSpecForUpdate
public ContactListGroup getContactListGroupByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, ContactListGroupUniversalSpec spec, boolean allowDefault)
-