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) ContentWebAddressDetailFactory.getEntityFromCache(ContentWebAddressDetailPK pk) ContentWebAddressDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContentWebAddressDetailPK pk) ContentWebAddressDetailFactory.getValueFromPK(ContentWebAddressDetailPK pk) voidContentWebAddressDetailFactory.remove(ContentWebAddressDetailPK pk) booleanContentWebAddressDetailFactory.validPK(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.getValuesFromPKs(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 -
Uses of ContentWebAddressDetailPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentWebAddressDetailPKModifier and TypeMethodDescriptionContentWebAddresses.ActiveDetail()Getter forcontentwebaddresses.cntwa_activedetailid.ContentWebAddressDetails.ContentWebAddressDetail()Getter forcontentwebaddressdetails.cntwadt_contentwebaddressdetailid.ContentWebAddresses.LastDetail()Getter forcontentwebaddresses.cntwa_lastdetailid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentWebAddressDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContentWebAddressDetailPK> ContentWebAddressDetails.key()Methods in com.echothree.model.jooq.server.records.content with parameters of type ContentWebAddressDetailPKModifier and TypeMethodDescriptionvoidContentWebAddresses.ActiveDetail(ContentWebAddressDetailPK value) Setter forcontentwebaddresses.cntwa_activedetailid.voidContentWebAddressDetails.ContentWebAddressDetail(ContentWebAddressDetailPK value) Setter forcontentwebaddressdetails.cntwadt_contentwebaddressdetailid.voidContentWebAddresses.LastDetail(ContentWebAddressDetailPK value) Setter forcontentwebaddresses.cntwa_lastdetailid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentWebAddressDetailPKModifierConstructorDescriptionContentWebAddressDetails(ContentWebAddressDetailPK ContentWebAddressDetail, ContentWebAddressPK ContentWebAddress, String ContentWebAddressName, ContentCollectionPK ContentCollection, Long FromTime, Long ThruTime) Create a detached, initialised ContentWebAddressDetailsContentWebAddresses(ContentWebAddressPK ContentWebAddress, ContentWebAddressDetailPK ActiveDetail, ContentWebAddressDetailPK LastDetail) Create a detached, initialised ContentWebAddresses -
Uses of ContentWebAddressDetailPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentWebAddressDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentWebAddresses, ContentWebAddressDetailPK> ContentWebAddresses.ACTIVE_DETAILThe columncontentwebaddresses.cntwa_activedetailid.final org.jooq.TableField<ContentWebAddressDetails, ContentWebAddressDetailPK> ContentWebAddressDetails.CONTENT_WEB_ADDRESS_DETAILThe columncontentwebaddressdetails.cntwadt_contentwebaddressdetailid.final org.jooq.TableField<ContentWebAddresses, ContentWebAddressDetailPK> ContentWebAddresses.LAST_DETAILThe columncontentwebaddresses.cntwa_lastdetailid.