Java Doc for DummyDocForAppliesToTest.java in  » Content-Management-System » daisy » org » outerj » daisy » repository » serverimpl » acl » 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 » Content Management System » daisy » org.outerj.daisy.repository.serverimpl.acl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.outerj.daisy.repository.serverimpl.acl.DummyDocForAppliesToTest

DummyDocForAppliesToTest
public class DummyDocForAppliesToTest implements Document(Code)

Inner Class :final static class DummyDocumentCollection implements DocumentCollection
Inner Class :final static class DummyDocumentCollections implements DocumentCollections


Constructor Summary
public  DummyDocForAppliesToTest(long documentTypeId, long collectionId)
    

Method Summary
public  voidaddLink(String title, String target)
    
public  voidaddToCollection(DocumentCollection collection)
    
public  booleancanReadLiveOnly()
    
public  voidchangeDocumentType(long documentTypeId)
    
public  voidchangeDocumentType(String documentTypeName)
    
public  voidclearCollections()
    
public  voidclearCustomFields()
    
public  voidclearLinks()
    
public  voiddeleteCustomField(String name)
    
public  voiddeleteField(String name)
    
public  voiddeleteField(long fieldTypeId)
    
public  voiddeleteLink(int index)
    
public  voiddeletePart(long partTypeId)
    
public  voiddeletePart(String name)
    
public  AvailableVariantsgetAvailableVariants()
    
public  longgetBranchId()
    
public  DocumentCollectionsgetCollections()
    
public  DategetCreated()
    
public  StringgetCustomField(String name)
    
public  Map<String, String>getCustomFields()
    
public  StringgetDocumentName()
    
public  longgetDocumentTypeId()
    
public  FieldgetField(String fieldTypeName)
    
public  FieldgetField(long fieldTypeId)
    
public  FieldsgetFields()
    
public  FieldsgetFieldsInOrder()
    
public  StringgetId()
    
public  longgetLanguageId()
    
public  longgetLastMajorChangeVersionId()
    
public  DategetLastModified()
    
public  longgetLastModifier()
    
public  VersiongetLastVersion()
    
public  longgetLastVersionId()
    
public  LinksgetLinks()
    
public  longgetLiveMajorChangeVersionId()
    
public  VersiongetLiveVersion()
    
public  longgetLiveVersionId()
    
public  LockInfogetLockInfo(boolean fresh)
    
public  StringgetName()
    
public  StringgetNamespace()
    
public  StringgetNewChangeComment()
    
public  ChangeTypegetNewChangeType()
    
public  VersionKeygetNewSyncedWith()
    
public  VersionStategetNewVersionState()
    
public  longgetOwner()
    
public  PartgetPart(long partTypeId)
    
public  PartgetPart(String name)
    
public  PartsgetParts()
    
public  PartsgetPartsInOrder()
    
public  longgetReferenceLanguageId()
    
public  StringgetRequestedId()
    
public  longgetSeqId()
    
public  StringgetSummary()
    
public  StringgetSyncedWithVersion()
    
public  longgetUpdateCount()
    
public  longgetVariantCreatedFromBranchId()
    
public  longgetVariantCreatedFromLanguageId()
    
public  longgetVariantCreatedFromVersionId()
    
public  VariantKeygetVariantKey()
    
public  DategetVariantLastModified()
    
public  longgetVariantLastModifier()
    
public  longgetVariantUpdateCount()
    
public  VersiongetVersion(long id)
    
public  VersionsgetVersions()
    
public  DocumentDocumentgetXml()
    
public  DocumentDocumentgetXml(long versionId)
    
public  DocumentDocumentgetXmlWithoutVariant()
    
public  DocumentDocumentgetXmlWithoutVersionedData()
    
public  booleanhasCustomField(String name)
    
public  booleanhasField(long fieldTypeId)
    
public  booleanhasField(String fieldTypeName)
    
public  booleanhasPart(long partTypeId)
    
public  booleanhasPart(String name)
    
public  booleaninCollection(DocumentCollection collection)
    
public  booleaninCollection(long collectionId)
    
public  booleanisNew()
    
public  booleanisPrivate()
    
public  booleanisRetired()
    
public  booleanisVariantNew()
    
public  booleanlock(long duration, LockType lockType)
    
public  booleanreleaseLock()
    
public  voidremoveFromCollection(DocumentCollection collection)
    
public  voidsave()
    
public  voidsave(boolean validate)
    
public  voidsetCustomField(String name, String value)
    
public  voidsetDocumentTypeChecksEnabled(boolean documentTypeChecksEnabled)
    
public  voidsetField(String name, Object value)
    
public  voidsetField(long fieldTypeId, Object value)
    
public  voidsetName(String name)
    
public  voidsetNewChangeComment(String changeComment)
    
public  voidsetNewChangeType(ChangeType changeType)
    
