Uses of Class
com.echothree.model.data.content.common.pk.ContentCollectionDescriptionPK
Packages that use ContentCollectionDescriptionPK
Package
Description
-
Uses of ContentCollectionDescriptionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCollectionDescriptionPK -
Uses of ContentCollectionDescriptionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCollectionDescriptionPKModifier and TypeMethodDescriptionContentCollectionDescriptionFactory.getNextPK()ContentCollectionDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentCollectionDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCollectionDescriptionPKModifier and TypeMethodDescriptionContentCollectionDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentCollectionDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentCollectionDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ContentCollectionDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCollectionDescriptionPKModifier and TypeMethodDescriptionContentCollectionDescriptionFactory.getEntityFromCache(Session session, ContentCollectionDescriptionPK pk) ContentCollectionDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContentCollectionDescriptionPK pk) ContentCollectionDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ContentCollectionDescriptionPK pk) ContentCollectionDescriptionFactory.getValueFromPK(Session session, ContentCollectionDescriptionPK pk) voidContentCollectionDescriptionFactory.remove(Session session, ContentCollectionDescriptionPK pk) booleanContentCollectionDescriptionFactory.validPK(Session session, ContentCollectionDescriptionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCollectionDescriptionPKModifier and TypeMethodDescriptionContentCollectionDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCollectionDescriptionPK> pks) ContentCollectionDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentCollectionDescriptionPK> pks) ContentCollectionDescriptionFactory.getValuesFromPKs(Session session, Collection<ContentCollectionDescriptionPK> pks) voidContentCollectionDescriptionFactory.remove(Session session, Collection<ContentCollectionDescriptionPK> pks) voidContentCollectionDescriptionFactory.remove(Collection<ContentCollectionDescriptionPK> pks) -
Uses of ContentCollectionDescriptionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCollectionDescriptionPKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentCollectionDescriptionPKModifierConstructorDescriptionContentCollectionDescriptionValue(ContentCollectionDescriptionPK contentCollectionDescriptionPK, ContentCollectionPK contentCollectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDescriptionValue