Uses of Class
com.echothree.model.data.contactlist.server.value.PartyContactListDetailValue
Packages that use PartyContactListDetailValue
Package
Description
-
Uses of PartyContactListDetailValue in com.echothree.model.control.contactlist.server.control
Methods in com.echothree.model.control.contactlist.server.control that return PartyContactListDetailValueModifier and TypeMethodDescriptionContactListControl.getPartyContactListDetailValueForUpdate(PartyContactList partyContactList) ContactListControl.getPartyContactListDetailValueForUpdate(Party party, ContactList contactList) Methods in com.echothree.model.control.contactlist.server.control with parameters of type PartyContactListDetailValueModifier and TypeMethodDescriptionvoidContactListControl.updatePartyContactListFromValue(PartyContactListDetailValue partyContactListDetailValue, BasePK updatedBy) -
Uses of PartyContactListDetailValue in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return PartyContactListDetailValueMethods in com.echothree.model.data.contactlist.server.entity with parameters of type PartyContactListDetailValueModifier and TypeMethodDescriptionvoidPartyContactListDetail.setPartyContactListDetailValue(PartyContactListDetailValue value) Constructors in com.echothree.model.data.contactlist.server.entity with parameters of type PartyContactListDetailValueModifierConstructorDescriptionPartyContactListDetail(PartyContactListDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyContactListDetail -
Uses of PartyContactListDetailValue in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return PartyContactListDetailValueModifier and TypeMethodDescriptionPartyContactListDetailFactory.getValueFromPK(Session session, PartyContactListDetailPK pk) PartyContactListDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type PartyContactListDetailValueModifier and TypeMethodDescriptionPartyContactListDetailFactory.getValuesFromPKs(Session session, Collection<PartyContactListDetailPK> pks) PartyContactListDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type PartyContactListDetailValueModifier and TypeMethodDescriptionPartyContactListDetailFactory.getEntityFromValue(EntityPermission entityPermission, PartyContactListDetailValue value) PartyContactListDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PartyContactListDetailValue value) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type PartyContactListDetailValueModifier and TypeMethodDescriptionvoidPartyContactListDetailFactory.create(Session session, Collection<PartyContactListDetailValue> _values) voidPartyContactListDetailFactory.create(Collection<PartyContactListDetailValue> _values) -
Uses of PartyContactListDetailValue in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return PartyContactListDetailValue