public class CTCollectionServiceWrapper extends java.lang.Object implements CTCollectionService, ServiceWrapper<CTCollectionService>
CTCollectionService.CTCollectionService| Constructor and Description |
|---|
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 |
discardCTEntries(long ctCollectionId,
long modelClassNameId,
long modelClassPK) |
void |
discardCTEntry(long ctCollectionId,
long modelClassNameId,
long modelClassPK) |
java.util.List<CTCollection> |
getCTCollections(long companyId,
int status,
int start,
int end,
OrderByComparator<CTCollection> orderByComparator) |
java.util.List<CTCollection> |
getCTCollections(long companyId,
int status,
java.lang.String keywords,
int start,
int end,
OrderByComparator<CTCollection> orderByComparator) |
int |
getCTCollectionsCount(long companyId,
int status,
java.lang.String keywords) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CTCollectionService |
getWrappedService() |
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(CTCollectionService ctCollectionService)
public CTCollection addCTCollection(long companyId, long userId, java.lang.String name, java.lang.String description) throws PortalException
addCTCollection in interface CTCollectionServicePortalExceptionpublic void deleteCTAutoResolutionInfo(long ctAutoResolutionInfoId)
throws PortalException
deleteCTAutoResolutionInfo in interface CTCollectionServicePortalExceptionpublic CTCollection deleteCTCollection(CTCollection ctCollection) throws PortalException
deleteCTCollection in interface CTCollectionServicePortalExceptionpublic void discardCTEntries(long ctCollectionId,
long modelClassNameId,
long modelClassPK)
throws PortalException
discardCTEntries in interface CTCollectionServicePortalExceptionpublic void discardCTEntry(long ctCollectionId,
long modelClassNameId,
long modelClassPK)
throws PortalException
discardCTEntry in interface CTCollectionServicePortalExceptionpublic java.util.List<CTCollection> getCTCollections(long companyId, int status, int start, int end, OrderByComparator<CTCollection> orderByComparator)
getCTCollections in interface CTCollectionServicepublic java.util.List<CTCollection> getCTCollections(long companyId, int status, java.lang.String keywords, int start, int end, OrderByComparator<CTCollection> orderByComparator)
getCTCollections in interface CTCollectionServicepublic int getCTCollectionsCount(long companyId,
int status,
java.lang.String keywords)
getCTCollectionsCount in interface CTCollectionServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CTCollectionServicepublic void publishCTCollection(long userId,
long ctCollectionId)
throws PortalException
publishCTCollection in interface CTCollectionServicePortalExceptionpublic CTCollection undoCTCollection(long ctCollectionId, long userId, java.lang.String name, java.lang.String description) throws PortalException
undoCTCollection in interface CTCollectionServicePortalExceptionpublic CTCollection updateCTCollection(long userId, long ctCollectionId, java.lang.String name, java.lang.String description) throws PortalException
updateCTCollection in interface CTCollectionServicePortalExceptionpublic CTCollectionService getWrappedService()
getWrappedService in interface ServiceWrapper<CTCollectionService>public void setWrappedService(CTCollectionService ctCollectionService)
setWrappedService in interface ServiceWrapper<CTCollectionService>