Uses of Class
com.echothree.model.data.contact.common.pk.PostalAddressLineElementPK
Packages that use PostalAddressLineElementPK
Package
Description
-
Uses of PostalAddressLineElementPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PostalAddressLineElementPK -
Uses of PostalAddressLineElementPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PostalAddressLineElementPKModifier and TypeMethodDescriptionPostalAddressLineElementFactory.getNextPK()PostalAddressLineElementFactory.getPKFromQuery(PreparedStatement ps, Object... params) PostalAddressLineElementFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PostalAddressLineElementPKModifier and TypeMethodDescriptionPostalAddressLineElementFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PostalAddressLineElementFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PostalAddressLineElementFactory.getPKsFromResultSetAsList(ResultSet rs) PostalAddressLineElementFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PostalAddressLineElementPKModifier and TypeMethodDescriptionPostalAddressLineElementFactory.getEntityFromCache(Session session, PostalAddressLineElementPK pk) PostalAddressLineElementFactory.getEntityFromPK(EntityPermission entityPermission, PostalAddressLineElementPK pk) PostalAddressLineElementFactory.getEntityFromPK(Session session, EntityPermission entityPermission, PostalAddressLineElementPK pk) PostalAddressLineElementFactory.getValueFromPK(Session session, PostalAddressLineElementPK pk) voidPostalAddressLineElementFactory.remove(Session session, PostalAddressLineElementPK pk) booleanPostalAddressLineElementFactory.validPK(Session session, PostalAddressLineElementPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PostalAddressLineElementPKModifier and TypeMethodDescriptionPostalAddressLineElementFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PostalAddressLineElementPK> pks) PostalAddressLineElementFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PostalAddressLineElementPK> pks) PostalAddressLineElementFactory.getValuesFromPKs(Session session, Collection<PostalAddressLineElementPK> pks) voidPostalAddressLineElementFactory.remove(Session session, Collection<PostalAddressLineElementPK> pks) voidPostalAddressLineElementFactory.remove(Collection<PostalAddressLineElementPK> pks) -
Uses of PostalAddressLineElementPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PostalAddressLineElementPKConstructors in com.echothree.model.data.contact.server.value with parameters of type PostalAddressLineElementPKModifierConstructorDescriptionPostalAddressLineElementValue(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 PostalAddressLineElementValue