com.liferay.portlet.documentlibrary.store
Class StoreWrapper
java.lang.Object
com.liferay.portlet.documentlibrary.store.StoreWrapper
- All Implemented Interfaces:
- Store
public class StoreWrapper
- extends Object
- implements Store
Method Summary |
void |
addDirectory(long companyId,
long repositoryId,
String dirName)
|
void |
addFile(long companyId,
long repositoryId,
String fileName,
byte[] bytes)
|
void |
addFile(long companyId,
long repositoryId,
String fileName,
File file)
|
void |
addFile(long companyId,
long repositoryId,
String fileName,
InputStream is)
|
void |
checkRoot(long companyId)
|
void |
copyFileVersion(long companyId,
long repositoryId,
String fileName,
String fromVersionLabel,
String toVersionLabel)
|
void |
deleteDirectory(long companyId,
long repositoryId,
String dirName)
|
void |
deleteFile(long companyId,
long repositoryId,
String fileName)
|
void |
deleteFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
File |
getFile(long companyId,
long repositoryId,
String fileName)
|
File |
getFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
byte[] |
getFileAsBytes(long companyId,
long repositoryId,
String fileName)
|
byte[] |
getFileAsBytes(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
InputStream |
getFileAsStream(long companyId,
long repositoryId,
String fileName)
|
InputStream |
getFileAsStream(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
String[] |
getFileNames(long companyId,
long repositoryId)
|
String[] |
getFileNames(long companyId,
long repositoryId,
String dirName)
|
long |
getFileSize(long companyId,
long repositoryId,
String fileName)
|
boolean |
hasDirectory(long companyId,
long repositoryId,
String dirName)
|
boolean |
hasFile(long companyId,
long repositoryId,
String fileName)
|
boolean |
hasFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
void |
move(String srcDir,
String destDir)
|
void |
updateFile(long companyId,
long repositoryId,
long newRepositoryId,
String fileName)
|
void |
updateFile(long companyId,
long repositoryId,
String fileName,
String newFileName)
|
void |
updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
byte[] bytes)
|
void |
updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
File file)
|
void |
updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
InputStream is)
|
void |
updateFileVersion(long companyId,
long repositoryId,
String fileName,
String fromVersionLabel,
String toVersionLabel)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoreWrapper
public StoreWrapper(Store store)
addDirectory
public void addDirectory(long companyId,
long repositoryId,
String dirName)
throws PortalException,
SystemException
- Specified by:
addDirectory
in interface Store
- Throws:
PortalException
SystemException
addFile
public void addFile(long companyId,
long repositoryId,
String fileName,
byte[] bytes)
throws PortalException,
SystemException
- Specified by:
addFile
in interface Store
- Throws:
PortalException
SystemException
addFile
public void addFile(long companyId,
long repositoryId,
String fileName,
File file)
throws PortalException,
SystemException
- Specified by:
addFile
in interface Store
- Throws:
PortalException
SystemException
addFile
public void addFile(long companyId,
long repositoryId,
String fileName,
InputStream is)
throws PortalException,
SystemException
- Specified by:
addFile
in interface Store
- Throws:
PortalException
SystemException
checkRoot
public void checkRoot(long companyId)
throws SystemException
- Specified by:
checkRoot
in interface Store
- Throws:
SystemException
copyFileVersion
public void copyFileVersion(long companyId,
long repositoryId,
String fileName,
String fromVersionLabel,
String toVersionLabel)
throws PortalException,
SystemException
- Specified by:
copyFileVersion
in interface Store
- Throws:
PortalException
SystemException
deleteDirectory
public void deleteDirectory(long companyId,
long repositoryId,
String dirName)
throws PortalException,
SystemException
- Specified by:
deleteDirectory
in interface Store
- Throws:
PortalException
SystemException
deleteFile
public void deleteFile(long companyId,
long repositoryId,
String fileName)
throws PortalException,
SystemException
- Specified by:
deleteFile
in interface Store
- Throws:
PortalException
SystemException
deleteFile
public void deleteFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
throws PortalException,
SystemException
- Specified by:
deleteFile
in interface Store
- Throws:
PortalException
SystemException
getFile
public File getFile(long companyId,
long repositoryId,
String fileName)
throws PortalException,
SystemException
- Specified by:
getFile
in interface Store
- Throws:
PortalException
SystemException
getFile
public File getFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
throws PortalException,
SystemException
- Specified by:
getFile
in interface Store
- Throws:
PortalException
SystemException
getFileAsBytes
public byte[] getFileAsBytes(long companyId,
long repositoryId,
String fileName)
throws PortalException,
SystemException
- Specified by:
getFileAsBytes
in interface Store
- Throws:
PortalException
SystemException
getFileAsBytes
public byte[] getFileAsBytes(long companyId,
long repositoryId,
String fileName,
String versionLabel)
throws PortalException,
SystemException
- Specified by:
getFileAsBytes
in interface Store
- Throws:
PortalException
SystemException
getFileAsStream
public InputStream getFileAsStream(long companyId,
long repositoryId,
String fileName)
throws PortalException,
SystemException
- Specified by:
getFileAsStream
in interface Store
- Throws:
PortalException
SystemException
getFileAsStream
public InputStream getFileAsStream(long companyId,
long repositoryId,
String fileName,
String versionLabel)
throws PortalException,
SystemException
- Specified by:
getFileAsStream
in interface Store
- Throws:
PortalException
SystemException
getFileNames
public String[] getFileNames(long companyId,
long repositoryId)
throws SystemException
- Specified by:
getFileNames
in interface Store
- Throws:
SystemException
getFileNames
public String[] getFileNames(long companyId,
long repositoryId,
String dirName)
throws PortalException,
SystemException
- Specified by:
getFileNames
in interface Store
- Throws:
PortalException
SystemException
getFileSize
public long getFileSize(long companyId,
long repositoryId,
String fileName)
throws PortalException,
SystemException
- Specified by:
getFileSize
in interface Store
- Throws:
PortalException
SystemException
hasDirectory
public boolean hasDirectory(long companyId,
long repositoryId,
String dirName)
throws PortalException,
SystemException
- Specified by:
hasDirectory
in interface Store
- Throws:
PortalException
SystemException
hasFile
public boolean hasFile(long companyId,
long repositoryId,
String fileName)
throws PortalException,
SystemException
- Specified by:
hasFile
in interface Store
- Throws:
PortalException
SystemException
hasFile
public boolean hasFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
throws PortalException,
SystemException
- Specified by:
hasFile
in interface Store
- Throws:
PortalException
SystemException
move
public void move(String srcDir,
String destDir)
throws SystemException
- Specified by:
move
in interface Store
- Throws:
SystemException
updateFile
public void updateFile(long companyId,
long repositoryId,
long newRepositoryId,
String fileName)
throws PortalException,
SystemException
- Specified by:
updateFile
in interface Store
- Throws:
PortalException
SystemException
updateFile
public void updateFile(long companyId,
long repositoryId,
String fileName,
String newFileName)
throws PortalException,
SystemException
- Specified by:
updateFile
in interface Store
- Throws:
PortalException
SystemException
updateFile
public void updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
byte[] bytes)
throws PortalException,
SystemException
- Specified by:
updateFile
in interface Store
- Throws:
PortalException
SystemException
updateFile
public void updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
File file)
throws PortalException,
SystemException
- Specified by:
updateFile
in interface Store
- Throws:
PortalException
SystemException
updateFile
public void updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
InputStream is)
throws PortalException,
SystemException
- Specified by:
updateFile
in interface Store
- Throws:
PortalException
SystemException
updateFileVersion
public void updateFileVersion(long companyId,
long repositoryId,
String fileName,
String fromVersionLabel,
String toVersionLabel)
throws PortalException,
SystemException
- Specified by:
updateFileVersion
in interface Store
- Throws:
PortalException
SystemException