@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface CTCollectionService extends BaseService
CTCollectionServiceUtil| 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.
|
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(long companyId, long userId, java.lang.String name, java.lang.String description) throws PortalException
PortalExceptionvoid deleteCTAutoResolutionInfo(long ctAutoResolutionInfoId)
throws PortalException
PortalExceptionCTCollection deleteCTCollection(CTCollection ctCollection) throws PortalException
PortalExceptionvoid discardCTEntries(long ctCollectionId,
long modelClassNameId,
long modelClassPK)
throws PortalException
PortalExceptionvoid discardCTEntry(long ctCollectionId,
long modelClassNameId,
long modelClassPK)
throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<CTCollection> getCTCollections(long companyId, int status, int start, int end, OrderByComparator<CTCollection> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<CTCollection> getCTCollections(long companyId, int status, java.lang.String keywords, int start, int end, OrderByComparator<CTCollection> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) int getCTCollectionsCount(long companyId, int status, java.lang.String keywords)
java.lang.String getOSGiServiceIdentifier()
void publishCTCollection(long userId,
long ctCollectionId)
throws PortalException
PortalExceptionCTCollection undoCTCollection(long ctCollectionId, long userId, java.lang.String name, java.lang.String description) throws PortalException
PortalExceptionCTCollection updateCTCollection(long userId, long ctCollectionId, java.lang.String name, java.lang.String description) throws PortalException
PortalException