Liferay 7.0-ga1 portal-kernel

Uses of Interface
com.liferay.document.library.kernel.store.Store

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

Uses of Store in com.liferay.document.library.kernel.store
 

Classes in com.liferay.document.library.kernel.store that implement Store
 class BaseStore
          The abstract base class for all file store implementations.
 

Methods in com.liferay.document.library.kernel.store that return Store
 Store StoreWrapper.wrap(Store store)
           
 Store DefaultStoreWrapper.wrap(Store store)
           
 

Methods in com.liferay.document.library.kernel.store with parameters of type Store
 Store StoreWrapper.wrap(Store store)
           
 Store DefaultStoreWrapper.wrap(Store store)
           
 


Liferay 7.0-ga1 portal-kernel