Uses of Class
com.echothree.model.data.content.common.pk.ContentSectionPK
Packages that use ContentSectionPK
Package
Description
-
Uses of ContentSectionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentSectionPKModifier and TypeMethodDescriptionContentPageDetail.getContentSectionPK()ContentSectionDescription.getContentSectionPK()ContentSectionDetail.getContentSectionPK()ContentSectionDetail.getParentContentSectionPK()ContentSection.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentSectionPKModifier and TypeMethodDescriptionvoidContentPageDetail.setContentSectionPK(ContentSectionPK contentSectionPK) voidContentSectionDescription.setContentSectionPK(ContentSectionPK contentSectionPK) voidContentSectionDetail.setContentSectionPK(ContentSectionPK contentSectionPK) voidContentSectionDetail.setParentContentSectionPK(ContentSectionPK parentContentSectionPK) -
Uses of ContentSectionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentSectionPKModifier and TypeMethodDescriptionContentSectionFactory.getNextPK()ContentSectionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentSectionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentSectionPKModifier and TypeMethodDescriptionContentSectionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentSectionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentSectionFactory.getPKsFromResultSetAsList(ResultSet rs) ContentSectionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentSectionPKModifier and TypeMethodDescriptionContentPageDetailFactory.create(ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentSectionDescriptionFactory.create(ContentSectionPK contentSectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentSectionDetailFactory.create(ContentSectionPK contentSectionPK, ContentCollectionPK contentCollectionPK, String contentSectionName, ContentSectionPK parentContentSectionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentSectionFactory.getEntityFromCache(ContentSectionPK pk) ContentSectionFactory.getEntityFromPK(EntityPermission entityPermission, ContentSectionPK pk) ContentSectionFactory.getValueFromPK(ContentSectionPK pk) voidContentSectionFactory.remove(ContentSectionPK pk) booleanContentSectionFactory.validPK(ContentSectionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentSectionPKModifier and TypeMethodDescriptionContentSectionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentSectionPK> pks) ContentSectionFactory.getValuesFromPKs(Collection<ContentSectionPK> pks) voidContentSectionFactory.remove(Collection<ContentSectionPK> pks) -
Uses of ContentSectionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentSectionPKModifier and TypeMethodDescriptionContentPageDetailValue.getContentSectionPK()ContentSectionDescriptionValue.getContentSectionPK()ContentSectionDetailValue.getContentSectionPK()ContentSectionDetailValue.getParentContentSectionPK()ContentSectionValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentSectionPKModifier and TypeMethodDescriptionvoidContentPageDetailValue.setContentSectionPK(ContentSectionPK contentSectionPK) voidContentSectionDescriptionValue.setContentSectionPK(ContentSectionPK contentSectionPK) voidContentSectionDetailValue.setContentSectionPK(ContentSectionPK contentSectionPK) voidContentSectionDetailValue.setParentContentSectionPK(ContentSectionPK parentContentSectionPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentSectionPKModifierConstructorDescriptionContentPageDetailValue(ContentPageDetailPK contentPageDetailPK, ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentPageDetailValueContentPageDetailValue(ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentPageDetailValueContentSectionDescriptionValue(ContentSectionDescriptionPK contentSectionDescriptionPK, ContentSectionPK contentSectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDescriptionValueContentSectionDescriptionValue(ContentSectionPK contentSectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDescriptionValueContentSectionDetailValue(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 ContentSectionDetailValueContentSectionValue(ContentSectionPK contentSectionPK, ContentSectionDetailPK activeDetailPK, ContentSectionDetailPK lastDetailPK) Creates a new instance of ContentSectionValue