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 WizardModel
ReportWizardBuilder. buildModelSteps(ReportTO modelObject, WizardModel wizardModel)
IModel<ReportTO>
ReportDirectoryPanel.ReportDataProvider. model(ReportTO report)
protected Serializable
ReportWizardBuilder. onApplyInternal(ReportTO modelObject)
protected abstract void
ReportDirectoryPanel. 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 ReportTO
ReportRestClient. 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 void
ReportRestClient. create(ReportTO reportTO)
void
ReportRestClient. 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 ReportTO
ReportService. 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.Response
ReportService. create(@NotNull ReportTO reportTO)
Creates a new report.void
ReportService. 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 ReportTO
ReportLogic. create(ReportTO reportTO)
ReportTO
ReportLogic. delete(String key)
ReportTO
ReportLogic. read(String key)
protected ReportTO
ReportLogic. resolveReference(Method method, Object... args)
ReportTO
ReportLogic. 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 ReportTO
ReportLogic. create(ReportTO reportTO)
ReportTO
ReportLogic. 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 ReportTO
ReportDataBinder. getReportTO(Report report)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ReportTO Modifier and Type Method Description void
ReportDataBinder. 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 ReportTO
ReportDataBinderImpl. getReportTO(Report report)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ReportTO Modifier and Type Method Description void
ReportDataBinderImpl. 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 ReportTO
ReportServiceImpl. 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.Response
ReportServiceImpl. create(ReportTO reportTO)
void
ReportServiceImpl. update(ReportTO reportTO)
-