Class GroovyDataCollection

java.lang.Object
groovy.lang.GroovyObjectSupport
de.uplanet.lucy.server.portlet.groovy.GroovyDataCollection
All Implemented Interfaces:
de.uplanet.lucy.server.portlet.groovy.IGroovyDataCollection, groovy.lang.GroovyObject

@Scriptable public final class GroovyDataCollection extends groovy.lang.GroovyObjectSupport implements de.uplanet.lucy.server.portlet.groovy.IGroovyDataCollection
  • Constructor Summary

    Constructors
    Constructor
    Description
    GroovyDataCollection(de.uplanet.lucy.server.businesslogic.rtappservices.IServerRecordDataCollection p_dataCollection)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uplanet.lucy.server.portlet.groovy.IGroovyDataRange
     
     

    Methods inherited from class groovy.lang.GroovyObjectSupport

    getMetaClass, setMetaClass

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface groovy.lang.GroovyObject

    getProperty, invokeMethod, setProperty
  • Constructor Details

    • GroovyDataCollection

      public GroovyDataCollection(de.uplanet.lucy.server.businesslogic.rtappservices.IServerRecordDataCollection p_dataCollection)
      Constructor.
      Parameters:
      p_dataCollection - The server record data collection.
  • Method Details

    • getDataRange

      public de.uplanet.lucy.server.portlet.groovy.IGroovyDataRange getDataRange(String p_guid)
      Specified by:
      getDataRange in interface de.uplanet.lucy.server.portlet.groovy.IGroovyDataCollection
    • getValueHolder

      public IValueHolder<?> getValueHolder(String p_guid)
      Specified by:
      getValueHolder in interface de.uplanet.lucy.server.portlet.groovy.IGroovyDataCollection