Class GroupReportlet

  • All Implemented Interfaces:
    org.apache.syncope.core.persistence.api.dao.Reportlet

    public class GroupReportlet
    extends AbstractReportlet
    • Field Detail

      • realmDAO

        @Autowired
        protected org.apache.syncope.core.persistence.api.dao.RealmDAO realmDAO
      • groupDAO

        @Autowired
        protected org.apache.syncope.core.persistence.api.dao.GroupDAO groupDAO
      • searchDAO

        @Autowired
        protected org.apache.syncope.core.persistence.api.dao.AnySearchDAO searchDAO
      • groupDataBinder

        @Autowired
        protected org.apache.syncope.core.provisioning.api.data.GroupDataBinder groupDataBinder
      • searchCondVisitor

        @Autowired
        protected org.apache.syncope.core.persistence.api.search.SearchCondVisitor searchCondVisitor
      • conf

        protected org.apache.syncope.common.lib.report.GroupReportletConf conf
    • Constructor Detail

      • GroupReportlet

        public GroupReportlet()