|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.documentlibrary.service.DLServiceUtil
DLLocalServiceUtil
public class DLServiceUtil
| Constructor Summary | |
|---|---|
DLServiceUtil()
Deprecated. |
|
| Method Summary | |
|---|---|
static void |
addDirectory(long companyId,
long repositoryId,
String dirName)
Deprecated. |
static void |
addFile(long companyId,
String portletId,
long groupId,
long repositoryId,
String fileName,
long fileEntryId,
String properties,
Date modifiedDate,
ServiceContext serviceContext,
byte[] bytes)
Deprecated. |
static void |
addFile(long companyId,
String portletId,
long groupId,
long repositoryId,
String fileName,
long fileEntryId,
String properties,
Date modifiedDate,
ServiceContext serviceContext,
File file)
Deprecated. |
static void |
deleteDirectory(long companyId,
String portletId,
long repositoryId,
String dirName)
Deprecated. |
static void |
deleteFile(long companyId,
String portletId,
long repositoryId,
String fileName)
Deprecated. |
static void |
deleteFile(long companyId,
String portletId,
long repositoryId,
String fileName,
String versionNumber)
Deprecated. |
static byte[] |
getFile(long companyId,
long repositoryId,
String fileName)
Deprecated. |
static byte[] |
getFile(long companyId,
long repositoryId,
String fileName,
String versionNumber)
Deprecated. |
static String[] |
getFileNames(long companyId,
long repositoryId,
String dirName)
Deprecated. |
static long |
getFileSize(long companyId,
long repositoryId,
String fileName)
Deprecated. |
static DLService |
getService()
Deprecated. |
void |
setService(DLService service)
Deprecated. |
static void |
updateFile(long companyId,
String portletId,
long groupId,
long repositoryId,
long newRepositoryId,
String fileName,
long fileEntryId)
Deprecated. |
static void |
updateFile(long companyId,
String portletId,
long groupId,
long repositoryId,
String fileName,
String newFileName,
boolean reindex)
Deprecated. |
static 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. |
static 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLServiceUtil()
| Method Detail |
|---|
public static void addDirectory(long companyId,
long repositoryId,
String dirName)
throws PortalException,
SystemException
PortalException
SystemException
public static 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
public static 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
public static void deleteDirectory(long companyId,
String portletId,
long repositoryId,
String dirName)
throws PortalException,
SystemException
PortalException
SystemException
public static void deleteFile(long companyId,
String portletId,
long repositoryId,
String fileName)
throws PortalException,
SystemException
PortalException
SystemException
public static void deleteFile(long companyId,
String portletId,
long repositoryId,
String fileName,
String versionNumber)
throws PortalException,
SystemException
PortalException
SystemException
public static byte[] getFile(long companyId,
long repositoryId,
String fileName)
throws PortalException,
SystemException
PortalException
SystemException
public static byte[] getFile(long companyId,
long repositoryId,
String fileName,
String versionNumber)
throws PortalException,
SystemException
PortalException
SystemException
public static String[] getFileNames(long companyId,
long repositoryId,
String dirName)
throws PortalException,
SystemException
PortalException
SystemException
public static long getFileSize(long companyId,
long repositoryId,
String fileName)
throws PortalException,
SystemException
PortalException
SystemExceptionpublic static DLService getService()
public static void updateFile(long companyId,
String portletId,
long groupId,
long repositoryId,
long newRepositoryId,
String fileName,
long fileEntryId)
throws PortalException,
SystemException
PortalException
SystemException
public static 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
public static 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
public static void updateFile(long companyId,
String portletId,
long groupId,
long repositoryId,
String fileName,
String newFileName,
boolean reindex)
throws PortalException,
SystemException
PortalException
SystemExceptionpublic void setService(DLService service)
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||