Uses of Class
com.echothree.model.data.contactlist.server.value.ContactListFrequencyDetailValue
Packages that use ContactListFrequencyDetailValue
Package
Description
-
Uses of ContactListFrequencyDetailValue in com.echothree.model.control.contactlist.server.control
Methods in com.echothree.model.control.contactlist.server.control that return ContactListFrequencyDetailValueModifier and TypeMethodDescriptionContactListControl.getContactListFrequencyDetailValueByNameForUpdate(String contactListFrequencyName) ContactListControl.getContactListFrequencyDetailValueForUpdate(ContactListFrequency contactListFrequency) ContactListControl.getDefaultContactListFrequencyDetailValueForUpdate()Methods in com.echothree.model.control.contactlist.server.control with parameters of type ContactListFrequencyDetailValueModifier and TypeMethodDescriptionvoidContactListControl.updateContactListFrequencyFromValue(ContactListFrequencyDetailValue contactListFrequencyDetailValue, BasePK updatedBy) -
Uses of ContactListFrequencyDetailValue in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListFrequencyDetailValueModifier and TypeMethodDescriptionContactListFrequencyDetail.getContactListFrequencyDetailValue()Methods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListFrequencyDetailValueModifier and TypeMethodDescriptionvoidContactListFrequencyDetail.setContactListFrequencyDetailValue(ContactListFrequencyDetailValue value) Constructors in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListFrequencyDetailValueModifierConstructorDescriptionContactListFrequencyDetail(ContactListFrequencyDetailValue value, EntityPermission entityPermission) Creates a new instance of ContactListFrequencyDetail -
Uses of ContactListFrequencyDetailValue in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListFrequencyDetailValueModifier and TypeMethodDescriptionContactListFrequencyDetailFactory.getValueFromPK(Session session, ContactListFrequencyDetailPK pk) ContactListFrequencyDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListFrequencyDetailValueModifier and TypeMethodDescriptionContactListFrequencyDetailFactory.getValuesFromPKs(Session session, Collection<ContactListFrequencyDetailPK> pks) ContactListFrequencyDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListFrequencyDetailValueModifier and TypeMethodDescriptionContactListFrequencyDetailFactory.getEntityFromValue(EntityPermission entityPermission, ContactListFrequencyDetailValue value) ContactListFrequencyDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContactListFrequencyDetailValue value) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListFrequencyDetailValueModifier and TypeMethodDescriptionvoidContactListFrequencyDetailFactory.create(Session session, Collection<ContactListFrequencyDetailValue> _values) voidContactListFrequencyDetailFactory.create(Collection<ContactListFrequencyDetailValue> _values) -
Uses of ContactListFrequencyDetailValue in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListFrequencyDetailValue