Java Doc for CitationCollection.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » citation » api » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » sakai » org.sakaiproject.citation.api 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.sakaiproject.citation.api.CitationCollection

CitationCollection
public interface CitationCollection extends Entity(Code)


Field Summary
final public static  StringSORT_BY_AUTHOR
    
final public static  StringSORT_BY_DEFAULT_ORDER
    
final public static  StringSORT_BY_TITLE
    
final public static  StringSORT_BY_UUID
    


Method Summary
public  voidadd(Citation element)
     Appends the specified Citation at the end of this list.
public  voidaddAll(CitationCollection other)
     Appends all of the Citations in the specified CitationCollection to the end of this CitationCollection, in the order that they are returned by the specified CitationCollection's iterator.
public  voidclear()
    
public  booleancontains(Citation item)
    
public  voidexportRis(StringBuffer buffer, List<String> citationIds)
    
public  CitationgetCitation(String id)
     Access a particular Citation from the list.
public  ListgetCitations()
     Access an ordered list of all Citations belonging to the CitationCollection. The ordered list of Citation objects.
public  StringgetDescription()
    
public  StringgetId()
     Access the unique identifier for this CitationCollection.
public  StringgetSaveUrl()
    
public  StringgetTitle()
    
public  booleanisEmpty()
     Returns true if this collection contains no elements.
public  CitationIteratoriterator()
    
public  booleanremove(Citation item)
     Removes the first occurrence in this list of the specified Citation.
public  voidsaveCitation(Citation citation)
    
public  voidsetSort(Comparator comparator)
    
public  voidsetSort(String sortBy, boolean ascending)
    
public  intsize()
     Access the number of citations in this collection.

Field Detail
SORT_BY_AUTHOR
final public static String SORT_BY_AUTHOR(Code)



SORT_BY_DEFAULT_ORDER
final public static String SORT_BY_DEFAULT_ORDER(Code)



SORT_BY_TITLE
final public static String SORT_BY_TITLE(Code)



SORT_BY_UUID
final public static String SORT_BY_UUID(Code)





Method Detail
add
public void add(Citation element)(Code)
Appends the specified Citation at the end of this list.
Parameters:
  element - true if the list changed as a result of this operation.



addAll
public void addAll(CitationCollection other)(Code)
Appends all of the Citations in the specified CitationCollection to the end of this CitationCollection, in the order that they are returned by the specified CitationCollection's iterator. This operation fails if this list and the other list are the same Object.
Parameters:
  other - The list containing the Citations to be appended to this list. true if the list changed as a result of this operation.



clear
public void clear()(Code)



contains
public boolean contains(Citation item)(Code)

Parameters:
  item -



exportRis
public void exportRis(StringBuffer buffer, List<String> citationIds) throws IOException(Code)

Parameters:
  buffer -
Parameters:
  citationIds -
throws:
  IOException -



getCitation
public Citation getCitation(String id) throws IdUnusedException(Code)
Access a particular Citation from the list.
Parameters:
  id - The Citation.



getCitations
public List getCitations()(Code)
Access an ordered list of all Citations belonging to the CitationCollection. The ordered list of Citation objects. May be empty but will not be null.



getDescription
public String getDescription()(Code)



getId
public String getId()(Code)
Access the unique identifier for this CitationCollection.



getSaveUrl
public String getSaveUrl()(Code)



getTitle
public String getTitle()(Code)



isEmpty
public boolean isEmpty()(Code)
Returns true if this collection contains no elements. true if this collection contains no elements.



iterator
public CitationIterator iterator()(Code)



remove
public boolean remove(Citation item)(Code)
Removes the first occurrence in this list of the specified Citation. Shifts any subsequent elements to the left (subtracts one from their indices). Returns true if the list contained the specified citation.
Parameters:
  item - The element to be removed from the list, if present. true if the list changed as a result of this call.



saveCitation
public void saveCitation(Citation citation)(Code)

Parameters:
  citation -



setSort
public void setSort(Comparator comparator)(Code)

Parameters:
  comparator -



setSort
public void setSort(String sortBy, boolean ascending)(Code)

Parameters:
  sortBy -
Parameters:
  ascending -



size
public int size()(Code)
Access the number of citations in this collection.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.