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 TypeMethodDescriptionvoid
ContentWebAddressDescription.setContentWebAddressPK
(ContentWebAddressPK contentWebAddressPK) void
ContentWebAddressDetail.setContentWebAddressPK
(ContentWebAddressPK contentWebAddressPK) void
ContentWebAddressServer.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) ContentWebAddressDescriptionFactory.create
(Session session, ContentWebAddressPK contentWebAddressPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentWebAddressDetailFactory.create
(ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) ContentWebAddressDetailFactory.create
(Session session, ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) ContentWebAddressServerFactory.create
(ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) ContentWebAddressServerFactory.create
(Session session, ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) ContentWebAddressFactory.getEntityFromCache
(Session session, ContentWebAddressPK pk) ContentWebAddressFactory.getEntityFromPK
(EntityPermission entityPermission, ContentWebAddressPK pk) ContentWebAddressFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentWebAddressPK pk) ContentWebAddressFactory.getValueFromPK
(Session session, ContentWebAddressPK pk) void
ContentWebAddressFactory.remove
(Session session, ContentWebAddressPK pk) boolean
ContentWebAddressFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentWebAddressPK> pks) ContentWebAddressFactory.getValuesFromPKs
(Session session, Collection<ContentWebAddressPK> pks) void
ContentWebAddressFactory.remove
(Session session, Collection<ContentWebAddressPK> pks) void
ContentWebAddressFactory.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 TypeMethodDescriptionvoid
ContentWebAddressDescriptionValue.setContentWebAddressPK
(ContentWebAddressPK contentWebAddressPK) void
ContentWebAddressDetailValue.setContentWebAddressPK
(ContentWebAddressPK contentWebAddressPK) void
ContentWebAddressServerValue.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