Uses of Class
com.echothree.model.data.contactlist.server.value.ContactListFrequencyDescriptionValue
Packages that use ContactListFrequencyDescriptionValue
Package
Description
-
Uses of ContactListFrequencyDescriptionValue in com.echothree.model.control.contactlist.server
Methods in com.echothree.model.control.contactlist.server that return ContactListFrequencyDescriptionValueModifier and TypeMethodDescriptionContactListControl.getContactListFrequencyDescriptionValue
(ContactListFrequencyDescription contactListFrequencyDescription) ContactListControl.getContactListFrequencyDescriptionValueForUpdate
(ContactListFrequency contactListFrequency, Language language) Methods in com.echothree.model.control.contactlist.server with parameters of type ContactListFrequencyDescriptionValueModifier and TypeMethodDescriptionvoid
ContactListControl.updateContactListFrequencyDescriptionFromValue
(ContactListFrequencyDescriptionValue contactListFrequencyDescriptionValue, BasePK updatedBy) -
Uses of ContactListFrequencyDescriptionValue in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListFrequencyDescriptionValueModifier and TypeMethodDescriptionContactListFrequencyDescription.getContactListFrequencyDescriptionValue()
Methods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListFrequencyDescriptionValueModifier and TypeMethodDescriptionvoid
ContactListFrequencyDescription.setContactListFrequencyDescriptionValue
(ContactListFrequencyDescriptionValue value) Constructors in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListFrequencyDescriptionValueModifierConstructorDescriptionContactListFrequencyDescription
(ContactListFrequencyDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ContactListFrequencyDescription -
Uses of ContactListFrequencyDescriptionValue in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListFrequencyDescriptionValueModifier and TypeMethodDescriptionContactListFrequencyDescriptionFactory.getValueFromPK
(Session session, ContactListFrequencyDescriptionPK pk) ContactListFrequencyDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListFrequencyDescriptionValueModifier and TypeMethodDescriptionContactListFrequencyDescriptionFactory.getValuesFromPKs
(Session session, Collection<ContactListFrequencyDescriptionPK> pks) ContactListFrequencyDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListFrequencyDescriptionValueModifier and TypeMethodDescriptionContactListFrequencyDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ContactListFrequencyDescriptionValue value) ContactListFrequencyDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContactListFrequencyDescriptionValue value) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListFrequencyDescriptionValueModifier and TypeMethodDescriptionvoid
ContactListFrequencyDescriptionFactory.create
(Session session, Collection<ContactListFrequencyDescriptionValue> _values) void
ContactListFrequencyDescriptionFactory.create
(Collection<ContactListFrequencyDescriptionValue> _values) -
Uses of ContactListFrequencyDescriptionValue in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListFrequencyDescriptionValue