Uses of Class
com.echothree.model.data.content.server.value.ContentCollectionDetailValue
Packages that use ContentCollectionDetailValue
Package
Description
-
Uses of ContentCollectionDetailValue in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCollectionDetailValueModifier and TypeMethodDescriptionContentControl.getContentCollectionDetailValueByNameForUpdate(String contentCollectionName) ContentControl.getContentCollectionDetailValueForUpdate(ContentCollection contentCollection) Methods in com.echothree.model.control.content.server.control with parameters of type ContentCollectionDetailValueModifier and TypeMethodDescriptionvoidContentControl.updateContentCollectionFromValue(ContentCollectionDetailValue contentCollectionDetailValue, BasePK updatedBy) -
Uses of ContentCollectionDetailValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCollectionDetailValueMethods in com.echothree.model.data.content.server.entity with parameters of type ContentCollectionDetailValueModifier and TypeMethodDescriptionvoidContentCollectionDetail.setContentCollectionDetailValue(ContentCollectionDetailValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentCollectionDetailValueModifierConstructorDescriptionContentCollectionDetail(ContentCollectionDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentCollectionDetail -
Uses of ContentCollectionDetailValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCollectionDetailValueModifier and TypeMethodDescriptionContentCollectionDetailFactory.getValueFromPK(Session session, ContentCollectionDetailPK pk) ContentCollectionDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCollectionDetailValueModifier and TypeMethodDescriptionContentCollectionDetailFactory.getValuesFromPKs(Session session, Collection<ContentCollectionDetailPK> pks) ContentCollectionDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCollectionDetailValueModifier and TypeMethodDescriptionContentCollectionDetailFactory.getEntityFromValue(EntityPermission entityPermission, ContentCollectionDetailValue value) ContentCollectionDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContentCollectionDetailValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCollectionDetailValueModifier and TypeMethodDescriptionvoidContentCollectionDetailFactory.create(Session session, Collection<ContentCollectionDetailValue> _values) voidContentCollectionDetailFactory.create(Collection<ContentCollectionDetailValue> _values) -
Uses of ContentCollectionDetailValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCollectionDetailValue