Uses of Class
org.outerj.daisy.repository.commonimpl.DocumentImpl

Packages that use DocumentImpl
org.outerj.daisy.repository.commonimpl   
 

Uses of DocumentImpl in org.outerj.daisy.repository.commonimpl
 

Methods in org.outerj.daisy.repository.commonimpl that return DocumentImpl
 DocumentImpl CommonRepository.createDocument(java.lang.String name, long documentTypeId, long branchId, long languageId, AuthenticatedUser user)
           
 DocumentImpl CommonRepository.createDocument(java.lang.String name, java.lang.String documentTypeName, java.lang.String branchName, java.lang.String languageName, AuthenticatedUser user)
           
 DocumentImpl DocumentImpl.IntimateAccess.getDocument()
           
 DocumentImpl DocumentVariantImpl.IntimateAccess.getDocument()
           
 DocumentImpl DocumentImpl.getWrappedDocument(DocumentStrategy strategy)
           
 DocumentImpl DocumentWrapper.getWrappedDocument(DocumentStrategy strategy)
           
 DocumentImpl ReadLiveOnlyDocument.getWrappedDocument(DocumentStrategy strategy)
           
 

Methods in org.outerj.daisy.repository.commonimpl with parameters of type DocumentImpl
 void DocumentStrategy.setVersionState(DocumentImpl document, VersionImpl version, org.outerj.daisy.repository.VersionState versionState)
           
 void DocumentStrategy.store(DocumentImpl document)
          Stores a document.
 

Constructors in org.outerj.daisy.repository.commonimpl with parameters of type DocumentImpl
DocumentVariantImpl(DocumentImpl ownerDocument, DocumentStrategy documentStrategy, CommonRepositorySchema repositorySchema, AuthenticatedUser currentUser, long documentTypeId, long branchId, long languageId)
           
ReadLiveOnlyDocument(DocumentImpl delegate, DocumentStrategy documentStrategy)
           
 



Copyright © -2012 . All Rights Reserved.