Uses of Class
com.echothree.model.data.contact.server.value.PostalAddressFormatDescriptionValue
Packages that use PostalAddressFormatDescriptionValue
Package
Description
-
Uses of PostalAddressFormatDescriptionValue in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return PostalAddressFormatDescriptionValueModifier and TypeMethodDescriptionContactControl.getPostalAddressFormatDescriptionValue(PostalAddressFormatDescription postalAddressFormatDescription) ContactControl.getPostalAddressFormatDescriptionValueForUpdate(PostalAddressFormat postalAddressFormat, Language language) Methods in com.echothree.model.control.contact.server.control with parameters of type PostalAddressFormatDescriptionValueModifier and TypeMethodDescriptionvoidContactControl.updatePostalAddressFormatDescriptionFromValue(PostalAddressFormatDescriptionValue postalAddressFormatDescriptionValue, BasePK updatedBy) -
Uses of PostalAddressFormatDescriptionValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PostalAddressFormatDescriptionValueModifier and TypeMethodDescriptionPostalAddressFormatDescription.getPostalAddressFormatDescriptionValue()Methods in com.echothree.model.data.contact.server.entity with parameters of type PostalAddressFormatDescriptionValueModifier and TypeMethodDescriptionvoidPostalAddressFormatDescription.setPostalAddressFormatDescriptionValue(PostalAddressFormatDescriptionValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type PostalAddressFormatDescriptionValueModifierConstructorDescriptionPostalAddressFormatDescription(PostalAddressFormatDescriptionValue value, EntityPermission entityPermission) Creates a new instance of PostalAddressFormatDescription -
Uses of PostalAddressFormatDescriptionValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PostalAddressFormatDescriptionValueModifier and TypeMethodDescriptionPostalAddressFormatDescriptionFactory.getValueFromPK(Session session, PostalAddressFormatDescriptionPK pk) PostalAddressFormatDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PostalAddressFormatDescriptionValueModifier and TypeMethodDescriptionPostalAddressFormatDescriptionFactory.getValuesFromPKs(Session session, Collection<PostalAddressFormatDescriptionPK> pks) PostalAddressFormatDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PostalAddressFormatDescriptionValueModifier and TypeMethodDescriptionPostalAddressFormatDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, PostalAddressFormatDescriptionValue value) PostalAddressFormatDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PostalAddressFormatDescriptionValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PostalAddressFormatDescriptionValueModifier and TypeMethodDescriptionvoidPostalAddressFormatDescriptionFactory.create(Session session, Collection<PostalAddressFormatDescriptionValue> _values) voidPostalAddressFormatDescriptionFactory.create(Collection<PostalAddressFormatDescriptionValue> _values) -
Uses of PostalAddressFormatDescriptionValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PostalAddressFormatDescriptionValue