Uses of Class
com.echothree.model.data.contact.server.entity.ContactMechanismPurpose
Packages that use ContactMechanismPurpose
Package
Description
-
Uses of ContactMechanismPurpose in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return ContactMechanismPurposeModifier and TypeMethodDescriptionContactControl.createContactMechanismPurpose
(String contactMechanismPurposeName, ContactMechanismType contactMechanismType, Boolean eventSubscriber, Boolean isDefault, Integer sortOrder) ContactControl.getContactMechanismPurposeByName
(String contactMechanismPurposeName) Methods in com.echothree.model.control.contact.server.control that return types with arguments of type ContactMechanismPurposeModifier and TypeMethodDescriptionContactControl.getContactMechanismPurposes()
ContactControl.getContactMechanismPurposesByContactMechanismType
(ContactMechanismType contactMechanismType) Methods in com.echothree.model.control.contact.server.control with parameters of type ContactMechanismPurposeModifier and TypeMethodDescriptionContactControl.createContactMechanismPurposeDescription
(ContactMechanismPurpose contactMechanismPurpose, Language language, String description) ContactControl.createPartyContactMechanismPurpose
(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContactControl.getBestContactMechanismPurposeDescription
(ContactMechanismPurpose contactMechanismPurpose, Language language) ContactControl.getContactMechanismPurposeDescription
(ContactMechanismPurpose contactMechanismPurpose, Language language) ContactControl.getContactMechanismPurposeTransfer
(UserVisit userVisit, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getDefaultPartyContactMechanismPurpose
(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getDefaultPartyContactMechanismPurpose
(Party party, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getDefaultPartyContactMechanismPurposeDetailValueForUpdate
(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getDefaultPartyContactMechanismPurposeDetailValueForUpdate
(Party party, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getDefaultPartyContactMechanismPurposeForUpdate
(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getDefaultPartyContactMechanismPurposeForUpdate
(Party party, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getPartyContactMechanismPurpose
(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getPartyContactMechanismPurposeDetailValueForUpdate
(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getPartyContactMechanismPurposeForUpdate
(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getPartyContactMechanismPurposesByContactMechanismPurposeAndParty
(ContactMechanismPurpose contactMechanismPurpose, Party party) ContactControl.getPartyContactMechanismPurposesByContactMechanismPurposeAndPartyForUpdate
(ContactMechanismPurpose contactMechanismPurpose, Party party) ContactControl.getPartyContactMechanismPurposesForUpdate
(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) Method parameters in com.echothree.model.control.contact.server.control with type arguments of type ContactMechanismPurposeModifier and TypeMethodDescriptionContactControl.getContactMechanismPurposeTransfers
(UserVisit userVisit, Collection<ContactMechanismPurpose> entities) -
Uses of ContactMechanismPurpose in com.echothree.model.control.contact.server.logic
Methods in com.echothree.model.control.contact.server.logic that return ContactMechanismPurposeModifier and TypeMethodDescriptionContactMechanismPurposeLogic.getContactMechanismPurposeByName
(ExecutionErrorAccumulator eea, String contactMechanismPurposeName) -
Uses of ContactMechanismPurpose in com.echothree.model.control.contact.server.transfer
Methods in com.echothree.model.control.contact.server.transfer with parameters of type ContactMechanismPurposeModifier and TypeMethodDescriptionContactMechanismPurposeTransferCache.getContactMechanismPurposeTransfer
(ContactMechanismPurpose contactMechanismPurpose) -
Uses of ContactMechanismPurpose in com.echothree.model.control.contactlist.server
Methods in com.echothree.model.control.contactlist.server with parameters of type ContactMechanismPurposeModifier and TypeMethodDescriptionContactListControl.createContactListContactMechanismPurpose
(ContactList contactList, ContactMechanismPurpose contactMechanismPurpose, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
ContactListControl.deleteContactListContactMechanismPurposesByContactMechanismPurpose
(ContactMechanismPurpose contactMechanismPurpose, BasePK deletedBy) ContactListControl.getContactListContactMechanismPurpose
(ContactList contactList, ContactMechanismPurpose contactMechanismPurpose) ContactListControl.getContactListContactMechanismPurposeDetailValueForUpdate
(ContactList contactList, ContactMechanismPurpose contactMechanismPurpose) ContactListControl.getContactListContactMechanismPurposeForUpdate
(ContactList contactList, ContactMechanismPurpose contactMechanismPurpose) ContactListControl.getContactListContactMechanismPurposesByContactMechanismPurpose
(ContactMechanismPurpose contactMechanismPurpose) ContactListControl.getContactListContactMechanismPurposesByContactMechanismPurposeForUpdate
(ContactMechanismPurpose contactMechanismPurpose) ContactListControl.getContactListContactMechanismPurposeTransfersByContactMechanismPurpose
(UserVisit userVisit, ContactMechanismPurpose contactMechanismPurpose) -
Uses of ContactMechanismPurpose in com.echothree.model.control.contactlist.server.logic
Methods in com.echothree.model.control.contactlist.server.logic with parameters of type ContactMechanismPurposeModifier and TypeMethodDescriptionContactListLogic.getContactListContactMechanismPurpose
(ExecutionErrorAccumulator eea, ContactList contactList, ContactMechanismPurpose contactMechanismPurpose) -
Uses of ContactMechanismPurpose in com.echothree.model.control.letter.server.control
Methods in com.echothree.model.control.letter.server.control with parameters of type ContactMechanismPurposeModifier and TypeMethodDescriptionLetterControl.createLetterContactMechanismPurpose
(Letter letter, Integer priority, ContactMechanismPurpose contactMechanismPurpose, BasePK createdBy) -
Uses of ContactMechanismPurpose in com.echothree.model.control.tax.server.control
Methods in com.echothree.model.control.tax.server.control with parameters of type ContactMechanismPurposeModifier and TypeMethodDescriptionTaxControl.createTax
(String taxName, ContactMechanismPurpose contactMechanismPurpose, GlAccount glAccount, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of ContactMechanismPurpose in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactMechanismPurposeModifier and TypeMethodDescriptionContactMechanismPurposeDescription.getContactMechanismPurpose()
ContactMechanismPurposeDescription.getContactMechanismPurpose
(EntityPermission entityPermission) ContactMechanismPurposeDescription.getContactMechanismPurpose
(Session session) ContactMechanismPurposeDescription.getContactMechanismPurpose
(Session session, EntityPermission entityPermission) PartyContactMechanismPurposeDetail.getContactMechanismPurpose()
PartyContactMechanismPurposeDetail.getContactMechanismPurpose
(EntityPermission entityPermission) PartyContactMechanismPurposeDetail.getContactMechanismPurpose
(Session session) PartyContactMechanismPurposeDetail.getContactMechanismPurpose
(Session session, EntityPermission entityPermission) ContactMechanismPurposeDescription.getContactMechanismPurposeForUpdate()
ContactMechanismPurposeDescription.getContactMechanismPurposeForUpdate
(Session session) PartyContactMechanismPurposeDetail.getContactMechanismPurposeForUpdate()
PartyContactMechanismPurposeDetail.getContactMechanismPurposeForUpdate
(Session session) Methods in com.echothree.model.data.contact.server.entity with parameters of type ContactMechanismPurposeModifier and TypeMethodDescriptionvoid
ContactMechanismPurposeDescription.setContactMechanismPurpose
(ContactMechanismPurpose entity) void
PartyContactMechanismPurposeDetail.setContactMechanismPurpose
(ContactMechanismPurpose entity) -
Uses of ContactMechanismPurpose in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactMechanismPurposeModifier and TypeMethodDescriptionContactMechanismPurposeFactory.create
(Session session, String contactMechanismPurposeName, ContactMechanismTypePK contactMechanismTypePK, Boolean eventSubscriber, Boolean isDefault, Integer sortOrder) ContactMechanismPurposeFactory.create
(Session session, String contactMechanismPurposeName, ContactMechanismType contactMechanismType, Boolean eventSubscriber, Boolean isDefault, Integer sortOrder) ContactMechanismPurposeFactory.create
(String contactMechanismPurposeName, ContactMechanismTypePK contactMechanismTypePK, Boolean eventSubscriber, Boolean isDefault, Integer sortOrder) ContactMechanismPurposeFactory.create
(String contactMechanismPurposeName, ContactMechanismType contactMechanismType, Boolean eventSubscriber, Boolean isDefault, Integer sortOrder) ContactMechanismPurposeFactory.getEntityFromCache
(Session session, ContactMechanismPurposePK pk) ContactMechanismPurposeFactory.getEntityFromPK
(EntityPermission entityPermission, ContactMechanismPurposePK pk) ContactMechanismPurposeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContactMechanismPurposePK pk) ContactMechanismPurposeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContactMechanismPurposeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContactMechanismPurposeFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContactMechanismPurposeFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContactMechanismPurposeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContactMechanismPurposeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContactMechanismPurposeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContactMechanismPurposeFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContactMechanismPurposeFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContactMechanismPurposeFactory.getEntityFromValue
(EntityPermission entityPermission, ContactMechanismPurposeValue value) ContactMechanismPurposeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContactMechanismPurposeValue value) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactMechanismPurposeModifier and TypeMethodDescriptionContactMechanismPurposeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContactMechanismPurposePK> pks) ContactMechanismPurposeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContactMechanismPurposePK> pks) ContactMechanismPurposeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContactMechanismPurposeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContactMechanismPurposeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContactMechanismPurposeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContactMechanismPurposeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContactMechanismPurposeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContactMechanismPurposeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContactMechanismPurposeFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContactMechanismPurposeFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactMechanismPurposeModifier and TypeMethodDescriptionContactMechanismPurposeDescriptionFactory.create
(ContactMechanismPurpose contactMechanismPurpose, Language language, String description) ContactMechanismPurposeDescriptionFactory.create
(Session session, ContactMechanismPurpose contactMechanismPurpose, Language language, String description) PartyContactMechanismPurposeDetailFactory.create
(PartyContactMechanismPurpose partyContactMechanismPurpose, PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyContactMechanismPurposeDetailFactory.create
(Session session, PartyContactMechanismPurpose partyContactMechanismPurpose, PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
ContactMechanismPurposeFactory.remove
(Session session, ContactMechanismPurpose entity) void
ContactMechanismPurposeFactory.store
(Session session, ContactMechanismPurpose entity) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactMechanismPurposeModifier and TypeMethodDescriptionvoid
ContactMechanismPurposeFactory.store
(Session session, Collection<ContactMechanismPurpose> entities) void
ContactMechanismPurposeFactory.store
(Collection<ContactMechanismPurpose> entities) -
Uses of ContactMechanismPurpose in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactMechanismPurposeModifier and TypeMethodDescriptionContactListContactMechanismPurposeDetail.getContactMechanismPurpose()
ContactListContactMechanismPurposeDetail.getContactMechanismPurpose
(EntityPermission entityPermission) ContactListContactMechanismPurposeDetail.getContactMechanismPurpose
(Session session) ContactListContactMechanismPurposeDetail.getContactMechanismPurpose
(Session session, EntityPermission entityPermission) ContactListContactMechanismPurposeDetail.getContactMechanismPurposeForUpdate()
ContactListContactMechanismPurposeDetail.getContactMechanismPurposeForUpdate
(Session session) Methods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactMechanismPurposeModifier and TypeMethodDescriptionvoid
ContactListContactMechanismPurposeDetail.setContactMechanismPurpose
(ContactMechanismPurpose entity) -
Uses of ContactMechanismPurpose in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactMechanismPurposeModifier and TypeMethodDescriptionContactListContactMechanismPurposeDetailFactory.create
(ContactListContactMechanismPurpose contactListContactMechanismPurpose, ContactList contactList, ContactMechanismPurpose contactMechanismPurpose, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContactListContactMechanismPurposeDetailFactory.create
(Session session, ContactListContactMechanismPurpose contactListContactMechanismPurpose, ContactList contactList, ContactMechanismPurpose contactMechanismPurpose, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of ContactMechanismPurpose in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return ContactMechanismPurposeModifier and TypeMethodDescriptionLetterContactMechanismPurposeDetail.getContactMechanismPurpose()
LetterContactMechanismPurposeDetail.getContactMechanismPurpose
(EntityPermission entityPermission) LetterContactMechanismPurposeDetail.getContactMechanismPurpose
(Session session) LetterContactMechanismPurposeDetail.getContactMechanismPurpose
(Session session, EntityPermission entityPermission) LetterContactMechanismPurposeDetail.getContactMechanismPurposeForUpdate()
LetterContactMechanismPurposeDetail.getContactMechanismPurposeForUpdate
(Session session) Methods in com.echothree.model.data.letter.server.entity with parameters of type ContactMechanismPurposeModifier and TypeMethodDescriptionvoid
LetterContactMechanismPurposeDetail.setContactMechanismPurpose
(ContactMechanismPurpose entity) -
Uses of ContactMechanismPurpose in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory with parameters of type ContactMechanismPurposeModifier and TypeMethodDescriptionLetterContactMechanismPurposeDetailFactory.create
(LetterContactMechanismPurpose letterContactMechanismPurpose, Letter letter, Integer priority, ContactMechanismPurpose contactMechanismPurpose, Long fromTime, Long thruTime) LetterContactMechanismPurposeDetailFactory.create
(Session session, LetterContactMechanismPurpose letterContactMechanismPurpose, Letter letter, Integer priority, ContactMechanismPurpose contactMechanismPurpose, Long fromTime, Long thruTime) -
Uses of ContactMechanismPurpose in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return ContactMechanismPurposeModifier and TypeMethodDescriptionTaxDetail.getContactMechanismPurpose()
TaxDetail.getContactMechanismPurpose
(EntityPermission entityPermission) TaxDetail.getContactMechanismPurpose
(Session session) TaxDetail.getContactMechanismPurpose
(Session session, EntityPermission entityPermission) TaxDetail.getContactMechanismPurposeForUpdate()
TaxDetail.getContactMechanismPurposeForUpdate
(Session session) Methods in com.echothree.model.data.tax.server.entity with parameters of type ContactMechanismPurposeModifier and TypeMethodDescriptionvoid
TaxDetail.setContactMechanismPurpose
(ContactMechanismPurpose entity) -
Uses of ContactMechanismPurpose in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory with parameters of type ContactMechanismPurposeModifier and TypeMethodDescriptionTaxDetailFactory.create
(Tax tax, String taxName, ContactMechanismPurpose contactMechanismPurpose, GlAccount glAccount, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) TaxDetailFactory.create
(Session session, Tax tax, String taxName, ContactMechanismPurpose contactMechanismPurpose, GlAccount glAccount, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime)