public class CTCollectionServiceUtil
extends java.lang.Object
com.liferay.change.tracking.service.impl.CTCollectionServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.CTCollectionService| Constructor and Description |
|---|
CTCollectionServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CTCollection |
addCTCollection(java.lang.String externalReferenceCode,
long companyId,
long userId,
long ctRemoteId,
java.lang.String name,
java.lang.String description) |
static void |
deleteCTAutoResolutionInfo(long ctAutoResolutionInfoId) |
static CTCollection |
deleteCTCollection(CTCollection ctCollection) |
static void |
discardCTEntry(long ctCollectionId,
long modelClassNameId,
long modelClassPK) |
static java.util.List<CTCollection> |
getCTCollections(long companyId,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator) |
static java.util.List<CTCollection> |
getCTCollections(long companyId,
int[] statuses,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator) |
static int |
getCTCollectionsCount(long companyId,
int[] statuses,
java.lang.String keywords) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CTCollectionService |
getService() |
static void |
moveCTEntry(long fromCTCollectionId,
long toCTCollectionId,
long modelClassNameId,
long modelClassPK) |
static void |
publishCTCollection(long userId,
long ctCollectionId) |
static void |
setService(CTCollectionService service) |
static CTCollection |
undoCTCollection(long ctCollectionId,
long userId,
java.lang.String name,
java.lang.String description) |
static CTCollection |
updateCTCollection(long userId,
long ctCollectionId,
java.lang.String name,
java.lang.String description) |
public static CTCollection addCTCollection(java.lang.String externalReferenceCode, long companyId, long userId, long ctRemoteId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCTAutoResolutionInfo(long ctAutoResolutionInfoId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CTCollection deleteCTCollection(CTCollection ctCollection) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void discardCTEntry(long ctCollectionId,
long modelClassNameId,
long modelClassPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CTCollection> getCTCollections(long companyId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator)
public static java.util.List<CTCollection> getCTCollections(long companyId, int[] statuses, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator)
public static int getCTCollectionsCount(long companyId,
int[] statuses,
java.lang.String keywords)
public static java.lang.String getOSGiServiceIdentifier()
public static void moveCTEntry(long fromCTCollectionId,
long toCTCollectionId,
long modelClassNameId,
long modelClassPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void publishCTCollection(long userId,
long ctCollectionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CTCollection undoCTCollection(long ctCollectionId, long userId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CTCollection updateCTCollection(long userId, long ctCollectionId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CTCollectionService getService()
public static void setService(CTCollectionService service)