Uses of Class
com.echothree.model.data.content.common.pk.ContentPageDetailPK
Packages that use ContentPageDetailPK
Package
Description
-
Uses of ContentPageDetailPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageDetailPKModifier and TypeMethodDescriptionContentPage.getActiveDetailPK()ContentPage.getLastDetailPK()ContentPageDetail.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentPageDetailPKModifier and TypeMethodDescriptionvoidContentPage.setActiveDetailPK(ContentPageDetailPK activeDetailPK) voidContentPage.setLastDetailPK(ContentPageDetailPK lastDetailPK) -
Uses of ContentPageDetailPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageDetailPKModifier and TypeMethodDescriptionContentPageDetailFactory.getNextPK()ContentPageDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentPageDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageDetailPKModifier and TypeMethodDescriptionContentPageDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentPageDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentPageDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ContentPageDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageDetailPKModifier and TypeMethodDescriptionContentPageFactory.create(ContentPageDetailPK activeDetailPK, ContentPageDetailPK lastDetailPK) ContentPageDetailFactory.getEntityFromCache(ContentPageDetailPK pk) ContentPageDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContentPageDetailPK pk) ContentPageDetailFactory.getValueFromPK(ContentPageDetailPK pk) voidContentPageDetailFactory.remove(ContentPageDetailPK pk) booleanContentPageDetailFactory.validPK(ContentPageDetailPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageDetailPKModifier and TypeMethodDescriptionContentPageDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPageDetailPK> pks) ContentPageDetailFactory.getValuesFromPKs(Collection<ContentPageDetailPK> pks) voidContentPageDetailFactory.remove(Collection<ContentPageDetailPK> pks) -
Uses of ContentPageDetailPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentPageDetailPKModifier and TypeMethodDescriptionContentPageValue.getActiveDetailPK()ContentPageValue.getLastDetailPK()ContentPageDetailValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentPageDetailPKModifier and TypeMethodDescriptionvoidContentPageValue.setActiveDetailPK(ContentPageDetailPK activeDetailPK) voidContentPageValue.setLastDetailPK(ContentPageDetailPK lastDetailPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentPageDetailPKModifierConstructorDescriptionContentPageDetailValue(ContentPageDetailPK contentPageDetailPK, ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentPageDetailValueContentPageValue(ContentPageDetailPK activeDetailPK, ContentPageDetailPK lastDetailPK) Creates a new instance of ContentPageValueContentPageValue(ContentPagePK contentPagePK, ContentPageDetailPK activeDetailPK, ContentPageDetailPK lastDetailPK) Creates a new instance of ContentPageValue