Uses of Class
com.echothree.model.data.contact.common.pk.PostalAddressLinePK
Packages that use PostalAddressLinePK
Package
Description
-
Uses of PostalAddressLinePK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PostalAddressLinePKModifier and TypeMethodDescriptionPostalAddressLineDetail.getPostalAddressLinePK()PostalAddressLineElement.getPostalAddressLinePK()PostalAddressLine.getPrimaryKey()Methods in com.echothree.model.data.contact.server.entity with parameters of type PostalAddressLinePKModifier and TypeMethodDescriptionvoidPostalAddressLineDetail.setPostalAddressLinePK(PostalAddressLinePK postalAddressLinePK) voidPostalAddressLineElement.setPostalAddressLinePK(PostalAddressLinePK postalAddressLinePK) -
Uses of PostalAddressLinePK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PostalAddressLinePKModifier and TypeMethodDescriptionPostalAddressLineFactory.getNextPK()PostalAddressLineFactory.getPKFromQuery(PreparedStatement ps, Object... params) PostalAddressLineFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PostalAddressLinePKModifier and TypeMethodDescriptionPostalAddressLineFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PostalAddressLineFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PostalAddressLineFactory.getPKsFromResultSetAsList(ResultSet rs) PostalAddressLineFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PostalAddressLinePKModifier and TypeMethodDescriptionPostalAddressLineDetailFactory.create(PostalAddressLinePK postalAddressLinePK, PostalAddressFormatPK postalAddressFormatPK, Integer postalAddressLineSortOrder, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Boolean collapseIfEmpty, Long fromTime, Long thruTime) PostalAddressLineElementFactory.create(PostalAddressLinePK postalAddressLinePK, Integer postalAddressLineElementSortOrder, PostalAddressElementTypePK postalAddressElementTypePK, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Long fromTime, Long thruTime) PostalAddressLineFactory.getEntityFromCache(PostalAddressLinePK pk) PostalAddressLineFactory.getEntityFromPK(EntityPermission entityPermission, PostalAddressLinePK pk) PostalAddressLineFactory.getValueFromPK(PostalAddressLinePK pk) voidPostalAddressLineFactory.remove(PostalAddressLinePK pk) booleanPostalAddressLineFactory.validPK(PostalAddressLinePK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PostalAddressLinePKModifier and TypeMethodDescriptionPostalAddressLineFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PostalAddressLinePK> pks) PostalAddressLineFactory.getValuesFromPKs(Collection<PostalAddressLinePK> pks) voidPostalAddressLineFactory.remove(Collection<PostalAddressLinePK> pks) -
Uses of PostalAddressLinePK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PostalAddressLinePKModifier and TypeMethodDescriptionPostalAddressLineDetailValue.getPostalAddressLinePK()PostalAddressLineElementValue.getPostalAddressLinePK()PostalAddressLineValue.getPrimaryKey()Methods in com.echothree.model.data.contact.server.value with parameters of type PostalAddressLinePKModifier and TypeMethodDescriptionvoidPostalAddressLineDetailValue.setPostalAddressLinePK(PostalAddressLinePK postalAddressLinePK) voidPostalAddressLineElementValue.setPostalAddressLinePK(PostalAddressLinePK postalAddressLinePK) Constructors in com.echothree.model.data.contact.server.value with parameters of type PostalAddressLinePKModifierConstructorDescriptionPostalAddressLineDetailValue(PostalAddressLineDetailPK postalAddressLineDetailPK, PostalAddressLinePK postalAddressLinePK, PostalAddressFormatPK postalAddressFormatPK, Integer postalAddressLineSortOrder, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Boolean collapseIfEmpty, Long fromTime, Long thruTime) Creates a new instance of PostalAddressLineDetailValuePostalAddressLineDetailValue(PostalAddressLinePK postalAddressLinePK, PostalAddressFormatPK postalAddressFormatPK, Integer postalAddressLineSortOrder, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Boolean collapseIfEmpty, Long fromTime, Long thruTime) Creates a new instance of PostalAddressLineDetailValuePostalAddressLineElementValue(PostalAddressLineElementPK postalAddressLineElementPK, PostalAddressLinePK postalAddressLinePK, Integer postalAddressLineElementSortOrder, PostalAddressElementTypePK postalAddressElementTypePK, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Long fromTime, Long thruTime) Creates a new instance of PostalAddressLineElementValuePostalAddressLineElementValue(PostalAddressLinePK postalAddressLinePK, Integer postalAddressLineElementSortOrder, PostalAddressElementTypePK postalAddressElementTypePK, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Long fromTime, Long thruTime) Creates a new instance of PostalAddressLineElementValuePostalAddressLineValue(PostalAddressLinePK postalAddressLinePK, PostalAddressLineDetailPK activeDetailPK, PostalAddressLineDetailPK lastDetailPK) Creates a new instance of PostalAddressLineValue