Uses of Interface
org.apache.abdera.model.Person

Packages that use Person
org.apache.abdera.examples.appserver.employee   
org.apache.abdera.factory   
org.apache.abdera.model   
org.apache.abdera.protocol.server.adapters.jcr   
 

Uses of Person in org.apache.abdera.examples.appserver.employee
 

Methods in org.apache.abdera.examples.appserver.employee that return types with arguments of type Person
 List<Person> EmployeeCollectionAdapter.getAuthors(Employee entry, RequestContext request)
           
 

Method parameters in org.apache.abdera.examples.appserver.employee with type arguments of type Person
 Employee EmployeeCollectionAdapter.postEntry(String title, IRI id, String summary, Date updated, List<Person> authors, Content content, RequestContext request)
           
 void EmployeeCollectionAdapter.putEntry(Employee employee, String title, Date updated, List<Person> authors, String summary, Content content, RequestContext request)
           
 

Uses of Person in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory that return Person
 Person Factory.newAuthor()
          Create a new author element.
 Person Factory.newAuthor(Element parent)
          Create a new author element as a child of the given Element.
 Person Factory.newContributor()
          Create a new contributor element.
 Person Factory.newContributor(Element parent)
          Create a new contributor element as a child of the given Element.
 Person Factory.newPerson(QName qname, Element parent)
          Create a new Person element with the given QName as a child of the given Element.
 

Uses of Person in org.apache.abdera.model
 

Classes in org.apache.abdera.model that implement Person
 class PersonWrapper
          ElementWrapper implementation that implements the Person interface.
 

Methods in org.apache.abdera.model that return Person
 Person Source.addAuthor(String name)
          Adds an author
 Person Entry.addAuthor(String name)
          Adds an author
 Person Source.addAuthor(String name, String email, String iri)
          Adds an author
 Person Entry.addAuthor(String name, String email, String uri)
          Adds an author
 Person Source.addContributor(String name)
          Adds a contributor
 Person Entry.addContributor(String name)
          Adds a contributor
 Person Source.addContributor(String name, String email, String iri)
          Adds a contributor
 Person Entry.addContributor(String name, String email, String uri)
          Adds an author
 Person Source.getAuthor()
          Returns the first author listed for the entry
 Person Entry.getAuthor()
          Returns the first author listed for the entry
 Person PersonWrapper.setEmailElement(Element element)
           
 Person Person.setEmailElement(Element element)
          The "atom:email" element's content conveys an e-mail address associated with the person.
 Person PersonWrapper.setNameElement(Element element)
           
 Person Person.setNameElement(Element element)
          The "atom:name" element's content conveys a human-readable name for the person.
 Person PersonWrapper.setUriElement(IRIElement element)
           
 Person Person.setUriElement(IRIElement uri)
          The "atom:uri" element's content conveys an IRI associated with the person.
 

Methods in org.apache.abdera.model that return types with arguments of type Person
 List<Person> Source.getAuthors()
          Returns the complete set of authors listed for the entry
 List<Person> Entry.getAuthors()
          Returns the complete set of authors listed for the entry
 List<Person> Source.getContributors()
          Lists the complete set of contributors for this entry
 List<Person> Entry.getContributors()
          Lists the complete set of contributors for this entry
 

Methods in org.apache.abdera.model with parameters of type Person
 Entry Entry.addAuthor(Person person)
          Adds an individual author to the entry
<T extends Source>
T
Source.addAuthor(Person person)
          Adds an individual author to the entry
 Entry Entry.addContributor(Person person)
          Adds an individual contributor to this entry
<T extends Source>
T
Source.addContributor(Person person)
          Adds an individual contributor to this entry
 

Uses of Person in org.apache.abdera.protocol.server.adapters.jcr
 

Methods in org.apache.abdera.protocol.server.adapters.jcr that return types with arguments of type Person
 List<Person> JcrCollectionAdapter.getAuthors(javax.jcr.Node entry, RequestContext request)
           
 

Method parameters in org.apache.abdera.protocol.server.adapters.jcr with type arguments of type Person
protected  javax.jcr.Node JcrCollectionAdapter.mapEntryToNode(javax.jcr.Node entry, String title, String summary, Date updated, List<Person> authors, Content content, javax.jcr.Session session)
           
 javax.jcr.Node JcrCollectionAdapter.postEntry(String title, IRI id, String summary, Date updated, List<Person> authors, Content content, RequestContext request)
           
protected  javax.jcr.Node JcrCollectionAdapter.postEntry(String title, String summary, Date updated, List<Person> authors, Content content, javax.jcr.Session session, javax.jcr.Node collectionNode, String resourceName, int num)
           
 void JcrCollectionAdapter.putEntry(javax.jcr.Node entry, String title, Date updated, List<Person> authors, String summary, Content content, RequestContext request)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.