Uses of Class
com.echothree.model.data.contactlist.server.value.ContactListFrequencyValue
Packages that use ContactListFrequencyValue
Package
Description
-
Uses of ContactListFrequencyValue in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListFrequencyValueMethods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListFrequencyValueModifier and TypeMethodDescriptionvoid
ContactListFrequency.setContactListFrequencyValue
(ContactListFrequencyValue value) Constructors in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListFrequencyValueModifierConstructorDescriptionContactListFrequency
(ContactListFrequencyValue value, EntityPermission entityPermission) Creates a new instance of ContactListFrequency -
Uses of ContactListFrequencyValue in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListFrequencyValueModifier and TypeMethodDescriptionContactListFrequencyFactory.getValueFromPK
(Session session, ContactListFrequencyPK pk) ContactListFrequencyFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListFrequencyValueModifier and TypeMethodDescriptionContactListFrequencyFactory.getValuesFromPKs
(Session session, Collection<ContactListFrequencyPK> pks) ContactListFrequencyFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListFrequencyValueModifier and TypeMethodDescriptionContactListFrequencyFactory.getEntityFromValue
(EntityPermission entityPermission, ContactListFrequencyValue value) ContactListFrequencyFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContactListFrequencyValue value) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListFrequencyValueModifier and TypeMethodDescriptionvoid
ContactListFrequencyFactory.create
(Session session, Collection<ContactListFrequencyValue> _values) void
ContactListFrequencyFactory.create
(Collection<ContactListFrequencyValue> _values) -
Uses of ContactListFrequencyValue in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListFrequencyValue