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.control
Methods in com.echothree.model.control.contactlist.server.control that return ContactListFrequencyDescriptionValueModifier and TypeMethodDescriptionContactListControl.getContactListFrequencyDescriptionValue(ContactListFrequencyDescription contactListFrequencyDescription) ContactListControl.getContactListFrequencyDescriptionValueForUpdate(ContactListFrequency contactListFrequency, Language language) Methods in com.echothree.model.control.contactlist.server.control with parameters of type ContactListFrequencyDescriptionValueModifier and TypeMethodDescriptionvoidContactListControl.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 TypeMethodDescriptionvoidContactListFrequencyDescription.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 TypeMethodDescriptionvoidContactListFrequencyDescriptionFactory.create(Session session, Collection<ContactListFrequencyDescriptionValue> _values) voidContactListFrequencyDescriptionFactory.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