|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLSyncLocalServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLSyncLocalServiceImpl
public class DLSyncLocalServiceImpl
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
DLSyncLocalServiceImpl()
|
|
| Method Summary | |
|---|---|
DLSync |
addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String type,
String version)
Deprecated. As of 6.2.0, replaced by addSync(long, String, long,
long, long, String, String, String, String) |
DLSync |
addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String description,
String type,
String version)
|
protected boolean |
isDefaultRepository(long fileId,
long folderId)
|
DLSync |
updateSync(long fileId,
long parentFolderId,
String name,
String event,
String version)
Deprecated. As of 6.2.0, replaced by updateSync(long, long,
String, String, String, String) |
DLSync |
updateSync(long fileId,
long parentFolderId,
String name,
String description,
String event,
String version)
|
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLSyncLocalServiceImpl()
| Method Detail |
|---|
public DLSync addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String type,
String version)
throws PortalException,
SystemException
addSync(long, String, long,
long, long, String, String, String, String)
PortalException
SystemException
public DLSync addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String description,
String type,
String version)
throws PortalException,
SystemException
PortalException
SystemException
public DLSync updateSync(long fileId,
long parentFolderId,
String name,
String event,
String version)
throws PortalException,
SystemException
updateSync(long, long,
String, String, String, String)
PortalException
SystemException
public DLSync updateSync(long fileId,
long parentFolderId,
String name,
String description,
String event,
String version)
throws PortalException,
SystemException
PortalException
SystemException
protected boolean isDefaultRepository(long fileId,
long folderId)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||