public  voidsetNewSyncedWith(long languageId, long versionId)
    
public  voidsetNewSyncedWith(String languageName, long versionId)
    
public  voidsetNewSyncedWith(VersionKey syncedWith)
    
public  voidsetNewVersionState(VersionState versionState)
    
public  voidsetOwner(long userId)
    
public  voidsetPart(String partTypeName, String mimeType, byte[] data)
    
public  voidsetPart(long partTypeId, String mimeType, byte[] data)
    
public  voidsetPart(String partTypeName, String mimeType, PartDataSource partDataSource)
    
public  voidsetPart(long partTypeId, String mimeType, PartDataSource partDataSource)
    
public  voidsetPartFileName(String partTypeName, String fileName)
    
public  voidsetPartFileName(long partTypeId, String fileName)
    
public  voidsetPartMimeType(String partTypeName, String mimeType)
    
public  voidsetPartMimeType(long partTypeId, String mimeType)
    
public  voidsetPrivate(boolean _private)
    
public  voidsetReferenceLanguage(String referenceLanguageName)
    
public  voidsetReferenceLanguageId(long referenceLanguageId)
    
public  voidsetRequestedId(String documentId)
    
public  voidsetRetired(boolean retired)
    
public  voidsetSyncedWithVersion(long langugeId, long versionId)
    
public  voidvalidate()
    


Constructor Detail
DummyDocForAppliesToTest
public DummyDocForAppliesToTest(long documentTypeId, long collectionId)(Code)




Method Detail
addLink
public void addLink(String title, String target)(Code)



addToCollection
public void addToCollection(DocumentCollection collection)(Code)



canReadLiveOnly
public boolean canReadLiveOnly()(Code)



changeDocumentType
public void changeDocumentType(long documentTypeId) throws RepositoryException(Code)



changeDocumentType
public void changeDocumentType(String documentTypeName) throws RepositoryException(Code)



clearCollections
public void clearCollections()(Code)



clearCustomFields
public void clearCustomFields()(Code)



clearLinks
public void clearLinks()(Code)



deleteCustomField
public void deleteCustomField(String name)(Code)



deleteField
public void deleteField(String name)(Code)



deleteField
public void deleteField(long fieldTypeId)(Code)



deleteLink
public void deleteLink(int index)(Code)



deletePart
public void deletePart(long partTypeId)(Code)



deletePart
public void deletePart(String name)(Code)



getAvailableVariants
public AvailableVariants getAvailableVariants() throws RepositoryException(Code)



getBranchId
public long getBranchId()(Code)



getCollections
public DocumentCollections getCollections()(Code)



getCreated
public Date getCreated()(Code)



getCustomField
public String getCustomField(String name)(Code)



getCustomFields
public Map<String, String> getCustomFields()(Code)



getDocumentName
public String getDocumentName()(Code)



getDocumentTypeId
public long getDocumentTypeId()(Code)



getField
public Field getField(String fieldTypeName) throws FieldNotFoundException(Code)



getField
public Field getField(long fieldTypeId) throws FieldNotFoundException(Code)



getFields
public Fields getFields()(Code)



getFieldsInOrder
public Fields getFieldsInOrder()(Code)



getId
public String getId()(Code)



getLanguageId
public long getLanguageId()(Code)



getLastMajorChangeVersionId
public long getLastMajorChangeVersionId()(Code)



getLastModified
public Date getLastModified()(Code)



getLastModifier
public long getLastModifier()(Code)



getLastVersion
public Version getLastVersion() throws RepositoryException(Code)



getLastVersionId
public long getLastVersionId()(Code)



getLinks
public Links getLinks()(Code)



getLiveMajorChangeVersionId
public long getLiveMajorChangeVersionId()(Code)



getLiveVersion
public Version getLiveVersion() throws RepositoryException(Code)



getLiveVersionId
public long getLiveVersionId()(Code)



getLockInfo
public LockInfo getLockInfo(boolean fresh) throws RepositoryException(Code)



getName
public String getName()(Code)



getNamespace
public String getNamespace()(Code)



getNewChangeComment
public String getNewChangeComment()(Code)



getNewChangeType
public ChangeType getNewChangeType()(Code)



getNewSyncedWith
public VersionKey getNewSyncedWith()(Code)



getNewVersionState
public VersionState getNewVersionState()(Code)



getOwner
public long getOwner()(Code)



getPart
public Part getPart(long partTypeId) throws PartNotFoundException(Code)



getPart
public Part getPart(String name) throws PartNotFoundException(Code)



getParts
public Parts getParts()(Code)



getPartsInOrder
public Parts getPartsInOrder()(Code)



getReferenceLanguageId
public long getReferenceLanguageId()(Code)



getRequestedId
public String getRequestedId()(Code)



