@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CTCollectionService
extends com.liferay.portal.kernel.service.BaseService
CTCollectionServiceUtil| Modifier and Type | Method and Description |
|---|---|
CTCollection |
addCTCollection(java.lang.String externalReferenceCode,
long companyId,
long userId,
long ctRemoteId,
java.lang.String name,
java.lang.String description) |
void |
deleteCTAutoResolutionInfo(long ctAutoResolutionInfoId) |
CTCollection |
deleteCTCollection(CTCollection ctCollection) |
void |
discardCTEntry(long ctCollectionId,
long modelClassNameId,
long modelClassPK) |
java.util.List<CTCollection> |
getCTCollections(long companyId,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator) |
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) |
int |
getCTCollectionsCount(long companyId,
int[] statuses,
java.lang.String keywords) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CTProcess |
moveCTEntries(long fromCTCollectionId,
long toCTCollectionId,
long[] ctEntryIds) |
void |
publishCTCollection(long userId,
long ctCollectionId) |
CTCollection |
undoCTCollection(long ctCollectionId,
long userId,
java.lang.String name,
java.lang.String description) |
CTCollection |
updateCTCollection(long userId,
long ctCollectionId,
java.lang.String name,
java.lang.String description) |
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.PortalExceptionvoid deleteCTAutoResolutionInfo(long ctAutoResolutionInfoId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCTCollection deleteCTCollection(CTCollection ctCollection) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid discardCTEntry(long ctCollectionId,
long modelClassNameId,
long modelClassPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CTCollection> getCTCollections(long companyId,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
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)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCTCollectionsCount(long companyId,
int[] statuses,
java.lang.String keywords)
java.lang.String getOSGiServiceIdentifier()
CTProcess moveCTEntries(long fromCTCollectionId, long toCTCollectionId, long[] ctEntryIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid publishCTCollection(long userId,
long ctCollectionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCTCollection 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.PortalExceptionCTCollection 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.PortalException