Uses of Class
com.echothree.model.data.content.common.pk.ContentWebAddressPK
Packages that use ContentWebAddressPK
Package
Description
-
Uses of ContentWebAddressPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentWebAddressPKModifier and TypeMethodDescriptionContentWebAddressDescription.getContentWebAddressPK()ContentWebAddressDetail.getContentWebAddressPK()ContentWebAddressServer.getContentWebAddressPK()ContentWebAddress.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentWebAddressPKModifier and TypeMethodDescriptionvoidContentWebAddressDescription.setContentWebAddressPK(ContentWebAddressPK contentWebAddressPK) voidContentWebAddressDetail.setContentWebAddressPK(ContentWebAddressPK contentWebAddressPK) voidContentWebAddressServer.setContentWebAddressPK(ContentWebAddressPK contentWebAddressPK) -
Uses of ContentWebAddressPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentWebAddressPKModifier and TypeMethodDescriptionContentWebAddressFactory.getNextPK()ContentWebAddressFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentWebAddressFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentWebAddressPKModifier and TypeMethodDescriptionContentWebAddressFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentWebAddressFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentWebAddressFactory.getPKsFromResultSetAsList(ResultSet rs) ContentWebAddressFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentWebAddressPKModifier and TypeMethodDescriptionContentWebAddressDescriptionFactory.create(ContentWebAddressPK contentWebAddressPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentWebAddressDetailFactory.create(ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) ContentWebAddressServerFactory.create(ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) ContentWebAddressFactory.getEntityFromCache(ContentWebAddressPK pk) ContentWebAddressFactory.getEntityFromPK(EntityPermission entityPermission, ContentWebAddressPK pk) ContentWebAddressFactory.getValueFromPK(ContentWebAddressPK pk) voidContentWebAddressFactory.remove(ContentWebAddressPK pk) booleanContentWebAddressFactory.validPK(ContentWebAddressPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentWebAddressPKModifier and TypeMethodDescriptionContentWebAddressFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressPK> pks) ContentWebAddressFactory.getValuesFromPKs(Collection<ContentWebAddressPK> pks) voidContentWebAddressFactory.remove(Collection<ContentWebAddressPK> pks) -
Uses of ContentWebAddressPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentWebAddressPKModifier and TypeMethodDescriptionContentWebAddressDescriptionValue.getContentWebAddressPK()ContentWebAddressDetailValue.getContentWebAddressPK()ContentWebAddressServerValue.getContentWebAddressPK()ContentWebAddressValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentWebAddressPKModifier and TypeMethodDescriptionvoidContentWebAddressDescriptionValue.setContentWebAddressPK(ContentWebAddressPK contentWebAddressPK) voidContentWebAddressDetailValue.setContentWebAddressPK(ContentWebAddressPK contentWebAddressPK) voidContentWebAddressServerValue.setContentWebAddressPK(ContentWebAddressPK contentWebAddressPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentWebAddressPKModifierConstructorDescriptionContentWebAddressDescriptionValue(ContentWebAddressDescriptionPK contentWebAddressDescriptionPK, ContentWebAddressPK contentWebAddressPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressDescriptionValueContentWebAddressDescriptionValue(ContentWebAddressPK contentWebAddressPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressDescriptionValueContentWebAddressDetailValue(ContentWebAddressDetailPK contentWebAddressDetailPK, ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressDetailValueContentWebAddressDetailValue(ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressDetailValueContentWebAddressServerValue(ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressServerValueContentWebAddressServerValue(ContentWebAddressServerPK contentWebAddressServerPK, ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressServerValueContentWebAddressValue(ContentWebAddressPK contentWebAddressPK, ContentWebAddressDetailPK activeDetailPK, ContentWebAddressDetailPK lastDetailPK) Creates a new instance of ContentWebAddressValue