|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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. 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)
|
DLSync |
updateSync(long fileId,
long parentFolderId,
String name,
String event,
String version)
Deprecated. 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 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 SystemException
addSync(long, String, long, long, long, String,
String, String, String)
SystemException
public DLSync addSync(long fileId, String fileUuid, long companyId, long repositoryId, long parentFolderId, String name, String description, String type, String version) throws SystemException
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
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |