Uses of Class
com.echothree.model.data.contactlist.server.value.PartyContactListValue
Packages that use PartyContactListValue
Package
Description
-
Uses of PartyContactListValue in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return PartyContactListValueMethods in com.echothree.model.data.contactlist.server.entity with parameters of type PartyContactListValueModifier and TypeMethodDescriptionvoid
PartyContactList.setPartyContactListValue
(PartyContactListValue value) Constructors in com.echothree.model.data.contactlist.server.entity with parameters of type PartyContactListValueModifierConstructorDescriptionPartyContactList
(PartyContactListValue value, EntityPermission entityPermission) Creates a new instance of PartyContactList -
Uses of PartyContactListValue in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return PartyContactListValueModifier and TypeMethodDescriptionPartyContactListFactory.getValueFromPK
(Session session, PartyContactListPK pk) PartyContactListFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type PartyContactListValueModifier and TypeMethodDescriptionPartyContactListFactory.getValuesFromPKs
(Session session, Collection<PartyContactListPK> pks) PartyContactListFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type PartyContactListValueModifier and TypeMethodDescriptionPartyContactListFactory.getEntityFromValue
(EntityPermission entityPermission, PartyContactListValue value) PartyContactListFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PartyContactListValue value) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type PartyContactListValueModifier and TypeMethodDescriptionvoid
PartyContactListFactory.create
(Session session, Collection<PartyContactListValue> _values) void
PartyContactListFactory.create
(Collection<PartyContactListValue> _values) -
Uses of PartyContactListValue in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return PartyContactListValue