@ProviderType public class CTEntryAggregateLocalServiceWrapper extends java.lang.Object implements CTEntryAggregateLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CTEntryAggregateLocalService>
CTEntryAggregateLocalService.CTEntryAggregateLocalService| Constructor and Description |
|---|
CTEntryAggregateLocalServiceWrapper(CTEntryAggregateLocalService ctEntryAggregateLocalService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCTCollectionCTEntryAggregate(long ctCollectionId,
CTEntryAggregate ctEntryAggregate) |
void |
addCTCollectionCTEntryAggregate(long ctCollectionId,
long ctEntryAggregateId) |
void |
addCTCollectionCTEntryAggregates(long ctCollectionId,
java.util.List<CTEntryAggregate> ctEntryAggregates) |
void |
addCTCollectionCTEntryAggregates(long ctCollectionId,
long[] ctEntryAggregateIds) |
void |
addCTEntry(CTEntryAggregate ctEntryAggregate,
CTEntry ctEntry) |
CTEntryAggregate |
addCTEntryAggregate(CTEntryAggregate ctEntryAggregate)
Adds the ct entry aggregate to the database.
|
CTEntryAggregate |
addCTEntryAggregate(long userId,
long ctCollectionId,
long ownerCTEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
addCTEntryCTEntryAggregate(long ctEntryId,
CTEntryAggregate ctEntryAggregate) |
void |
addCTEntryCTEntryAggregate(long ctEntryId,
long ctEntryAggregateId) |
void |
addCTEntryCTEntryAggregates(long ctEntryId,
java.util.List<CTEntryAggregate> ctEntryAggregates) |
void |
addCTEntryCTEntryAggregates(long ctEntryId,
long[] ctEntryAggregateIds) |
void |
clearCTCollectionCTEntryAggregates(long ctCollectionId) |
void |
clearCTEntryCTEntryAggregates(long ctEntryId) |
CTEntryAggregate |
createCTEntryAggregate(long ctEntryAggregateId)
Creates a new ct entry aggregate with the primary key.
|
void |
deleteCTCollectionCTEntryAggregate(long ctCollectionId,
CTEntryAggregate ctEntryAggregate) |
void |
deleteCTCollectionCTEntryAggregate(long ctCollectionId,
long ctEntryAggregateId) |
void |
deleteCTCollectionCTEntryAggregates(long ctCollectionId,
java.util.List<CTEntryAggregate> ctEntryAggregates) |
void |
deleteCTCollectionCTEntryAggregates(long ctCollectionId,
long[] ctEntryAggregateIds) |
CTEntryAggregate |
deleteCTEntryAggregate(CTEntryAggregate ctEntryAggregate)
Deletes the ct entry aggregate from the database.
|
CTEntryAggregate |
deleteCTEntryAggregate(long ctEntryAggregateId)
Deletes the ct entry aggregate with the primary key from the database.
|
void |
deleteCTEntryCTEntryAggregate(long ctEntryId,
CTEntryAggregate ctEntryAggregate) |
void |
deleteCTEntryCTEntryAggregate(long ctEntryId,
long ctEntryAggregateId) |
void |
deleteCTEntryCTEntryAggregates(long ctEntryId,
java.util.List<CTEntryAggregate> ctEntryAggregates) |
void |
deleteCTEntryCTEntryAggregates(long ctEntryId,
long[] ctEntryAggregateIds) |
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.
|
CTEntryAggregate |
fetchCTEntryAggregate(long ctEntryAggregateId) |
java.util.List<CTEntryAggregate> |
fetchCTEntryAggregates(long ctCollectionId,
long ownerCTEntryId) |
CTEntryAggregate |
fetchLatestCTEntryAggregate(long ctCollectionId,
long ownerCTEntryId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<CTEntryAggregate> |
getCTCollectionCTEntryAggregates(long ctCollectionId) |
java.util.List<CTEntryAggregate> |
getCTCollectionCTEntryAggregates(long ctCollectionId,
int start,
int end) |
java.util.List<CTEntryAggregate> |
getCTCollectionCTEntryAggregates(long ctCollectionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTEntryAggregate> orderByComparator) |
int |
getCTCollectionCTEntryAggregatesCount(long ctCollectionId) |
long[] |
getCTCollectionPrimaryKeys(long ctEntryAggregateId)
Returns the ctCollectionIds of the ct collections associated with the ct entry aggregate.
|
CTEntryAggregate |
getCTEntryAggregate(long ctEntryAggregateId)
Returns the ct entry aggregate with the primary key.
|
java.util.List<CTEntryAggregate> |
getCTEntryAggregates(int start,
int end)
Returns a range of all the ct entry aggregates.
|
int |
getCTEntryAggregatesCount()
Returns the number of ct entry aggregates.
|
java.util.List<CTEntryAggregate> |
getCTEntryCTEntryAggregates(long ctEntryId) |
java.util.List<CTEntryAggregate> |
getCTEntryCTEntryAggregates(long ctEntryId,
int start,
int end) |
java.util.List<CTEntryAggregate> |
getCTEntryCTEntryAggregates(long ctEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTEntryAggregate> orderByComparator) |
int |
getCTEntryCTEntryAggregatesCount(long ctEntryId) |
long[] |
getCTEntryPrimaryKeys(long ctEntryAggregateId)
Returns the ctEntryIds of the ct entries associated with the ct entry aggregate.
|
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) |
CTEntryAggregateLocalService |
getWrappedService() |
boolean |
hasCTCollectionCTEntryAggregate(long ctCollectionId,
long ctEntryAggregateId) |
boolean |
hasCTCollectionCTEntryAggregates(long ctCollectionId) |
boolean |
hasCTEntry(CTEntryAggregate ctEntryAggregate,
CTEntry ctEntry) |
boolean |
hasCTEntryCTEntryAggregate(long ctEntryId,
long ctEntryAggregateId) |
boolean |
hasCTEntryCTEntryAggregates(long ctEntryId) |
void |
removeCTEntry(CTEntryAggregate ctEntryAggregate,
CTEntry ctEntry) |
void |
setCTCollectionCTEntryAggregates(long ctCollectionId,
long[] ctEntryAggregateIds) |
void |
setCTEntryCTEntryAggregates(long ctEntryId,
long[] ctEntryAggregateIds) |
void |
setWrappedService(CTEntryAggregateLocalService ctEntryAggregateLocalService) |
CTEntryAggregate |
updateCTEntryAggregate(CTEntryAggregate ctEntryAggregate)
Updates the ct entry aggregate in the database or adds it if it does not yet exist.
|
CTEntryAggregate |
updateStatus(long ctEntryAggregateId,
int status) |
public CTEntryAggregateLocalServiceWrapper(CTEntryAggregateLocalService ctEntryAggregateLocalService)
public void addCTCollectionCTEntryAggregate(long ctCollectionId,
CTEntryAggregate ctEntryAggregate)
addCTCollectionCTEntryAggregate in interface CTEntryAggregateLocalServicepublic void addCTCollectionCTEntryAggregate(long ctCollectionId,
long ctEntryAggregateId)
addCTCollectionCTEntryAggregate in interface CTEntryAggregateLocalServicepublic void addCTCollectionCTEntryAggregates(long ctCollectionId,
java.util.List<CTEntryAggregate> ctEntryAggregates)
addCTCollectionCTEntryAggregates in interface CTEntryAggregateLocalServicepublic void addCTCollectionCTEntryAggregates(long ctCollectionId,
long[] ctEntryAggregateIds)
addCTCollectionCTEntryAggregates in interface CTEntryAggregateLocalServicepublic void addCTEntry(CTEntryAggregate ctEntryAggregate, CTEntry ctEntry)
addCTEntry in interface CTEntryAggregateLocalServicepublic CTEntryAggregate addCTEntryAggregate(CTEntryAggregate ctEntryAggregate)
addCTEntryAggregate in interface CTEntryAggregateLocalServicectEntryAggregate - the ct entry aggregatepublic CTEntryAggregate addCTEntryAggregate(long userId, long ctCollectionId, long ownerCTEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCTEntryAggregate in interface CTEntryAggregateLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void addCTEntryCTEntryAggregate(long ctEntryId,
CTEntryAggregate ctEntryAggregate)
addCTEntryCTEntryAggregate in interface CTEntryAggregateLocalServicepublic void addCTEntryCTEntryAggregate(long ctEntryId,
long ctEntryAggregateId)
addCTEntryCTEntryAggregate in interface CTEntryAggregateLocalServicepublic void addCTEntryCTEntryAggregates(long ctEntryId,
java.util.List<CTEntryAggregate> ctEntryAggregates)
addCTEntryCTEntryAggregates in interface CTEntryAggregateLocalServicepublic void addCTEntryCTEntryAggregates(long ctEntryId,
long[] ctEntryAggregateIds)
addCTEntryCTEntryAggregates in interface CTEntryAggregateLocalServicepublic void clearCTCollectionCTEntryAggregates(long ctCollectionId)
clearCTCollectionCTEntryAggregates in interface CTEntryAggregateLocalServicepublic void clearCTEntryCTEntryAggregates(long ctEntryId)
clearCTEntryCTEntryAggregates in interface CTEntryAggregateLocalServicepublic CTEntryAggregate createCTEntryAggregate(long ctEntryAggregateId)
createCTEntryAggregate in interface CTEntryAggregateLocalServicectEntryAggregateId - the primary key for the new ct entry aggregatepublic void deleteCTCollectionCTEntryAggregate(long ctCollectionId,
CTEntryAggregate ctEntryAggregate)
deleteCTCollectionCTEntryAggregate in interface CTEntryAggregateLocalServicepublic void deleteCTCollectionCTEntryAggregate(long ctCollectionId,
long ctEntryAggregateId)
deleteCTCollectionCTEntryAggregate in interface CTEntryAggregateLocalServicepublic void deleteCTCollectionCTEntryAggregates(long ctCollectionId,
java.util.List<CTEntryAggregate> ctEntryAggregates)
deleteCTCollectionCTEntryAggregates in interface CTEntryAggregateLocalServicepublic void deleteCTCollectionCTEntryAggregates(long ctCollectionId,
long[] ctEntryAggregateIds)
deleteCTCollectionCTEntryAggregates in interface CTEntryAggregateLocalServicepublic CTEntryAggregate deleteCTEntryAggregate(CTEntryAggregate ctEntryAggregate)
deleteCTEntryAggregate in interface CTEntryAggregateLocalServicectEntryAggregate - the ct entry aggregatepublic CTEntryAggregate deleteCTEntryAggregate(long ctEntryAggregateId) throws com.liferay.portal.kernel.exception.PortalException
deleteCTEntryAggregate in interface CTEntryAggregateLocalServicectEntryAggregateId - the primary key of the ct entry aggregatePortalException - if a ct entry aggregate with the primary key could not be foundpublic void deleteCTEntryCTEntryAggregate(long ctEntryId,
CTEntryAggregate ctEntryAggregate)
deleteCTEntryCTEntryAggregate in interface CTEntryAggregateLocalServicepublic void deleteCTEntryCTEntryAggregate(long ctEntryId,
long ctEntryAggregateId)
deleteCTEntryCTEntryAggregate in interface CTEntryAggregateLocalServicepublic void deleteCTEntryCTEntryAggregates(long ctEntryId,
java.util.List<CTEntryAggregate> ctEntryAggregates)
deleteCTEntryCTEntryAggregates in interface CTEntryAggregateLocalServicepublic void deleteCTEntryCTEntryAggregates(long ctEntryId,
long[] ctEntryAggregateIds)
deleteCTEntryCTEntryAggregates in interface CTEntryAggregateLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CTEntryAggregateLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CTEntryAggregateLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CTEntryAggregateLocalServicedynamicQuery - 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.CTEntryAggregateModelImpl. 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 CTEntryAggregateLocalServicedynamicQuery - 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.CTEntryAggregateModelImpl. 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 CTEntryAggregateLocalServicedynamicQuery - 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 CTEntryAggregateLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CTEntryAggregateLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CTEntryAggregate fetchCTEntryAggregate(long ctEntryAggregateId)
fetchCTEntryAggregate in interface CTEntryAggregateLocalServicepublic java.util.List<CTEntryAggregate> fetchCTEntryAggregates(long ctCollectionId, long ownerCTEntryId)
fetchCTEntryAggregates in interface CTEntryAggregateLocalServicepublic CTEntryAggregate fetchLatestCTEntryAggregate(long ctCollectionId, long ownerCTEntryId)
fetchLatestCTEntryAggregate in interface CTEntryAggregateLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CTEntryAggregateLocalServicepublic java.util.List<CTEntryAggregate> getCTCollectionCTEntryAggregates(long ctCollectionId)
getCTCollectionCTEntryAggregates in interface CTEntryAggregateLocalServicepublic java.util.List<CTEntryAggregate> getCTCollectionCTEntryAggregates(long ctCollectionId, int start, int end)
getCTCollectionCTEntryAggregates in interface CTEntryAggregateLocalServicepublic java.util.List<CTEntryAggregate> getCTCollectionCTEntryAggregates(long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTEntryAggregate> orderByComparator)
getCTCollectionCTEntryAggregates in interface CTEntryAggregateLocalServicepublic int getCTCollectionCTEntryAggregatesCount(long ctCollectionId)
getCTCollectionCTEntryAggregatesCount in interface CTEntryAggregateLocalServicepublic long[] getCTCollectionPrimaryKeys(long ctEntryAggregateId)
getCTCollectionPrimaryKeys in interface CTEntryAggregateLocalServicectEntryAggregateId - the ctEntryAggregateId of the ct entry aggregatepublic CTEntryAggregate getCTEntryAggregate(long ctEntryAggregateId) throws com.liferay.portal.kernel.exception.PortalException
getCTEntryAggregate in interface CTEntryAggregateLocalServicectEntryAggregateId - the primary key of the ct entry aggregatePortalException - if a ct entry aggregate with the primary key could not be foundpublic java.util.List<CTEntryAggregate> getCTEntryAggregates(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.CTEntryAggregateModelImpl. 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.
getCTEntryAggregates in interface CTEntryAggregateLocalServicestart - the lower bound of the range of ct entry aggregatesend - the upper bound of the range of ct entry aggregates (not inclusive)public int getCTEntryAggregatesCount()
getCTEntryAggregatesCount in interface CTEntryAggregateLocalServicepublic java.util.List<CTEntryAggregate> getCTEntryCTEntryAggregates(long ctEntryId)
getCTEntryCTEntryAggregates in interface CTEntryAggregateLocalServicepublic java.util.List<CTEntryAggregate> getCTEntryCTEntryAggregates(long ctEntryId, int start, int end)
getCTEntryCTEntryAggregates in interface CTEntryAggregateLocalServicepublic java.util.List<CTEntryAggregate> getCTEntryCTEntryAggregates(long ctEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTEntryAggregate> orderByComparator)
getCTEntryCTEntryAggregates in interface CTEntryAggregateLocalServicepublic int getCTEntryCTEntryAggregatesCount(long ctEntryId)
getCTEntryCTEntryAggregatesCount in interface CTEntryAggregateLocalServicepublic long[] getCTEntryPrimaryKeys(long ctEntryAggregateId)
getCTEntryPrimaryKeys in interface CTEntryAggregateLocalServicectEntryAggregateId - the ctEntryAggregateId of the ct entry aggregatepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CTEntryAggregateLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CTEntryAggregateLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CTEntryAggregateLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic boolean hasCTCollectionCTEntryAggregate(long ctCollectionId,
long ctEntryAggregateId)
hasCTCollectionCTEntryAggregate in interface CTEntryAggregateLocalServicepublic boolean hasCTCollectionCTEntryAggregates(long ctCollectionId)
hasCTCollectionCTEntryAggregates in interface CTEntryAggregateLocalServicepublic boolean hasCTEntry(CTEntryAggregate ctEntryAggregate, CTEntry ctEntry)
hasCTEntry in interface CTEntryAggregateLocalServicepublic boolean hasCTEntryCTEntryAggregate(long ctEntryId,
long ctEntryAggregateId)
hasCTEntryCTEntryAggregate in interface CTEntryAggregateLocalServicepublic boolean hasCTEntryCTEntryAggregates(long ctEntryId)
hasCTEntryCTEntryAggregates in interface CTEntryAggregateLocalServicepublic void removeCTEntry(CTEntryAggregate ctEntryAggregate, CTEntry ctEntry)
removeCTEntry in interface CTEntryAggregateLocalServicepublic void setCTCollectionCTEntryAggregates(long ctCollectionId,
long[] ctEntryAggregateIds)
setCTCollectionCTEntryAggregates in interface CTEntryAggregateLocalServicepublic void setCTEntryCTEntryAggregates(long ctEntryId,
long[] ctEntryAggregateIds)
setCTEntryCTEntryAggregates in interface CTEntryAggregateLocalServicepublic CTEntryAggregate updateCTEntryAggregate(CTEntryAggregate ctEntryAggregate)
updateCTEntryAggregate in interface CTEntryAggregateLocalServicectEntryAggregate - the ct entry aggregatepublic CTEntryAggregate updateStatus(long ctEntryAggregateId, int status)
updateStatus in interface CTEntryAggregateLocalServicepublic CTEntryAggregateLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CTEntryAggregateLocalService>public void setWrappedService(CTEntryAggregateLocalService ctEntryAggregateLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CTEntryAggregateLocalService>