Uses of Class
com.echothree.model.data.content.common.pk.ContentSectionDescriptionPK
Packages that use ContentSectionDescriptionPK
Package
Description
-
Uses of ContentSectionDescriptionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentSectionDescriptionPK -
Uses of ContentSectionDescriptionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentSectionDescriptionPKModifier and TypeMethodDescriptionContentSectionDescriptionFactory.getNextPK()ContentSectionDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentSectionDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentSectionDescriptionPKModifier and TypeMethodDescriptionContentSectionDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentSectionDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentSectionDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ContentSectionDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentSectionDescriptionPKModifier and TypeMethodDescriptionContentSectionDescriptionFactory.getEntityFromCache(Session session, ContentSectionDescriptionPK pk) ContentSectionDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContentSectionDescriptionPK pk) ContentSectionDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ContentSectionDescriptionPK pk) ContentSectionDescriptionFactory.getValueFromPK(Session session, ContentSectionDescriptionPK pk) voidContentSectionDescriptionFactory.remove(Session session, ContentSectionDescriptionPK pk) booleanContentSectionDescriptionFactory.validPK(Session session, ContentSectionDescriptionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentSectionDescriptionPKModifier and TypeMethodDescriptionContentSectionDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentSectionDescriptionPK> pks) ContentSectionDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentSectionDescriptionPK> pks) ContentSectionDescriptionFactory.getValuesFromPKs(Session session, Collection<ContentSectionDescriptionPK> pks) voidContentSectionDescriptionFactory.remove(Session session, Collection<ContentSectionDescriptionPK> pks) voidContentSectionDescriptionFactory.remove(Collection<ContentSectionDescriptionPK> pks) -
Uses of ContentSectionDescriptionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentSectionDescriptionPKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentSectionDescriptionPKModifierConstructorDescriptionContentSectionDescriptionValue(ContentSectionDescriptionPK contentSectionDescriptionPK, ContentSectionPK contentSectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDescriptionValue