Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.documentlibrary.store.Store

Packages that use Store
com.liferay.portlet.documentlibrary.store This package defines the document library portlet store interfaces, base classes, utilities, and wrappers. 
 

Uses of Store in com.liferay.portlet.documentlibrary.store
 

Classes in com.liferay.portlet.documentlibrary.store that implement Store
 class AdvancedFileSystemStore
           See http://issues.liferay.com/browse/LPS-1976.
 class BaseStore
          The abstract base class for all file store implementations.
 class CMISStore
           
 class DBStore
           
 class FileSystemStore
           
 class JCRStore
           
 class S3Store
           
 class SafeFileNameStoreWrapper
           
 class StoreProxyBean
           
 class StoreProxyImpl
           
 class StoreWrapper
           
 

Fields in com.liferay.portlet.documentlibrary.store declared as Store
protected  Store DLStoreImpl.store
           
 

Methods in com.liferay.portlet.documentlibrary.store that return Store
static Store StoreFactory.getInstance()
           
 

Methods in com.liferay.portlet.documentlibrary.store with parameters of type Store
static void StoreFactory.setInstance(Store store)
           
 

Constructors in com.liferay.portlet.documentlibrary.store with parameters of type Store
SafeFileNameStoreWrapper(Store store)
           
StoreWrapper(Store store)
           
 


Liferay 6.2-ce-ga5