Uses of Class
ccc.api.types.Paragraph

Packages that use Paragraph
ccc.api.core   
ccc.api.types   
ccc.client.gwt.views.gxt   
ccc.client.gwt.widgets   
ccc.client.views   
ccc.domain The core domain model for CCC. 
ccc.plugins.s11n.json   
ccc.plugins.search   
ccc.plugins.search.lucene   
 

Uses of Paragraph in ccc.api.core
 

Methods in ccc.api.core that return Paragraph
 Paragraph Page.getParagraph(java.lang.String name)
          Look up a paragraph on this page by name.
 

Methods in ccc.api.core that return types with arguments of type Paragraph
 java.util.Set<Paragraph> Page.getParagraphs()
          Accessor.
 java.util.Set<Paragraph> PageCriteria.getParaMatches()
          Accessor.
 

Method parameters in ccc.api.core with type arguments of type Paragraph
static Page Page.delta(java.util.Set<Paragraph> paragraphs)
          Deprecated. 
 void Page.setParagraphs(java.util.Set<Paragraph> paragraphs)
          Mutator.
 void PageCriteria.setParaMatches(java.util.Set<Paragraph> paragraphs)
          Mutator.
 

Uses of Paragraph in ccc.api.types
 

Methods in ccc.api.types that return Paragraph
static Paragraph Paragraph.fromBoolean(java.lang.String name, java.lang.Boolean b)
          Factory method.
static Paragraph Paragraph.fromDate(java.lang.String name, java.util.Date date)
          Factory method.
static Paragraph Paragraph.fromList(java.lang.String name, java.util.List<java.lang.String> list)
          Factory method.
static Paragraph Paragraph.fromNumber(java.lang.String name, java.math.BigDecimal number)
          Factory method.
static Paragraph Paragraph.fromNumber(java.lang.String name, double number)
          Factory method.
static Paragraph Paragraph.fromNumber(java.lang.String name, long number)
          Factory method.
static Paragraph Paragraph.fromText(java.lang.String name, java.lang.String text)
          Factory method.
 

Uses of Paragraph in ccc.client.gwt.views.gxt
 

Methods in ccc.client.gwt.views.gxt that return types with arguments of type Paragraph
 java.util.Set<Paragraph> CreatePageDialog.getParagraphs()
          Accessor.
 

Constructor parameters in ccc.client.gwt.views.gxt with type arguments of type Paragraph
PageCommentDialog(java.util.Set<Paragraph> paras, UpdatePageDialog updatePageDialog)
          Constructor.
 

Uses of Paragraph in ccc.client.gwt.widgets
 

Methods in ccc.client.gwt.widgets that return types with arguments of type Paragraph
 java.util.Set<Paragraph> EditPagePanel.extractValues(java.util.List<PageElement> definitions)
          Reads values from the form and stores them to the ParagraphDelta objects of the paragraphs list.
 

Method parameters in ccc.client.gwt.widgets with type arguments of type Paragraph
 void EditPagePanel.populateFields(java.util.Set<Paragraph> paras, java.lang.String pageName)
          Populates fields for editing.
 

Uses of Paragraph in ccc.client.views
 

Methods in ccc.client.views that return types with arguments of type Paragraph
 java.util.Set<Paragraph> CreatePage.getParagraphs()
          Accessor.
 

Uses of Paragraph in ccc.domain
 

Methods in ccc.domain that return Paragraph
 Paragraph PageWorkingCopy.getParagraph(java.lang.String name)
          
 Paragraph PageRevision.getParagraph(java.lang.String name)
          
 

Methods in ccc.domain that return types with arguments of type Paragraph
 java.util.Set<Paragraph> PageWorkingCopy.getParagraphs()
          
 java.util.Set<Paragraph> PageRevision.getParagraphs()
          
 

Method parameters in ccc.domain with type arguments of type Paragraph
 java.lang.String PageHelper.validateFields(java.util.Collection<Paragraph> delta, java.lang.String t)
          Validate the fields of a page.
 void PageHelper.validateFieldsForPage(java.util.Set<Paragraph> delta, java.lang.String t)
          Validate the fields of a page.
 

Constructors in ccc.domain with parameters of type Paragraph
PageEntity(ResourceName name, java.lang.String title, TemplateEntity template, RevisionMetadata metadata, Paragraph... paragraphs)
          Constructor.
 

Uses of Paragraph in ccc.plugins.s11n.json
 

Methods in ccc.plugins.s11n.json that return Paragraph
 Paragraph ParagraphSerializer.read(Json json)
          Deserialize from a representation.
 

Methods in ccc.plugins.s11n.json with parameters of type Paragraph
 Json ParagraphSerializer.write(Json json, Paragraph instance)
          Serialize to representation.
 

Method parameters in ccc.plugins.s11n.json with type arguments of type Paragraph
 java.util.Set<Json> ParagraphSerializer.write(Json json, java.util.Set<Paragraph> instance)
           
 

Uses of Paragraph in ccc.plugins.search
 

Method parameters in ccc.plugins.search with type arguments of type Paragraph
 void Indexer.createDocument(java.util.UUID id, ResourcePath path, ResourceName name, java.lang.String title, java.util.Set<java.lang.String> tags, java.lang.String content, java.util.Set<Paragraph> paragraphs)
          Add a document to the search index.
 

Uses of Paragraph in ccc.plugins.search.lucene
 

Method parameters in ccc.plugins.search.lucene with type arguments of type Paragraph
 void SimpleLuceneFS.createDocument(java.util.UUID id, ResourcePath path, ResourceName name, java.lang.String title, java.util.Set<java.lang.String> tags, java.lang.String content, java.util.Set<Paragraph> paragraphs)
          Add a document to the search index.
 



Copyright © 2010. All Rights Reserved.