public class CTCollectionServiceWrapper extends java.lang.Object implements CTCollectionService, com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionService>
CTCollectionService.CTCollectionService| Constructor and Description |
|---|
CTCollectionServiceWrapper() |
CTCollectionServiceWrapper(CTCollectionService ctCollectionService) |
| Modifier and Type | Method and Description |
|---|---|
CTCollection |
addCTCollection(long companyId,
long userId,
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.
|
CTCollectionService |
getWrappedService() |
CTProcess |
moveCTEntries(long fromCTCollectionId,
long toCTCollectionId,
long[] ctEntryIds) |
void |
publishCTCollection(long userId,
long ctCollectionId) |
void |
setWrappedService(CTCollectionService ctCollectionService) |
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) |
public CTCollectionServiceWrapper()
public CTCollectionServiceWrapper(CTCollectionService ctCollectionService)
public CTCollection addCTCollection(long companyId, long userId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
addCTCollection in interface CTCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCTAutoResolutionInfo(long ctAutoResolutionInfoId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCTAutoResolutionInfo in interface CTCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CTCollection deleteCTCollection(CTCollection ctCollection) throws com.liferay.portal.kernel.exception.PortalException
deleteCTCollection in interface CTCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void discardCTEntry(long ctCollectionId,
long modelClassNameId,
long modelClassPK)
throws com.liferay.portal.kernel.exception.PortalException
discardCTEntry in interface CTCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CTCollection> getCTCollections(long companyId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator)
getCTCollections in interface CTCollectionServicepublic 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)
getCTCollections in interface CTCollectionServicepublic int getCTCollectionsCount(long companyId,
int[] statuses,
java.lang.String keywords)
getCTCollectionsCount in interface CTCollectionServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CTCollectionServicepublic CTProcess moveCTEntries(long fromCTCollectionId, long toCTCollectionId, long[] ctEntryIds) throws com.liferay.portal.kernel.exception.PortalException
moveCTEntries in interface CTCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void publishCTCollection(long userId,
long ctCollectionId)
throws com.liferay.portal.kernel.exception.PortalException
publishCTCollection in interface CTCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CTCollection undoCTCollection(long ctCollectionId, long userId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
undoCTCollection in interface CTCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CTCollection updateCTCollection(long userId, long ctCollectionId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
updateCTCollection in interface CTCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CTCollectionService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionService>public void setWrappedService(CTCollectionService ctCollectionService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionService>