@ProviderType public class CTCollectionLocalServiceWrapper extends java.lang.Object implements CTCollectionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionLocalService>
CTCollectionLocalService.CTCollectionLocalService| Constructor and Description |
|---|
CTCollectionLocalServiceWrapper(CTCollectionLocalService ctCollectionLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CTCollection |
addCTCollection(CTCollection ctCollection)
Adds the ct collection to the database.
|
CTCollection |
addCTCollection(long userId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
addCTEntryAggregateCTCollection(long ctEntryAggregateId,
CTCollection ctCollection) |
void |
addCTEntryAggregateCTCollection(long ctEntryAggregateId,
long ctCollectionId) |
void |
addCTEntryAggregateCTCollections(long ctEntryAggregateId,
java.util.List<CTCollection> ctCollections) |
void |
addCTEntryAggregateCTCollections(long ctEntryAggregateId,
long[] ctCollectionIds) |
void |
addCTEntryCTCollection(long ctEntryId,
CTCollection ctCollection) |
void |
addCTEntryCTCollection(long ctEntryId,
long ctCollectionId) |
void |
addCTEntryCTCollections(long ctEntryId,
java.util.List<CTCollection> ctCollections) |
void |
addCTEntryCTCollections(long ctEntryId,
long[] ctCollectionIds) |
void |
clearCTEntryAggregateCTCollections(long ctEntryAggregateId) |
void |
clearCTEntryCTCollections(long ctEntryId) |
CTCollection |
createCTCollection(long ctCollectionId)
Creates a new ct collection with the primary key.
|
void |
deleteCompanyCTCollections(long companyId) |
CTCollection |
deleteCTCollection(CTCollection ctCollection)
Deletes the ct collection from the database.
|
CTCollection |
deleteCTCollection(long ctCollectionId)
Deletes the ct collection with the primary key from the database.
|
void |
deleteCTEntryAggregateCTCollection(long ctEntryAggregateId,
CTCollection ctCollection) |
void |
deleteCTEntryAggregateCTCollection(long ctEntryAggregateId,
long ctCollectionId) |
void |
deleteCTEntryAggregateCTCollections(long ctEntryAggregateId,
java.util.List<CTCollection> ctCollections) |
void |
deleteCTEntryAggregateCTCollections(long ctEntryAggregateId,
long[] ctCollectionIds) |
void |
deleteCTEntryCTCollection(long ctEntryId,
CTCollection ctCollection) |
void |
deleteCTEntryCTCollection(long ctEntryId,
long ctCollectionId) |
void |
deleteCTEntryCTCollections(long ctEntryId,
java.util.List<CTCollection> ctCollections) |
void |
deleteCTEntryCTCollections(long ctEntryId,
long[] ctCollectionIds) |
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.
|
CTCollection |
fetchCTCollection(long ctCollectionId) |
CTCollection |
fetchCTCollection(long companyId,
java.lang.String name) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
CTCollection |
getCTCollection(long ctCollectionId)
Returns the ct collection with the primary key.
|
java.util.List<CTCollection> |
getCTCollections(int start,
int end)
Returns a range of all the ct collections.
|
java.util.List<CTCollection> |
getCTCollections(long companyId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<CTCollection> queryDefinition) |
java.util.List<CTCollection> |
getCTCollections(long companyId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<CTCollection> queryDefinition,
boolean includeProduction) |
int |
getCTCollectionsCount()
Returns the number of ct collections.
|
java.util.List<CTCollection> |
getCTEntryAggregateCTCollections(long ctEntryAggregateId) |
java.util.List<CTCollection> |
getCTEntryAggregateCTCollections(long ctEntryAggregateId,
int start,
int end) |
java.util.List<CTCollection> |
getCTEntryAggregateCTCollections(long ctEntryAggregateId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator) |
int |
getCTEntryAggregateCTCollectionsCount(long ctEntryAggregateId) |
long[] |
getCTEntryAggregatePrimaryKeys(long ctCollectionId)
Returns the ctEntryAggregateIds of the ct entry aggregates associated with the ct collection.
|
java.util.List<CTCollection> |
getCTEntryCTCollections(long ctEntryId) |
java.util.List<CTCollection> |
getCTEntryCTCollections(long ctEntryId,
int start,
int end) |
java.util.List<CTCollection> |
getCTEntryCTCollections(long ctEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator) |
int |
getCTEntryCTCollectionsCount(long ctEntryId) |
long[] |
getCTEntryPrimaryKeys(long ctCollectionId)
Returns the ctEntryIds of the ct entries associated with the ct collection.
|
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) |
CTCollectionLocalService |
getWrappedService() |
boolean |
hasCTEntryAggregateCTCollection(long ctEntryAggregateId,
long ctCollectionId) |
boolean |
hasCTEntryAggregateCTCollections(long ctEntryAggregateId) |
boolean |
hasCTEntryCTCollection(long ctEntryId,
long ctCollectionId) |
boolean |
hasCTEntryCTCollections(long ctEntryId) |
void |
setCTEntryAggregateCTCollections(long ctEntryAggregateId,
long[] ctCollectionIds) |
void |
setCTEntryCTCollections(long ctEntryId,
long[] ctCollectionIds) |
void |
setWrappedService(CTCollectionLocalService ctCollectionLocalService) |
CTCollection |
updateCTCollection(CTCollection ctCollection)
Updates the ct collection in the database or adds it if it does not yet exist.
|
CTCollection |
updateStatus(long userId,
CTCollection ctCollection,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public CTCollectionLocalServiceWrapper(CTCollectionLocalService ctCollectionLocalService)
public CTCollection addCTCollection(CTCollection ctCollection)
addCTCollection in interface CTCollectionLocalServicectCollection - the ct collectionpublic CTCollection addCTCollection(long userId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCTCollection in interface CTCollectionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void addCTEntryAggregateCTCollection(long ctEntryAggregateId,
CTCollection ctCollection)
addCTEntryAggregateCTCollection in interface CTCollectionLocalServicepublic void addCTEntryAggregateCTCollection(long ctEntryAggregateId,
long ctCollectionId)
addCTEntryAggregateCTCollection in interface CTCollectionLocalServicepublic void addCTEntryAggregateCTCollections(long ctEntryAggregateId,
java.util.List<CTCollection> ctCollections)
addCTEntryAggregateCTCollections in interface CTCollectionLocalServicepublic void addCTEntryAggregateCTCollections(long ctEntryAggregateId,
long[] ctCollectionIds)
addCTEntryAggregateCTCollections in interface CTCollectionLocalServicepublic void addCTEntryCTCollection(long ctEntryId,
CTCollection ctCollection)
addCTEntryCTCollection in interface CTCollectionLocalServicepublic void addCTEntryCTCollection(long ctEntryId,
long ctCollectionId)
addCTEntryCTCollection in interface CTCollectionLocalServicepublic void addCTEntryCTCollections(long ctEntryId,
java.util.List<CTCollection> ctCollections)
addCTEntryCTCollections in interface CTCollectionLocalServicepublic void addCTEntryCTCollections(long ctEntryId,
long[] ctCollectionIds)
addCTEntryCTCollections in interface CTCollectionLocalServicepublic void clearCTEntryAggregateCTCollections(long ctEntryAggregateId)
clearCTEntryAggregateCTCollections in interface CTCollectionLocalServicepublic void clearCTEntryCTCollections(long ctEntryId)
clearCTEntryCTCollections in interface CTCollectionLocalServicepublic CTCollection createCTCollection(long ctCollectionId)
createCTCollection in interface CTCollectionLocalServicectCollectionId - the primary key for the new ct collectionpublic void deleteCompanyCTCollections(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCompanyCTCollections in interface CTCollectionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CTCollection deleteCTCollection(CTCollection ctCollection) throws com.liferay.portal.kernel.exception.PortalException
deleteCTCollection in interface CTCollectionLocalServicectCollection - the ct collectionPortalExceptionpublic CTCollection deleteCTCollection(long ctCollectionId) throws com.liferay.portal.kernel.exception.PortalException
deleteCTCollection in interface CTCollectionLocalServicectCollectionId - the primary key of the ct collectionPortalException - if a ct collection with the primary key could not be foundpublic void deleteCTEntryAggregateCTCollection(long ctEntryAggregateId,
CTCollection ctCollection)
deleteCTEntryAggregateCTCollection in interface CTCollectionLocalServicepublic void deleteCTEntryAggregateCTCollection(long ctEntryAggregateId,
long ctCollectionId)
deleteCTEntryAggregateCTCollection in interface CTCollectionLocalServicepublic void deleteCTEntryAggregateCTCollections(long ctEntryAggregateId,
java.util.List<CTCollection> ctCollections)
deleteCTEntryAggregateCTCollections in interface CTCollectionLocalServicepublic void deleteCTEntryAggregateCTCollections(long ctEntryAggregateId,
long[] ctCollectionIds)
deleteCTEntryAggregateCTCollections in interface CTCollectionLocalServicepublic void deleteCTEntryCTCollection(long ctEntryId,
CTCollection ctCollection)
deleteCTEntryCTCollection in interface CTCollectionLocalServicepublic void deleteCTEntryCTCollection(long ctEntryId,
long ctCollectionId)
deleteCTEntryCTCollection in interface CTCollectionLocalServicepublic void deleteCTEntryCTCollections(long ctEntryId,
java.util.List<CTCollection> ctCollections)
deleteCTEntryCTCollections in interface CTCollectionLocalServicepublic void deleteCTEntryCTCollections(long ctEntryId,
long[] ctCollectionIds)
deleteCTEntryCTCollections in interface CTCollectionLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CTCollectionLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CTCollectionLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CTCollectionLocalServicedynamicQuery - 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.CTCollectionModelImpl. 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 CTCollectionLocalServicedynamicQuery - 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.CTCollectionModelImpl. 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 CTCollectionLocalServicedynamicQuery - 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 CTCollectionLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CTCollectionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CTCollection fetchCTCollection(long ctCollectionId)
fetchCTCollection in interface CTCollectionLocalServicepublic CTCollection fetchCTCollection(long companyId, java.lang.String name)
fetchCTCollection in interface CTCollectionLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CTCollectionLocalServicepublic CTCollection getCTCollection(long ctCollectionId) throws com.liferay.portal.kernel.exception.PortalException
getCTCollection in interface CTCollectionLocalServicectCollectionId - the primary key of the ct collectionPortalException - if a ct collection with the primary key could not be foundpublic java.util.List<CTCollection> getCTCollections(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.CTCollectionModelImpl. 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.
getCTCollections in interface CTCollectionLocalServicestart - the lower bound of the range of ct collectionsend - the upper bound of the range of ct collections (not inclusive)public java.util.List<CTCollection> getCTCollections(long companyId, com.liferay.portal.kernel.dao.orm.QueryDefinition<CTCollection> queryDefinition)
getCTCollections in interface CTCollectionLocalServicepublic java.util.List<CTCollection> getCTCollections(long companyId, com.liferay.portal.kernel.dao.orm.QueryDefinition<CTCollection> queryDefinition, boolean includeProduction)
getCTCollections in interface CTCollectionLocalServicepublic int getCTCollectionsCount()
getCTCollectionsCount in interface CTCollectionLocalServicepublic java.util.List<CTCollection> getCTEntryAggregateCTCollections(long ctEntryAggregateId)
getCTEntryAggregateCTCollections in interface CTCollectionLocalServicepublic java.util.List<CTCollection> getCTEntryAggregateCTCollections(long ctEntryAggregateId, int start, int end)
getCTEntryAggregateCTCollections in interface CTCollectionLocalServicepublic java.util.List<CTCollection> getCTEntryAggregateCTCollections(long ctEntryAggregateId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator)
getCTEntryAggregateCTCollections in interface CTCollectionLocalServicepublic int getCTEntryAggregateCTCollectionsCount(long ctEntryAggregateId)
getCTEntryAggregateCTCollectionsCount in interface CTCollectionLocalServicepublic long[] getCTEntryAggregatePrimaryKeys(long ctCollectionId)
getCTEntryAggregatePrimaryKeys in interface CTCollectionLocalServicectCollectionId - the ctCollectionId of the ct collectionpublic java.util.List<CTCollection> getCTEntryCTCollections(long ctEntryId)
getCTEntryCTCollections in interface CTCollectionLocalServicepublic java.util.List<CTCollection> getCTEntryCTCollections(long ctEntryId, int start, int end)
getCTEntryCTCollections in interface CTCollectionLocalServicepublic java.util.List<CTCollection> getCTEntryCTCollections(long ctEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator)
getCTEntryCTCollections in interface CTCollectionLocalServicepublic int getCTEntryCTCollectionsCount(long ctEntryId)
getCTEntryCTCollectionsCount in interface CTCollectionLocalServicepublic long[] getCTEntryPrimaryKeys(long ctCollectionId)
getCTEntryPrimaryKeys in interface CTCollectionLocalServicectCollectionId - the ctCollectionId of the ct collectionpublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CTCollectionLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CTCollectionLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CTCollectionLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic boolean hasCTEntryAggregateCTCollection(long ctEntryAggregateId,
long ctCollectionId)
hasCTEntryAggregateCTCollection in interface CTCollectionLocalServicepublic boolean hasCTEntryAggregateCTCollections(long ctEntryAggregateId)
hasCTEntryAggregateCTCollections in interface CTCollectionLocalServicepublic boolean hasCTEntryCTCollection(long ctEntryId,
long ctCollectionId)
hasCTEntryCTCollection in interface CTCollectionLocalServicepublic boolean hasCTEntryCTCollections(long ctEntryId)
hasCTEntryCTCollections in interface CTCollectionLocalServicepublic void setCTEntryAggregateCTCollections(long ctEntryAggregateId,
long[] ctCollectionIds)
setCTEntryAggregateCTCollections in interface CTCollectionLocalServicepublic void setCTEntryCTCollections(long ctEntryId,
long[] ctCollectionIds)
setCTEntryCTCollections in interface CTCollectionLocalServicepublic CTCollection updateCTCollection(CTCollection ctCollection)
updateCTCollection in interface CTCollectionLocalServicectCollection - the ct collectionpublic CTCollection updateStatus(long userId, CTCollection ctCollection, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateStatus in interface CTCollectionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CTCollectionLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionLocalService>public void setWrappedService(CTCollectionLocalService ctCollectionLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionLocalService>