Uses of Class
com.echothree.model.data.contact.common.pk.PostalAddressFormatDescriptionPK
Packages that use PostalAddressFormatDescriptionPK
Package
Description
-
Uses of PostalAddressFormatDescriptionPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PostalAddressFormatDescriptionPK -
Uses of PostalAddressFormatDescriptionPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PostalAddressFormatDescriptionPKModifier and TypeMethodDescriptionPostalAddressFormatDescriptionFactory.getNextPK()PostalAddressFormatDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) PostalAddressFormatDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PostalAddressFormatDescriptionPKModifier and TypeMethodDescriptionPostalAddressFormatDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PostalAddressFormatDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PostalAddressFormatDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) PostalAddressFormatDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PostalAddressFormatDescriptionPKModifier and TypeMethodDescriptionPostalAddressFormatDescriptionFactory.getEntityFromCache(Session session, PostalAddressFormatDescriptionPK pk) PostalAddressFormatDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, PostalAddressFormatDescriptionPK pk) PostalAddressFormatDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, PostalAddressFormatDescriptionPK pk) PostalAddressFormatDescriptionFactory.getValueFromPK(Session session, PostalAddressFormatDescriptionPK pk) voidPostalAddressFormatDescriptionFactory.remove(Session session, PostalAddressFormatDescriptionPK pk) booleanPostalAddressFormatDescriptionFactory.validPK(Session session, PostalAddressFormatDescriptionPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PostalAddressFormatDescriptionPKModifier and TypeMethodDescriptionPostalAddressFormatDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PostalAddressFormatDescriptionPK> pks) PostalAddressFormatDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PostalAddressFormatDescriptionPK> pks) PostalAddressFormatDescriptionFactory.getValuesFromPKs(Session session, Collection<PostalAddressFormatDescriptionPK> pks) voidPostalAddressFormatDescriptionFactory.remove(Session session, Collection<PostalAddressFormatDescriptionPK> pks) voidPostalAddressFormatDescriptionFactory.remove(Collection<PostalAddressFormatDescriptionPK> pks) -
Uses of PostalAddressFormatDescriptionPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PostalAddressFormatDescriptionPKConstructors in com.echothree.model.data.contact.server.value with parameters of type PostalAddressFormatDescriptionPKModifierConstructorDescriptionPostalAddressFormatDescriptionValue(PostalAddressFormatDescriptionPK postalAddressFormatDescriptionPK, PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PostalAddressFormatDescriptionValue