Package | Description |
---|---|
com.liferay.document.library.kernel.store |
This package defines the document library portlet store interfaces, base classes, utilities, and wrappers.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseStore
The abstract base class for all file store implementations.
|
Modifier and Type | Method and Description |
---|---|
Store |
DefaultStoreWrapper.wrap(Store store)
Deprecated.
|
Store |
StoreWrapper.wrap(Store store)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Store.copyFileToStore(long companyId,
long repositoryId,
String fileName,
String versionLabel,
Store targetStore) |
void |
BaseStore.copyFileToStore(long companyId,
long repositoryId,
String fileName,
String versionLabel,
Store targetStore) |
void |
Store.moveFileToStore(long companyId,
long repositoryId,
String fileName,
String versionLabel,
Store targetStore) |
void |
BaseStore.moveFileToStore(long companyId,
long repositoryId,
String fileName,
String versionLabel,
Store targetStore) |
Store |
DefaultStoreWrapper.wrap(Store store)
Deprecated.
|
Store |
StoreWrapper.wrap(Store store)
Deprecated.
|