@ProviderType public class ReportInstanceLocalServiceWrapper extends java.lang.Object implements ReportInstanceLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ReportInstanceLocalService>
ReportInstanceLocalService.ReportInstanceLocalService| Constructor and Description |
|---|
ReportInstanceLocalServiceWrapper(ReportInstanceLocalService reportInstanceLocalService) |
| Modifier and Type | Method and Description |
|---|---|
ReportInstance |
addReportInstance(long userId,
java.lang.String reportKey,
java.lang.String className,
long classPK,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
ReportInstance |
addReportInstance(long userId,
java.lang.String reportKey,
java.lang.String className,
long classPK,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
ReportInstance |
addReportInstance(ReportInstance reportInstance)
Adds the report instance to the database.
|
ReportInstance |
createReportInstance(long reportInstanceId)
Creates a new report instance with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
ReportInstance |
deleteReportInstance(long reportInstanceId)
Deletes the report instance with the primary key from the database.
|
ReportInstance |
deleteReportInstance(ReportInstance reportInstance)
Deletes the report instance from the database.
|
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.
|
ReportInstance |
fetchReportInstance(long reportInstanceId) |
ReportInstance |
fetchReportInstance(java.lang.String reportKey,
java.lang.String className,
long classPK) |
ReportInstance |
fetchReportInstanceByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the report instance matching the UUID and group.
|
java.util.List<ReportInstance> |
findReportInstances(java.lang.String reportKey,
java.lang.String className,
long classPK) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
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) |
Report |
getReport(java.lang.String reportKey) |
ReportInstance |
getReportInstance(long reportInstanceId)
Returns the report instance with the primary key.
|
ReportInstance |
getReportInstanceByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the report instance matching the UUID and group.
|
int |
getReportInstanceCount(java.lang.String reportKey,
java.lang.String className,
long classPK) |
java.util.List<ReportInstance> |
getReportInstances(int start,
int end)
Returns a range of all the report instances.
|
java.util.List<ReportInstance> |
getReportInstances(long userId,
java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc) |
java.util.List<ReportInstance> |
getReportInstances(java.lang.String className,
long classPK) |
java.util.List<ReportInstance> |
getReportInstances(java.lang.String className,
long classPK,
int start,
int end) |
java.util.List<ReportInstance> |
getReportInstances(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc) |
java.util.List<ReportInstance> |
getReportInstancesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the report instances matching the UUID and company.
|
java.util.List<ReportInstance> |
getReportInstancesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ReportInstance> orderByComparator)
Returns a range of report instances matching the UUID and company.
|
int |
getReportInstancesCount()
Returns the number of report instances.
|
int |
getReportInstancesCount(java.lang.String className,
long classPK) |
ReportInstanceLocalService |
getWrappedService() |
BaseModelSearchResult<ReportInstance> |
searchReportInstances(long groupId,
long userId,
java.lang.String className,
long classPK,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
java.util.List<ReportInstance> |
searchReportInstances(long groupId,
java.lang.String className,
long classPK,
java.lang.String keywords,
int start,
int end) |
BaseModelSearchResult<ReportInstance> |
searchReportInstances(long groupId,
java.lang.String className,
long classPK,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
void |
setWrappedService(ReportInstanceLocalService reportInstanceLocalService) |
ReportInstance |
updateReportInstance(long reportInstanceId,
long userId,
java.lang.String reportKey,
java.lang.String className,
long classPK,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
ReportInstance |
updateReportInstance(ReportInstance reportInstance)
Updates the report instance in the database or adds it if it does not yet exist.
|
public ReportInstanceLocalServiceWrapper(ReportInstanceLocalService reportInstanceLocalService)
public ReportInstance addReportInstance(long userId, java.lang.String reportKey, java.lang.String className, long classPK, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addReportInstance in interface ReportInstanceLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ReportInstance addReportInstance(long userId, java.lang.String reportKey, java.lang.String className, long classPK, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addReportInstance in interface ReportInstanceLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ReportInstance addReportInstance(ReportInstance reportInstance)
addReportInstance in interface ReportInstanceLocalServicereportInstance - the report instancepublic ReportInstance createReportInstance(long reportInstanceId)
createReportInstance in interface ReportInstanceLocalServicereportInstanceId - the primary key for the new report instancepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface ReportInstanceLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic ReportInstance deleteReportInstance(long reportInstanceId) throws com.liferay.portal.kernel.exception.PortalException
deleteReportInstance in interface ReportInstanceLocalServicereportInstanceId - the primary key of the report instancePortalException - if a report instance with the primary key could not be foundpublic ReportInstance deleteReportInstance(ReportInstance reportInstance)
deleteReportInstance in interface ReportInstanceLocalServicereportInstance - the report instancepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface ReportInstanceLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface ReportInstanceLocalServicedynamicQuery - 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 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 QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.content.targeting.model.impl.ReportInstanceModelImpl. 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 ReportInstanceLocalServicedynamicQuery - 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 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 QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.content.targeting.model.impl.ReportInstanceModelImpl. 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 ReportInstanceLocalServicedynamicQuery - 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 ReportInstanceLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface ReportInstanceLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic ReportInstance fetchReportInstance(long reportInstanceId)
fetchReportInstance in interface ReportInstanceLocalServicepublic ReportInstance fetchReportInstance(java.lang.String reportKey, java.lang.String className, long classPK)
fetchReportInstance in interface ReportInstanceLocalServicepublic ReportInstance fetchReportInstanceByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchReportInstanceByUuidAndGroupId in interface ReportInstanceLocalServiceuuid - the report instance's UUIDgroupId - the primary key of the groupnull if a matching report instance could not be foundpublic java.util.List<ReportInstance> findReportInstances(java.lang.String reportKey, java.lang.String className, long classPK)
findReportInstances in interface ReportInstanceLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface ReportInstanceLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface ReportInstanceLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface ReportInstanceLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ReportInstanceLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface ReportInstanceLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic Report getReport(java.lang.String reportKey)
getReport in interface ReportInstanceLocalServicepublic ReportInstance getReportInstance(long reportInstanceId) throws com.liferay.portal.kernel.exception.PortalException
getReportInstance in interface ReportInstanceLocalServicereportInstanceId - the primary key of the report instancePortalException - if a report instance with the primary key could not be foundpublic ReportInstance getReportInstanceByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getReportInstanceByUuidAndGroupId in interface ReportInstanceLocalServiceuuid - the report instance's UUIDgroupId - the primary key of the groupPortalException - if a matching report instance could not be foundpublic int getReportInstanceCount(java.lang.String reportKey,
java.lang.String className,
long classPK)
getReportInstanceCount in interface ReportInstanceLocalServicepublic java.util.List<ReportInstance> getReportInstances(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 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 QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.content.targeting.model.impl.ReportInstanceModelImpl. 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.
getReportInstances in interface ReportInstanceLocalServicestart - the lower bound of the range of report instancesend - the upper bound of the range of report instances (not inclusive)public java.util.List<ReportInstance> getReportInstances(long userId, java.lang.String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
getReportInstances in interface ReportInstanceLocalServicepublic java.util.List<ReportInstance> getReportInstances(java.lang.String className, long classPK)
getReportInstances in interface ReportInstanceLocalServicepublic java.util.List<ReportInstance> getReportInstances(java.lang.String className, long classPK, int start, int end)
getReportInstances in interface ReportInstanceLocalServicepublic java.util.List<ReportInstance> getReportInstances(java.lang.String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
getReportInstances in interface ReportInstanceLocalServicepublic java.util.List<ReportInstance> getReportInstancesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getReportInstancesByUuidAndCompanyId in interface ReportInstanceLocalServiceuuid - the UUID of the report instancescompanyId - the primary key of the companypublic java.util.List<ReportInstance> getReportInstancesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ReportInstance> orderByComparator)
getReportInstancesByUuidAndCompanyId in interface ReportInstanceLocalServiceuuid - the UUID of the report instancescompanyId - the primary key of the companystart - the lower bound of the range of report instancesend - the upper bound of the range of report instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getReportInstancesCount()
getReportInstancesCount in interface ReportInstanceLocalServicepublic int getReportInstancesCount(java.lang.String className,
long classPK)
getReportInstancesCount in interface ReportInstanceLocalServicepublic BaseModelSearchResult<ReportInstance> searchReportInstances(long groupId, long userId, java.lang.String className, long classPK, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
searchReportInstances in interface ReportInstanceLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<ReportInstance> searchReportInstances(long groupId, java.lang.String className, long classPK, java.lang.String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
searchReportInstances in interface ReportInstanceLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BaseModelSearchResult<ReportInstance> searchReportInstances(long groupId, java.lang.String className, long classPK, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
searchReportInstances in interface ReportInstanceLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ReportInstance updateReportInstance(long reportInstanceId, long userId, java.lang.String reportKey, java.lang.String className, long classPK, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateReportInstance in interface ReportInstanceLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ReportInstance updateReportInstance(ReportInstance reportInstance)
updateReportInstance in interface ReportInstanceLocalServicereportInstance - the report instancepublic ReportInstanceLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ReportInstanceLocalService>public void setWrappedService(ReportInstanceLocalService reportInstanceLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ReportInstanceLocalService>