getSeqId
public long getSeqId()(Code)



getSummary
public String getSummary()(Code)



getSyncedWithVersion
public String getSyncedWithVersion()(Code)



getUpdateCount
public long getUpdateCount()(Code)



getVariantCreatedFromBranchId
public long getVariantCreatedFromBranchId()(Code)



getVariantCreatedFromLanguageId
public long getVariantCreatedFromLanguageId()(Code)



getVariantCreatedFromVersionId
public long getVariantCreatedFromVersionId()(Code)



getVariantKey
public VariantKey getVariantKey()(Code)



getVariantLastModified
public Date getVariantLastModified()(Code)



getVariantLastModifier
public long getVariantLastModifier()(Code)



getVariantUpdateCount
public long getVariantUpdateCount()(Code)



getVersion
public Version getVersion(long id) throws RepositoryException(Code)



getVersions
public Versions getVersions() throws RepositoryException(Code)



getXml
public DocumentDocument getXml() throws RepositoryException(Code)



getXml
public DocumentDocument getXml(long versionId) throws RepositoryException(Code)



getXmlWithoutVariant
public DocumentDocument getXmlWithoutVariant() throws RepositoryException(Code)



getXmlWithoutVersionedData
public DocumentDocument getXmlWithoutVersionedData() throws RepositoryException(Code)



hasCustomField
public boolean hasCustomField(String name)(Code)



hasField
public boolean hasField(long fieldTypeId)(Code)



hasField
public boolean hasField(String fieldTypeName)(Code)



hasPart
public boolean hasPart(long partTypeId)(Code)



hasPart
public boolean hasPart(String name)(Code)



inCollection
public boolean inCollection(DocumentCollection collection)(Code)



inCollection
public boolean inCollection(long collectionId)(Code)



isNew
public boolean isNew()(Code)



isPrivate
public boolean isPrivate()(Code)



isRetired
public boolean isRetired()(Code)



isVariantNew
public boolean isVariantNew()(Code)



lock
public boolean lock(long duration, LockType lockType) throws RepositoryException(Code)



releaseLock
public boolean releaseLock() throws RepositoryException(Code)



removeFromCollection
public void removeFromCollection(DocumentCollection collection)(Code)



save
public void save() throws RepositoryException(Code)



save
public void save(boolean validate) throws RepositoryException(Code)



setCustomField
public void setCustomField(String name, String value)(Code)



setDocumentTypeChecksEnabled
public void setDocumentTypeChecksEnabled(boolean documentTypeChecksEnabled)(Code)



setField
public void setField(String name, Object value) throws DocumentTypeInconsistencyException(Code)



setField
public void setField(long fieldTypeId, Object value) throws DocumentTypeInconsistencyException(Code)



setName
public void setName(String name)(Code)



setNewChangeComment
public void setNewChangeComment(String changeComment)(Code)



setNewChangeType
public void setNewChangeType(ChangeType changeType)(Code)



setNewSyncedWith
public void setNewSyncedWith(long languageId, long versionId) throws RepositoryException(Code)



setNewSyncedWith
public void setNewSyncedWith(String languageName, long versionId) throws RepositoryException(Code)



setNewSyncedWith
public void setNewSyncedWith(VersionKey syncedWith) throws RepositoryException(Code)



setNewVersionState
public void setNewVersionState(VersionState versionState)(Code)



setOwner
public void setOwner(long userId)(Code)



setPart
public void setPart(String partTypeName, String mimeType, byte[] data) throws DocumentTypeInconsistencyException(Code)



setPart
public void setPart(long partTypeId, String mimeType, byte[] data) throws DocumentTypeInconsistencyException(Code)



setPart
public void setPart(String partTypeName, String mimeType, PartDataSource partDataSource) throws DocumentTypeInconsistencyException(Code)



setPart
public void setPart(long partTypeId, String mimeType, PartDataSource partDataSource) throws DocumentTypeInconsistencyException(Code)



setPartFileName
public void setPartFileName(String partTypeName, String fileName)(Code)



setPartFileName
public void setPartFileName(long partTypeId, String fileName)(Code)



setPartMimeType
public void setPartMimeType(String partTypeName, String mimeType)(Code)



setPartMimeType
public void setPartMimeType(long partTypeId, String mimeType)(Code)



setPrivate
public void setPrivate(boolean _private)(Code)



setReferenceLanguage
public void setReferenceLanguage(String referenceLanguageName)(Code)



setReferenceLanguageId
public void setReferenceLanguageId(long referenceLanguageId)(Code)



setRequestedId
public void setRequestedId(String documentId)(Code)



setRetired
public void setRetired(boolean retired)(Code)



setSyncedWithVersion
public void setSyncedWithVersion(long langugeId, long versionId)(Code)



validate
public void validate() throws DocumentTypeInconsistencyException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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