Class ContactListLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.contactlist.server.logic.ContactListLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContactListToParty(ExecutionErrorAccumulator eea, Party party, ContactList contactList, ContactListContactMechanismPurpose preferredContactListContactMechanismPurpose, BasePK createdBy) getContactListByName(ExecutionErrorAccumulator eea, String contactListName) getContactListByName(ExecutionErrorAccumulator eea, String contactListName, EntityPermission entityPermission) getContactListByNameForUpdate(ExecutionErrorAccumulator eea, String contactListName) getContactListByUniversalSpec(ExecutionErrorAccumulator eea, ContactListUniversalSpec universalSpec, boolean allowDefault) getContactListByUniversalSpec(ExecutionErrorAccumulator eea, ContactListUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) getContactListByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, ContactListUniversalSpec universalSpec, boolean allowDefault) getContactListContactMechanismPurpose(ExecutionErrorAccumulator eea, ContactList contactList, ContactMechanismPurpose contactMechanismPurpose) static ContactListLogicbooleanisPartyOnContactList(Party party, ContactList contactList) voidremoveContactListFromParty(ExecutionErrorAccumulator eea, PartyContactList partyContactList, BasePK deletedBy) voidsetupInitialContactLists(ExecutionErrorAccumulator eea, Party party, BasePK createdBy) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
ContactListLogic
protected ContactListLogic()
-
-
Method Details
-
getInstance
-
getContactListByName
public ContactList getContactListByName(ExecutionErrorAccumulator eea, String contactListName, EntityPermission entityPermission) -
getContactListByName
-
getContactListByNameForUpdate
public ContactList getContactListByNameForUpdate(ExecutionErrorAccumulator eea, String contactListName) -
getContactListByUniversalSpec
public ContactList getContactListByUniversalSpec(ExecutionErrorAccumulator eea, ContactListUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) -
getContactListByUniversalSpec
public ContactList getContactListByUniversalSpec(ExecutionErrorAccumulator eea, ContactListUniversalSpec universalSpec, boolean allowDefault) -
getContactListByUniversalSpecForUpdate
public ContactList getContactListByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, ContactListUniversalSpec universalSpec, boolean allowDefault) -
getContactListContactMechanismPurpose
public ContactListContactMechanismPurpose getContactListContactMechanismPurpose(ExecutionErrorAccumulator eea, ContactList contactList, ContactMechanismPurpose contactMechanismPurpose) -
isPartyOnContactList
-
addContactListToParty
public void addContactListToParty(ExecutionErrorAccumulator eea, Party party, ContactList contactList, ContactListContactMechanismPurpose preferredContactListContactMechanismPurpose, BasePK createdBy) -
removeContactListFromParty
public void removeContactListFromParty(ExecutionErrorAccumulator eea, PartyContactList partyContactList, BasePK deletedBy) -
setupInitialContactLists
-