Uses of Class
org.apache.abdera.examples.appserver.employee.Employee

Packages that use Employee
org.apache.abdera.examples.appserver.employee   
 

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

Methods in org.apache.abdera.examples.appserver.employee that return Employee
 Employee EmployeeCollectionAdapter.getEntry(String resourceName, RequestContext request)
           
 Employee EmployeeCollectionAdapter.postEntry(String title, IRI id, String summary, Date updated, List<Person> authors, Content content, RequestContext request)
           
 

Methods in org.apache.abdera.examples.appserver.employee that return types with arguments of type Employee
 Iterable<Employee> EmployeeCollectionAdapter.getEntries(RequestContext request)
           
 

Methods in org.apache.abdera.examples.appserver.employee with parameters of type Employee
 List<Person> EmployeeCollectionAdapter.getAuthors(Employee entry, RequestContext request)
           
 Object EmployeeCollectionAdapter.getContent(Employee entry, RequestContext request)
           
 String EmployeeCollectionAdapter.getId(Employee entry)
           
 String EmployeeCollectionAdapter.getName(Employee entry)
           
 String EmployeeCollectionAdapter.getTitle(Employee entry)
           
 Date EmployeeCollectionAdapter.getUpdated(Employee entry)
           
 void EmployeeCollectionAdapter.putEntry(Employee employee, String title, Date updated, List<Person> authors, String summary, Content content, RequestContext request)
           
 



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