Class ReportDocGroovyHelper
java.lang.Object
net.datenwerke.rs.reportdoc.service.helper.ReportDocGroovyHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindObject(String objectLocation, Class<? extends Right>... rights) findObjects(String objectLocation, Class<? extends Right>... rights) <T> List<T> getEntitiesByType(Class<T> type) getInstance(Class<?> type) voidsetSession(TerminalSession session)
-
Constructor Details
-
ReportDocGroovyHelper
public ReportDocGroovyHelper(Injector injector)
-
-
Method Details
-
getInstance
-
findObject
public Object findObject(String objectLocation, Class<? extends Right>... rights) throws ObjectResolverException - Throws:
ObjectResolverException
-
findObjects
public Collection<Object> findObjects(String objectLocation, Class<? extends Right>... rights) throws ObjectResolverException - Throws:
ObjectResolverException
-
getEntitiesByType
-
setSession
-