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 |
discardCTEntries(long ctCollectionId,
long modelClassNameId,
long modelClassPK) |
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() |
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 CTCollectionService
com.liferay.portal.kernel.exception.PortalException
public void deleteCTAutoResolutionInfo(long ctAutoResolutionInfoId) throws com.liferay.portal.kernel.exception.PortalException
deleteCTAutoResolutionInfo
in interface CTCollectionService
com.liferay.portal.kernel.exception.PortalException
public CTCollection deleteCTCollection(CTCollection ctCollection) throws com.liferay.portal.kernel.exception.PortalException
deleteCTCollection
in interface CTCollectionService
com.liferay.portal.kernel.exception.PortalException
public void discardCTEntries(long ctCollectionId, long modelClassNameId, long modelClassPK) throws com.liferay.portal.kernel.exception.PortalException
discardCTEntries
in interface CTCollectionService
com.liferay.portal.kernel.exception.PortalException
public void discardCTEntry(long ctCollectionId, long modelClassNameId, long modelClassPK) throws com.liferay.portal.kernel.exception.PortalException
discardCTEntry
in interface CTCollectionService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CTCollection> getCTCollections(long companyId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator)
getCTCollections
in interface CTCollectionService
public 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 CTCollectionService
public int getCTCollectionsCount(long companyId, int[] statuses, java.lang.String keywords)
getCTCollectionsCount
in interface CTCollectionService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CTCollectionService
public void publishCTCollection(long userId, long ctCollectionId) throws com.liferay.portal.kernel.exception.PortalException
publishCTCollection
in interface CTCollectionService
com.liferay.portal.kernel.exception.PortalException
public CTCollection undoCTCollection(long ctCollectionId, long userId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
undoCTCollection
in interface CTCollectionService
com.liferay.portal.kernel.exception.PortalException
public CTCollection updateCTCollection(long userId, long ctCollectionId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
updateCTCollection
in interface CTCollectionService
com.liferay.portal.kernel.exception.PortalException
public 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>