Class ContactListLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.contactlist.server.logic.ContactListLogic
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addContactListToParty
(ExecutionErrorAccumulator eea, Party party, ContactList contactList, ContactListContactMechanismPurpose preferredContactListContactMechanismPurpose, BasePK createdBy) getContactListByName
(ExecutionErrorAccumulator eea, String contactListName) getContactListContactMechanismPurpose
(ExecutionErrorAccumulator eea, ContactList contactList, ContactMechanismPurpose contactMechanismPurpose) static ContactListLogic
boolean
isPartyOnContactList
(Party party, ContactList contactList) void
removeContactListFromParty
(ExecutionErrorAccumulator eea, PartyContactList partyContactList, BasePK deletedBy) void
setupInitialContactLists
(ExecutionErrorAccumulator eea, Party party, BasePK createdBy) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
getContactListByName
-
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
-