Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portlet.documentlibrary.store that return DLStore
static DLStore DLStoreUtil.getStore()
          Returns the DLStore object.
 

Methods in com.liferay.portlet.documentlibrary.store with parameters of type DLStore
 void DLStoreUtil.setStore(DLStore store)
          Set's the DLStore object.
 


Liferay 6.2-ce-ga5