Uses of Class
com.echothree.model.data.content.common.pk.ContentCollectionPK
Packages that use ContentCollectionPK
Package
Description
-
Uses of ContentCollectionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCollectionPKModifier and TypeMethodDescriptionContentCatalogDetail.getContentCollectionPK()ContentCollectionDescription.getContentCollectionPK()ContentCollectionDetail.getContentCollectionPK()ContentForumDetail.getContentCollectionPK()ContentSectionDetail.getContentCollectionPK()ContentWebAddressDetail.getContentCollectionPK()ContentCollection.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCollectionPKModifier and TypeMethodDescriptionvoidContentCatalogDetail.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentCollectionDescription.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentCollectionDetail.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentForumDetail.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentSectionDetail.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentWebAddressDetail.setContentCollectionPK(ContentCollectionPK contentCollectionPK) -
Uses of ContentCollectionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCollectionPKModifier and TypeMethodDescriptionContentCollectionFactory.getNextPK()ContentCollectionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentCollectionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCollectionPKModifier and TypeMethodDescriptionContentCollectionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentCollectionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentCollectionFactory.getPKsFromResultSetAsList(ResultSet rs) ContentCollectionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCollectionPKModifier and TypeMethodDescriptionContentCatalogDetailFactory.create(ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCollectionDescriptionFactory.create(ContentCollectionPK contentCollectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentCollectionDetailFactory.create(ContentCollectionPK contentCollectionPK, String contentCollectionName, OfferUsePK defaultOfferUsePK, Long fromTime, Long thruTime) ContentForumDetailFactory.create(ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) ContentSectionDetailFactory.create(ContentSectionPK contentSectionPK, ContentCollectionPK contentCollectionPK, String contentSectionName, ContentSectionPK parentContentSectionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentWebAddressDetailFactory.create(ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) ContentCollectionFactory.getEntityFromCache(ContentCollectionPK pk) ContentCollectionFactory.getEntityFromPK(EntityPermission entityPermission, ContentCollectionPK pk) ContentCollectionFactory.getValueFromPK(ContentCollectionPK pk) voidContentCollectionFactory.remove(ContentCollectionPK pk) booleanContentCollectionFactory.validPK(ContentCollectionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCollectionPKModifier and TypeMethodDescriptionContentCollectionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCollectionPK> pks) ContentCollectionFactory.getValuesFromPKs(Collection<ContentCollectionPK> pks) voidContentCollectionFactory.remove(Collection<ContentCollectionPK> pks) -
Uses of ContentCollectionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCollectionPKModifier and TypeMethodDescriptionContentCatalogDetailValue.getContentCollectionPK()ContentCollectionDescriptionValue.getContentCollectionPK()ContentCollectionDetailValue.getContentCollectionPK()ContentForumDetailValue.getContentCollectionPK()ContentSectionDetailValue.getContentCollectionPK()ContentWebAddressDetailValue.getContentCollectionPK()ContentCollectionValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentCollectionPKModifier and TypeMethodDescriptionvoidContentCatalogDetailValue.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentCollectionDescriptionValue.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentCollectionDetailValue.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentForumDetailValue.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentSectionDetailValue.setContentCollectionPK(ContentCollectionPK contentCollectionPK) voidContentWebAddressDetailValue.setContentCollectionPK(ContentCollectionPK contentCollectionPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentCollectionPKModifierConstructorDescriptionContentCatalogDetailValue(ContentCatalogDetailPK contentCatalogDetailPK, ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogDetailValueContentCatalogDetailValue(ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogDetailValueContentCollectionDescriptionValue(ContentCollectionDescriptionPK contentCollectionDescriptionPK, ContentCollectionPK contentCollectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDescriptionValueContentCollectionDescriptionValue(ContentCollectionPK contentCollectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDescriptionValueContentCollectionDetailValue(ContentCollectionDetailPK contentCollectionDetailPK, ContentCollectionPK contentCollectionPK, String contentCollectionName, OfferUsePK defaultOfferUsePK, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDetailValueContentCollectionDetailValue(ContentCollectionPK contentCollectionPK, String contentCollectionName, OfferUsePK defaultOfferUsePK, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDetailValueContentCollectionValue(ContentCollectionPK contentCollectionPK, ContentCollectionDetailPK activeDetailPK, ContentCollectionDetailPK lastDetailPK) Creates a new instance of ContentCollectionValueContentForumDetailValue(ContentForumDetailPK contentForumDetailPK, ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of ContentForumDetailValueContentForumDetailValue(ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of ContentForumDetailValueContentSectionDetailValue(ContentSectionDetailPK contentSectionDetailPK, ContentSectionPK contentSectionPK, ContentCollectionPK contentCollectionPK, String contentSectionName, ContentSectionPK parentContentSectionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDetailValueContentSectionDetailValue(ContentSectionPK contentSectionPK, ContentCollectionPK contentCollectionPK, String contentSectionName, ContentSectionPK parentContentSectionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDetailValueContentWebAddressDetailValue(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 ContentWebAddressDetailValue