Liferay 7.0-ce-m6

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. 
com.liferay.portlet.documentlibrary.store.test   
 

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

Classes in com.liferay.portlet.documentlibrary.store that implement Store
 class BaseStore
          The abstract base class for all file store implementations.
 class StoreWrapper
           
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.store.test that return Store
protected abstract  Store BaseStoreTestCase.getStore()
           
 


Liferay 7.0-ce-m6