Uses of Class
com.echothree.model.data.content.common.pk.ContentWebAddressDetailPK
Packages that use ContentWebAddressDetailPK
Package
Description
-
Uses of ContentWebAddressDetailPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentWebAddressDetailPKModifier and TypeMethodDescriptionContentWebAddress.getActiveDetailPK()ContentWebAddress.getLastDetailPK()ContentWebAddressDetail.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentWebAddressDetailPKModifier and TypeMethodDescriptionvoidContentWebAddress.setActiveDetailPK(ContentWebAddressDetailPK activeDetailPK) voidContentWebAddress.setLastDetailPK(ContentWebAddressDetailPK lastDetailPK) -
Uses of ContentWebAddressDetailPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentWebAddressDetailPKModifier and TypeMethodDescriptionContentWebAddressDetailFactory.getNextPK()ContentWebAddressDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentWebAddressDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentWebAddressDetailPKModifier and TypeMethodDescriptionContentWebAddressDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentWebAddressDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentWebAddressDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ContentWebAddressDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentWebAddressDetailPKModifier and TypeMethodDescriptionContentWebAddressFactory.create(ContentWebAddressDetailPK activeDetailPK, ContentWebAddressDetailPK lastDetailPK) ContentWebAddressFactory.create(Session session, ContentWebAddressDetailPK activeDetailPK, ContentWebAddressDetailPK lastDetailPK) ContentWebAddressDetailFactory.getEntityFromCache(Session session, ContentWebAddressDetailPK pk) ContentWebAddressDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContentWebAddressDetailPK pk) ContentWebAddressDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ContentWebAddressDetailPK pk) ContentWebAddressDetailFactory.getValueFromPK(Session session, ContentWebAddressDetailPK pk) voidContentWebAddressDetailFactory.remove(Session session, ContentWebAddressDetailPK pk) booleanContentWebAddressDetailFactory.validPK(Session session, ContentWebAddressDetailPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentWebAddressDetailPKModifier and TypeMethodDescriptionContentWebAddressDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressDetailPK> pks) ContentWebAddressDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentWebAddressDetailPK> pks) ContentWebAddressDetailFactory.getValuesFromPKs(Session session, Collection<ContentWebAddressDetailPK> pks) voidContentWebAddressDetailFactory.remove(Session session, Collection<ContentWebAddressDetailPK> pks) voidContentWebAddressDetailFactory.remove(Collection<ContentWebAddressDetailPK> pks) -
Uses of ContentWebAddressDetailPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentWebAddressDetailPKModifier and TypeMethodDescriptionContentWebAddressValue.getActiveDetailPK()ContentWebAddressValue.getLastDetailPK()ContentWebAddressDetailValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentWebAddressDetailPKModifier and TypeMethodDescriptionvoidContentWebAddressValue.setActiveDetailPK(ContentWebAddressDetailPK activeDetailPK) voidContentWebAddressValue.setLastDetailPK(ContentWebAddressDetailPK lastDetailPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentWebAddressDetailPKModifierConstructorDescriptionContentWebAddressDetailValue(ContentWebAddressDetailPK contentWebAddressDetailPK, ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressDetailValueContentWebAddressValue(ContentWebAddressDetailPK activeDetailPK, ContentWebAddressDetailPK lastDetailPK) Creates a new instance of ContentWebAddressValueContentWebAddressValue(ContentWebAddressPK contentWebAddressPK, ContentWebAddressDetailPK activeDetailPK, ContentWebAddressDetailPK lastDetailPK) Creates a new instance of ContentWebAddressValue