Interface CTCollectionService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CTCollectionServiceWrapper
@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
Provides the remote service interface for CTCollection. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionaddCTCollection
(String externalReferenceCode, long companyId, long userId, long ctRemoteId, String name, String description) void
deleteCTAutoResolutionInfo
(long ctAutoResolutionInfoId) deleteCTCollection
(CTCollection ctCollection) void
discardCTEntry
(long ctCollectionId, long modelClassNameId, long modelClassPK) getCTCollections
(long companyId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator) getCTCollections
(long companyId, int[] statuses, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator) int
getCTCollectionsCount
(long companyId, int[] statuses, String keywords) Returns the OSGi service identifier.void
moveCTEntry
(long fromCTCollectionId, long toCTCollectionId, long modelClassNameId, long modelClassPK) void
publishCTCollection
(long userId, long ctCollectionId) undoCTCollection
(long ctCollectionId, long userId, String name, String description) updateCTCollection
(long userId, long ctCollectionId, String name, String description)
-
Method Details
-
addCTCollection
CTCollection addCTCollection(String externalReferenceCode, long companyId, long userId, long ctRemoteId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCTAutoResolutionInfo
void deleteCTAutoResolutionInfo(long ctAutoResolutionInfoId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCTCollection
CTCollection deleteCTCollection(CTCollection ctCollection) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
discardCTEntry
void discardCTEntry(long ctCollectionId, long modelClassNameId, long modelClassPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCTCollections
@Transactional(propagation=SUPPORTS, readOnly=true) List<CTCollection> getCTCollections(long companyId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator) -
getCTCollections
@Transactional(propagation=SUPPORTS, readOnly=true) List<CTCollection> getCTCollections(long companyId, int[] statuses, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator) -
getCTCollectionsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCTCollectionsCount(long companyId, int[] statuses, String keywords) -
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
moveCTEntry
void moveCTEntry(long fromCTCollectionId, long toCTCollectionId, long modelClassNameId, long modelClassPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
publishCTCollection
void publishCTCollection(long userId, long ctCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
undoCTCollection
CTCollection undoCTCollection(long ctCollectionId, long userId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCTCollection
CTCollection updateCTCollection(long userId, long ctCollectionId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-