@ProviderType public class CTEntryLocalServiceWrapper extends java.lang.Object implements CTEntryLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CTEntryLocalService>
CTEntryLocalService.CTEntryLocalService| Constructor and Description |
|---|
CTEntryLocalServiceWrapper(CTEntryLocalService ctEntryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCTCollectionCTEntries(long ctCollectionId,
java.util.List<CTEntry> ctEntries) |
void |
addCTCollectionCTEntries(long ctCollectionId,
long[] ctEntryIds) |
void |
addCTCollectionCTEntry(long ctCollectionId,
CTEntry ctEntry) |
void |
addCTCollectionCTEntry(long ctCollectionId,
long ctEntryId) |
CTEntry |
addCTEntry(CTEntry ctEntry)
Adds the ct entry to the database.
|
CTEntry |
addCTEntry(long userId,
long modelClassNameId,
long modelClassPK,
long modelResourcePrimKey,
int changeType,
long ctCollectionId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
addCTEntryAggregateCTEntries(long ctEntryAggregateId,
java.util.List<CTEntry> ctEntries) |
void |
addCTEntryAggregateCTEntries(long ctEntryAggregateId,
long[] ctEntryIds) |
void |
addCTEntryAggregateCTEntry(long ctEntryAggregateId,
CTEntry ctEntry) |
void |
addCTEntryAggregateCTEntry(long ctEntryAggregateId,
long ctEntryId) |
void |
clearCTCollectionCTEntries(long ctCollectionId) |
void |
clearCTEntryAggregateCTEntries(long ctEntryAggregateId) |
CTEntry |
createCTEntry(long ctEntryId)
Creates a new ct entry with the primary key.
|
void |
deleteCTCollectionCTEntries(long ctCollectionId,
java.util.List<CTEntry> ctEntries) |
void |
deleteCTCollectionCTEntries(long ctCollectionId,
long[] ctEntryIds) |
void |
deleteCTCollectionCTEntry(long ctCollectionId,
CTEntry ctEntry) |
void |
deleteCTCollectionCTEntry(long ctCollectionId,
long ctEntryId) |
CTEntry |
deleteCTEntry(CTEntry ctEntry)
Deletes the ct entry from the database.
|
CTEntry |
deleteCTEntry(long ctEntryId)
Deletes the ct entry with the primary key from the database.
|
void |
deleteCTEntryAggregateCTEntries(long ctEntryAggregateId,
java.util.List<CTEntry> ctEntries) |
void |
deleteCTEntryAggregateCTEntries(long ctEntryAggregateId,
long[] ctEntryIds) |
void |
deleteCTEntryAggregateCTEntry(long ctEntryAggregateId,
CTEntry ctEntry) |
void |
deleteCTEntryAggregateCTEntry(long ctEntryAggregateId,
long ctEntryId) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
java.util.List<CTEntry> |
fetchCTEntries(long modelClassNameId) |
java.util.List<CTEntry> |
fetchCTEntries(long ctCollectionId,
long modelResourcePrimKey,
com.liferay.portal.kernel.dao.orm.QueryDefinition<CTEntry> queryDefinition) |
java.util.List<CTEntry> |
fetchCTEntries(long ctCollectionId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<CTEntry> queryDefinition) |
java.util.List<CTEntry> |
fetchCTEntries(java.lang.String modelClassName) |
CTEntry |
fetchCTEntry(long ctEntryId) |
CTEntry |
fetchCTEntry(long modelClassNameId,
long modelClassPK) |
CTEntry |
fetchCTEntry(long ctCollectionId,
long modelClassNameId,
long modelClassPK) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<CTEntry> |
getCTCollectionCTEntries(long ctCollectionId) |
java.util.List<CTEntry> |
getCTCollectionCTEntries(long ctCollectionId,
int start,
int end) |
java.util.List<CTEntry> |
getCTCollectionCTEntries(long ctCollectionId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTEntry> orderByComparator) |
java.util.List<CTEntry> |
getCTCollectionCTEntries(long ctCollectionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTEntry> orderByComparator) |
int |
getCTCollectionCTEntriesCount(long ctCollectionId) |
long[] |
getCTCollectionPrimaryKeys(long ctEntryId)
Returns the ctCollectionIds of the ct collections associated with the ct entry.
|
java.util.List<CTEntry> |
getCTEntries(int start,
int end)
Returns a range of all the ct entries.
|
int |
getCTEntriesCount()
Returns the number of ct entries.
|
CTEntry |
getCTEntry(long ctEntryId)
Returns the ct entry with the primary key.
|
java.util.List<CTEntry> |
getCTEntryAggregateCTEntries(long ctEntryAggregateId) |
java.util.List<CTEntry> |
getCTEntryAggregateCTEntries(long ctEntryAggregateId,
int start,
int end) |
java.util.List<CTEntry> |
getCTEntryAggregateCTEntries(long ctEntryAggregateId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTEntry> orderByComparator) |
int |
getCTEntryAggregateCTEntriesCount(long ctEntryAggregateId) |
long[] |
getCTEntryAggregatePrimaryKeys(long ctEntryId)
Returns the ctEntryAggregateIds of the ct entry aggregates associated with the ct entry.
|
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.util.List<CTEntry> |
getRelatedOwnerCTEntries(long ctEntryId) |
java.util.List<CTEntry> |
getRelatedOwnerCTEntries(long ctEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTEntry> orderByComparator) |
int |
getRelatedOwnerCTEntriesCount(long ctEntryId) |
CTEntryLocalService |
getWrappedService() |
boolean |
hasCTCollectionCTEntries(long ctCollectionId) |
boolean |
hasCTCollectionCTEntry(long ctCollectionId,
long ctEntryId) |
boolean |
hasCTEntryAggregateCTEntries(long ctEntryAggregateId) |
boolean |
hasCTEntryAggregateCTEntry(long ctEntryAggregateId,
long ctEntryId) |
java.util.List<CTEntry> |
search(CTCollection ctCollection,
long[] groupIds,
long[] userIds,
long[] classNameIds,
int[] changeTypes,
java.lang.Boolean collision,
com.liferay.portal.kernel.dao.orm.QueryDefinition<CTEntry> queryDefinition) |
long |
searchCount(CTCollection ctCollection,
long[] groupIds,
long[] userIds,
long[] classNameIds,
int[] changeTypes,
java.lang.Boolean collision,
com.liferay.portal.kernel.dao.orm.QueryDefinition<CTEntry> queryDefinition) |
void |
setCTCollectionCTEntries(long ctCollectionId,
long[] ctEntryIds) |
void |
setCTEntryAggregateCTEntries(long ctEntryAggregateId,
long[] ctEntryIds) |
void |
setWrappedService(CTEntryLocalService ctEntryLocalService) |
CTEntry |
updateCollision(long ctEntryId,
boolean collision) |
CTEntry |
updateCTEntry(CTEntry ctEntry)
Updates the ct entry in the database or adds it if it does not yet exist.
|
CTEntry |
updateStatus(long ctEntryId,
int status) |
public CTEntryLocalServiceWrapper(CTEntryLocalService ctEntryLocalService)
public void addCTCollectionCTEntries(long ctCollectionId,
java.util.List<CTEntry> ctEntries)
addCTCollectionCTEntries in interface CTEntryLocalServicepublic void addCTCollectionCTEntries(long ctCollectionId,
long[] ctEntryIds)
addCTCollectionCTEntries in interface CTEntryLocalServicepublic void addCTCollectionCTEntry(long ctCollectionId,
CTEntry ctEntry)
addCTCollectionCTEntry in interface CTEntryLocalServicepublic void addCTCollectionCTEntry(long ctCollectionId,
long ctEntryId)
addCTCollectionCTEntry in interface CTEntryLocalServicepublic CTEntry addCTEntry(CTEntry ctEntry)
addCTEntry in interface CTEntryLocalServicectEntry - the ct entrypublic CTEntry addCTEntry(long userId, long modelClassNameId, long modelClassPK, long modelResourcePrimKey, int changeType, long ctCollectionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCTEntry in interface CTEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void addCTEntryAggregateCTEntries(long ctEntryAggregateId,
java.util.List<CTEntry> ctEntries)
addCTEntryAggregateCTEntries in interface CTEntryLocalServicepublic void addCTEntryAggregateCTEntries(long ctEntryAggregateId,
long[] ctEntryIds)
addCTEntryAggregateCTEntries in interface CTEntryLocalServicepublic void addCTEntryAggregateCTEntry(long ctEntryAggregateId,
CTEntry ctEntry)
addCTEntryAggregateCTEntry in interface CTEntryLocalServicepublic void addCTEntryAggregateCTEntry(long ctEntryAggregateId,
long ctEntryId)
addCTEntryAggregateCTEntry in interface CTEntryLocalServicepublic void clearCTCollectionCTEntries(long ctCollectionId)
clearCTCollectionCTEntries in interface CTEntryLocalServicepublic void clearCTEntryAggregateCTEntries(long ctEntryAggregateId)
clearCTEntryAggregateCTEntries in interface CTEntryLocalServicepublic CTEntry createCTEntry(long ctEntryId)
createCTEntry in interface CTEntryLocalServicectEntryId - the primary key for the new ct entrypublic void deleteCTCollectionCTEntries(long ctCollectionId,
java.util.List<CTEntry> ctEntries)
deleteCTCollectionCTEntries in interface CTEntryLocalServicepublic void deleteCTCollectionCTEntries(long ctCollectionId,
long[] ctEntryIds)
deleteCTCollectionCTEntries in interface CTEntryLocalServicepublic void deleteCTCollectionCTEntry(long ctCollectionId,
CTEntry ctEntry)
deleteCTCollectionCTEntry in interface CTEntryLocalServicepublic void deleteCTCollectionCTEntry(long ctCollectionId,
long ctEntryId)
deleteCTCollectionCTEntry in interface CTEntryLocalServicepublic CTEntry deleteCTEntry(CTEntry ctEntry)
deleteCTEntry in interface CTEntryLocalServicectEntry - the ct entrypublic CTEntry deleteCTEntry(long ctEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteCTEntry in interface CTEntryLocalServicectEntryId - the primary key of the ct entryPortalException - if a ct entry with the primary key could not be foundpublic void deleteCTEntryAggregateCTEntries(long ctEntryAggregateId,
java.util.List<CTEntry> ctEntries)
deleteCTEntryAggregateCTEntries in interface CTEntryLocalServicepublic void deleteCTEntryAggregateCTEntries(long ctEntryAggregateId,
long[] ctEntryIds)
deleteCTEntryAggregateCTEntries in interface CTEntryLocalServicepublic void deleteCTEntryAggregateCTEntry(long ctEntryAggregateId,
CTEntry ctEntry)
deleteCTEntryAggregateCTEntry in interface CTEntryLocalServicepublic void deleteCTEntryAggregateCTEntry(long ctEntryAggregateId,
long ctEntryId)
deleteCTEntryAggregateCTEntry in interface CTEntryLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CTEntryLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CTEntryLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CTEntryLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from com.liferay.change.tracking.model.impl.CTEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface CTEntryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from com.liferay.change.tracking.model.impl.CTEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface CTEntryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface CTEntryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CTEntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic java.util.List<CTEntry> fetchCTEntries(long modelClassNameId)
fetchCTEntries in interface CTEntryLocalServicepublic java.util.List<CTEntry> fetchCTEntries(long ctCollectionId, long modelResourcePrimKey, com.liferay.portal.kernel.dao.orm.QueryDefinition<CTEntry> queryDefinition)
fetchCTEntries in interface CTEntryLocalServicepublic java.util.List<CTEntry> fetchCTEntries(long ctCollectionId, com.liferay.portal.kernel.dao.orm.QueryDefinition<CTEntry> queryDefinition)
fetchCTEntries in interface CTEntryLocalServicepublic java.util.List<CTEntry> fetchCTEntries(java.lang.String modelClassName)
fetchCTEntries in interface CTEntryLocalServicepublic CTEntry fetchCTEntry(long ctEntryId)
fetchCTEntry in interface CTEntryLocalServicepublic CTEntry fetchCTEntry(long modelClassNameId, long modelClassPK)
fetchCTEntry in interface CTEntryLocalServicepublic CTEntry fetchCTEntry(long ctCollectionId, long modelClassNameId, long modelClassPK)
fetchCTEntry in interface CTEntryLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CTEntryLocalServicepublic java.util.List<CTEntry> getCTCollectionCTEntries(long ctCollectionId)
getCTCollectionCTEntries in interface CTEntryLocalServicepublic java.util.List<CTEntry> getCTCollectionCTEntries(long ctCollectionId, int start, int end)
getCTCollectionCTEntries in interface CTEntryLocalServicepublic java.util.List<CTEntry> getCTCollectionCTEntries(long ctCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTEntry> orderByComparator)
getCTCollectionCTEntries in interface CTEntryLocalServicepublic java.util.List<CTEntry> getCTCollectionCTEntries(long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTEntry> orderByComparator)
getCTCollectionCTEntries in interface CTEntryLocalServicepublic int getCTCollectionCTEntriesCount(long ctCollectionId)
getCTCollectionCTEntriesCount in interface CTEntryLocalServicepublic long[] getCTCollectionPrimaryKeys(long ctEntryId)
getCTCollectionPrimaryKeys in interface CTEntryLocalServicectEntryId - the ctEntryId of the ct entrypublic java.util.List<CTEntry> getCTEntries(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from com.liferay.change.tracking.model.impl.CTEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getCTEntries in interface CTEntryLocalServicestart - the lower bound of the range of ct entriesend - the upper bound of the range of ct entries (not inclusive)public int getCTEntriesCount()
getCTEntriesCount in interface CTEntryLocalServicepublic CTEntry getCTEntry(long ctEntryId) throws com.liferay.portal.kernel.exception.PortalException
getCTEntry in interface CTEntryLocalServicectEntryId - the primary key of the ct entryPortalException - if a ct entry with the primary key could not be foundpublic java.util.List<CTEntry> getCTEntryAggregateCTEntries(long ctEntryAggregateId)
getCTEntryAggregateCTEntries in interface CTEntryLocalServicepublic java.util.List<CTEntry> getCTEntryAggregateCTEntries(long ctEntryAggregateId, int start, int end)
getCTEntryAggregateCTEntries in interface CTEntryLocalServicepublic java.util.List<CTEntry> getCTEntryAggregateCTEntries(long ctEntryAggregateId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTEntry> orderByComparator)
getCTEntryAggregateCTEntries in interface CTEntryLocalServicepublic int getCTEntryAggregateCTEntriesCount(long ctEntryAggregateId)
getCTEntryAggregateCTEntriesCount in interface CTEntryLocalServicepublic long[] getCTEntryAggregatePrimaryKeys(long ctEntryId)
getCTEntryAggregatePrimaryKeys in interface CTEntryLocalServicectEntryId - the ctEntryId of the ct entrypublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CTEntryLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CTEntryLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CTEntryLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CTEntry> getRelatedOwnerCTEntries(long ctEntryId)
getRelatedOwnerCTEntries in interface CTEntryLocalServicepublic java.util.List<CTEntry> getRelatedOwnerCTEntries(long ctEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTEntry> orderByComparator)
getRelatedOwnerCTEntries in interface CTEntryLocalServicepublic int getRelatedOwnerCTEntriesCount(long ctEntryId)
getRelatedOwnerCTEntriesCount in interface CTEntryLocalServicepublic boolean hasCTCollectionCTEntries(long ctCollectionId)
hasCTCollectionCTEntries in interface CTEntryLocalServicepublic boolean hasCTCollectionCTEntry(long ctCollectionId,
long ctEntryId)
hasCTCollectionCTEntry in interface CTEntryLocalServicepublic boolean hasCTEntryAggregateCTEntries(long ctEntryAggregateId)
hasCTEntryAggregateCTEntries in interface CTEntryLocalServicepublic boolean hasCTEntryAggregateCTEntry(long ctEntryAggregateId,
long ctEntryId)
hasCTEntryAggregateCTEntry in interface CTEntryLocalServicepublic java.util.List<CTEntry> search(CTCollection ctCollection, long[] groupIds, long[] userIds, long[] classNameIds, int[] changeTypes, java.lang.Boolean collision, com.liferay.portal.kernel.dao.orm.QueryDefinition<CTEntry> queryDefinition)
search in interface CTEntryLocalServicepublic long searchCount(CTCollection ctCollection, long[] groupIds, long[] userIds, long[] classNameIds, int[] changeTypes, java.lang.Boolean collision, com.liferay.portal.kernel.dao.orm.QueryDefinition<CTEntry> queryDefinition)
searchCount in interface CTEntryLocalServicepublic void setCTCollectionCTEntries(long ctCollectionId,
long[] ctEntryIds)
setCTCollectionCTEntries in interface CTEntryLocalServicepublic void setCTEntryAggregateCTEntries(long ctEntryAggregateId,
long[] ctEntryIds)
setCTEntryAggregateCTEntries in interface CTEntryLocalServicepublic CTEntry updateCollision(long ctEntryId, boolean collision)
updateCollision in interface CTEntryLocalServicepublic CTEntry updateCTEntry(CTEntry ctEntry)
updateCTEntry in interface CTEntryLocalServicectEntry - the ct entrypublic CTEntry updateStatus(long ctEntryId, int status)
updateStatus in interface CTEntryLocalServicepublic CTEntryLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CTEntryLocalService>public void setWrappedService(CTEntryLocalService ctEntryLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CTEntryLocalService>