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) 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
-
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
-