Uses of Class
org.apache.syncope.common.lib.to.ReportTO
-
-
Uses of ReportTO in org.apache.syncope.client.console.reports
Methods in org.apache.syncope.client.console.reports that return types with arguments of type ReportTO Modifier and Type Method Description ActionsPanel<ReportTO>ReportDirectoryPanel. getActions(IModel<ReportTO> model)protected List<IColumn<ReportTO,String>>ReportDirectoryPanel. getColumns()Iterator<ReportTO>ReportDirectoryPanel.ReportDataProvider. iterator(long first, long count)IModel<ReportTO>ReportDirectoryPanel.ReportDataProvider. model(ReportTO report)Methods in org.apache.syncope.client.console.reports with parameters of type ReportTO Modifier and Type Method Description protected WizardModelReportWizardBuilder. buildModelSteps(ReportTO modelObject, WizardModel wizardModel)IModel<ReportTO>ReportDirectoryPanel.ReportDataProvider. model(ReportTO report)protected SerializableReportWizardBuilder. onApplyInternal(ReportTO modelObject)protected abstract voidReportDirectoryPanel. viewReportExecs(ReportTO reportTO, AjaxRequestTarget target)Method parameters in org.apache.syncope.client.console.reports with type arguments of type ReportTO Modifier and Type Method Description ActionsPanel<ReportTO>ReportDirectoryPanel. getActions(IModel<ReportTO> model)Constructors in org.apache.syncope.client.console.reports with parameters of type ReportTO Constructor Description Profile(ReportTO modelObject, ReportWizardBuilder.Configuration configuration)ReportExecutionDetails(ReportTO reportTO, PageReference pageRef)ReportWizardBuilder(ReportTO reportTO, ImplementationRestClient implementationRestClient, ReportRestClient reportRestClient, MIMETypesLoader mimeTypesLoader, PageReference pageRef)Schedule(ReportTO modelObject) -
Uses of ReportTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return ReportTO Modifier and Type Method Description ReportTOReportRestClient. read(String reportKey)Methods in org.apache.syncope.client.console.rest that return types with arguments of type ReportTO Modifier and Type Method Description List<ReportTO>ReportRestClient. list()Methods in org.apache.syncope.client.console.rest with parameters of type ReportTO Modifier and Type Method Description voidReportRestClient. create(ReportTO reportTO)voidReportRestClient. update(ReportTO reportTO) -
Uses of ReportTO in org.apache.syncope.client.console.widgets
Fields in org.apache.syncope.client.console.widgets with type parameters of type ReportTO Modifier and Type Field Description protected BaseModal<ReportTO>JobWidget. reportModal -
Uses of ReportTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return ReportTO Modifier and Type Method Description ReportTOReportService. read(@NotNull String key)Returns report with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type ReportTO Modifier and Type Method Description List<ReportTO>ReportService. list()Returns a list of all existing reports.Methods in org.apache.syncope.common.rest.api.service with parameters of type ReportTO Modifier and Type Method Description javax.ws.rs.core.ResponseReportService. create(@NotNull ReportTO reportTO)Creates a new report.voidReportService. update(@NotNull ReportTO reportTO)Updates report with matching key. -
Uses of ReportTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ReportTO Modifier and Type Method Description ReportTOReportLogic. create(ReportTO reportTO)ReportTOReportLogic. delete(String key)ReportTOReportLogic. read(String key)protected ReportTOReportLogic. resolveReference(Method method, Object... args)ReportTOReportLogic. update(ReportTO reportTO)Methods in org.apache.syncope.core.logic that return types with arguments of type ReportTO Modifier and Type Method Description List<ReportTO>ReportLogic. list()Methods in org.apache.syncope.core.logic with parameters of type ReportTO Modifier and Type Method Description ReportTOReportLogic. create(ReportTO reportTO)ReportTOReportLogic. update(ReportTO reportTO) -
Uses of ReportTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return ReportTO Modifier and Type Method Description ReportTOReportDataBinder. getReportTO(Report report)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ReportTO Modifier and Type Method Description voidReportDataBinder. getReport(Report report, ReportTO reportTO) -
Uses of ReportTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return ReportTO Modifier and Type Method Description ReportTOReportDataBinderImpl. getReportTO(Report report)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ReportTO Modifier and Type Method Description voidReportDataBinderImpl. getReport(Report report, ReportTO reportTO) -
Uses of ReportTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return ReportTO Modifier and Type Method Description ReportTOReportServiceImpl. read(String key)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type ReportTO Modifier and Type Method Description List<ReportTO>ReportServiceImpl. list()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type ReportTO Modifier and Type Method Description javax.ws.rs.core.ResponseReportServiceImpl. create(ReportTO reportTO)voidReportServiceImpl. update(ReportTO reportTO)
-