|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
DLLocalService
@Transactional(rollbackFor={PortalException.class,SystemException.class})
public interface DLService
| Method Summary | |
|---|---|
void |
addDirectory(long companyId,
long repositoryId,
String dirName)
Deprecated. |
void |
addFile(long companyId,
String portletId,
long groupId,
long repositoryId,
String fileName,
long fileEntryId,
String properties,
Date modifiedDate,
ServiceContext serviceContext,
byte[] bytes)
Deprecated. |
void |
addFile(long companyId,
String portletId,
long groupId,
long repositoryId,
String fileName,
long fileEntryId,
String properties,
Date modifiedDate,
ServiceContext serviceContext,
File file)
Deprecated. |
void |
deleteDirectory(long companyId,
String portletId,
long repositoryId,
String dirName)
Deprecated. |
void |
deleteFile(long companyId,
String portletId,
long repositoryId,
String fileName)
Deprecated. |
void |
deleteFile(long companyId,
String portletId,
long repositoryId,
String fileName,
String versionNumber)
Deprecated. |
byte[] |
getFile(long companyId,
long repositoryId,
String fileName)
Deprecated. |
byte[] |
getFile(long companyId,
long repositoryId,
String fileName,
String versionNumber)
Deprecated. |
String[] |
getFileNames(long companyId,
long repositoryId,
String dirName)
Deprecated. |
long |
getFileSize(long companyId,
long repositoryId,
String fileName)
Deprecated. |
void |
updateFile(long companyId,
String portletId,
long groupId,
long repositoryId,
long newRepositoryId,
String fileName,
long fileEntryId)
Deprecated. |
void |
updateFile(long companyId,
String portletId,
long groupId,
long repositoryId,
String fileName,
String newFileName,
boolean reindex)
Deprecated. |
void |
updateFile(long companyId,
String portletId,
long groupId,
long repositoryId,
String fileName,
String versionNumber,
String sourceFileName,
long fileEntryId,
String properties,
Date modifiedDate,
ServiceContext serviceContext,
byte[] bytes)
Deprecated. |
void |
updateFile(long companyId,
String portletId,
long groupId,
long repositoryId,
String fileName,
String versionNumber,
String sourceFileName,
long fileEntryId,
String properties,
Date modifiedDate,
ServiceContext serviceContext,
File file)
Deprecated. |
| Method Detail |
|---|
void addDirectory(long companyId,
long repositoryId,
String dirName)
throws PortalException,
SystemException
PortalException
SystemException
void addFile(long companyId,
String portletId,
long groupId,
long repositoryId,
String fileName,
long fileEntryId,
String properties,
Date modifiedDate,
ServiceContext serviceContext,
byte[] bytes)
throws PortalException,
SystemException
PortalException
SystemException
void addFile(long companyId,
String portletId,
long groupId,
long repositoryId,
String fileName,
long fileEntryId,
String properties,
Date modifiedDate,
ServiceContext serviceContext,
File file)
throws PortalException,
SystemException
PortalException
SystemException
void deleteDirectory(long companyId,
String portletId,
long repositoryId,
String dirName)
throws PortalException,
SystemException
PortalException
SystemException
void deleteFile(long companyId,
String portletId,
long repositoryId,
String fileName)
throws PortalException,
SystemException
PortalException
SystemException
void deleteFile(long companyId,
String portletId,
long repositoryId,
String fileName,
String versionNumber)
throws PortalException,
SystemException
PortalException
SystemException
byte[] getFile(long companyId,
long repositoryId,
String fileName)
throws PortalException,
SystemException
PortalException
SystemException
byte[] getFile(long companyId,
long repositoryId,
String fileName,
String versionNumber)
throws PortalException,
SystemException
PortalException
SystemException
String[] getFileNames(long companyId,
long repositoryId,
String dirName)
throws PortalException,
SystemException
PortalException
SystemException
long getFileSize(long companyId,
long repositoryId,
String fileName)
throws PortalException,
SystemException
PortalException
SystemException
void updateFile(long companyId,
String portletId,
long groupId,
long repositoryId,
long newRepositoryId,
String fileName,
long fileEntryId)
throws PortalException,
SystemException
PortalException
SystemException
void updateFile(long companyId,
String portletId,
long groupId,
long repositoryId,
String fileName,
String versionNumber,
String sourceFileName,
long fileEntryId,
String properties,
Date modifiedDate,
ServiceContext serviceContext,
byte[] bytes)
throws PortalException,
SystemException
PortalException
SystemException
void updateFile(long companyId,
String portletId,
long groupId,
long repositoryId,
String fileName,
String versionNumber,
String sourceFileName,
long fileEntryId,
String properties,
Date modifiedDate,
ServiceContext serviceContext,
File file)
throws PortalException,
SystemException
PortalException
SystemException
void updateFile(long companyId,
String portletId,
long groupId,
long repositoryId,
String fileName,
String newFileName,
boolean reindex)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||