Uses of Class
com.echothree.model.data.content.server.value.ContentCollectionDescriptionValue
Packages that use ContentCollectionDescriptionValue
Package
Description
-
Uses of ContentCollectionDescriptionValue in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCollectionDescriptionValueModifier and TypeMethodDescriptionContentControl.getContentCollectionDescriptionValue(ContentCollectionDescription contentCollectionDescription) ContentControl.getContentCollectionDescriptionValueForUpdate(ContentCollection contentCollection, Language language) Methods in com.echothree.model.control.content.server.control with parameters of type ContentCollectionDescriptionValueModifier and TypeMethodDescriptionvoidContentControl.updateContentCollectionDescriptionFromValue(ContentCollectionDescriptionValue contentCollectionDescriptionValue, BasePK updatedBy) -
Uses of ContentCollectionDescriptionValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCollectionDescriptionValueModifier and TypeMethodDescriptionContentCollectionDescription.getContentCollectionDescriptionValue()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCollectionDescriptionValueModifier and TypeMethodDescriptionvoidContentCollectionDescription.setContentCollectionDescriptionValue(ContentCollectionDescriptionValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentCollectionDescriptionValueModifierConstructorDescriptionContentCollectionDescription(ContentCollectionDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ContentCollectionDescription -
Uses of ContentCollectionDescriptionValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCollectionDescriptionValueModifier and TypeMethodDescriptionContentCollectionDescriptionFactory.getValueFromPK(Session session, ContentCollectionDescriptionPK pk) ContentCollectionDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCollectionDescriptionValueModifier and TypeMethodDescriptionContentCollectionDescriptionFactory.getValuesFromPKs(Session session, Collection<ContentCollectionDescriptionPK> pks) ContentCollectionDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCollectionDescriptionValueModifier and TypeMethodDescriptionContentCollectionDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ContentCollectionDescriptionValue value) ContentCollectionDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContentCollectionDescriptionValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCollectionDescriptionValueModifier and TypeMethodDescriptionvoidContentCollectionDescriptionFactory.create(Session session, Collection<ContentCollectionDescriptionValue> _values) voidContentCollectionDescriptionFactory.create(Collection<ContentCollectionDescriptionValue> _values) -
Uses of ContentCollectionDescriptionValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCollectionDescriptionValue