public interface LCSClusterEntryClient
| Modifier and Type | Method and Description |
|---|---|
LCSClusterEntry |
addLCSClusterEntry(long lcsProjectId,
java.lang.String name,
java.lang.String description,
java.lang.String location,
java.lang.String subscriptionType,
int type) |
LCSClusterEntry |
getLCSClusterEntry(long lcsClusterEntryId) |
java.util.List<LCSClusterEntry> |
getLCSProjectManageableLCSClusterEntries(long lcsProjectId,
int localLCSClusterEntryType) |
LCSClusterEntry addLCSClusterEntry(long lcsProjectId, java.lang.String name, java.lang.String description, java.lang.String location, java.lang.String subscriptionType, int type) throws DuplicateLCSClusterEntryNameException, com.liferay.petra.json.web.service.client.JSONWebServiceInvocationException, com.liferay.petra.json.web.service.client.JSONWebServiceSerializeException, RequiredLCSClusterEntryNameException
DuplicateLCSClusterEntryNameExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceInvocationExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceSerializeExceptionRequiredLCSClusterEntryNameExceptionLCSClusterEntry getLCSClusterEntry(long lcsClusterEntryId) throws com.liferay.petra.json.web.service.client.JSONWebServiceInvocationException, com.liferay.petra.json.web.service.client.JSONWebServiceSerializeException
com.liferay.petra.json.web.service.client.JSONWebServiceInvocationExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceSerializeExceptionjava.util.List<LCSClusterEntry> getLCSProjectManageableLCSClusterEntries(long lcsProjectId, int localLCSClusterEntryType) throws com.liferay.petra.json.web.service.client.JSONWebServiceInvocationException, com.liferay.petra.json.web.service.client.JSONWebServiceSerializeException
com.liferay.petra.json.web.service.client.JSONWebServiceInvocationExceptioncom.liferay.petra.json.web.service.client.JSONWebServiceSerializeException