java.lang.Object
groovy.lang.GroovyObjectSupport
de.uplanet.lucy.server.businesslogic.util.scriptable.GroovySourcePage
All Implemented Interfaces:
groovy.lang.GroovyObject

@Scriptable public class GroovySourcePage extends groovy.lang.GroovyObjectSupport
  • Constructor Summary

    Constructors
    Constructor
    Description
    GroovySourcePage(de.uplanet.lucy.server.binding.IBinding p_binding)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the application GUID (Replacement for Reguest.get(rq_SourceAppGuid).
    Returns the application GUID (Replacement for Reguest.get(rq_SourcePageGuid).
    Returns the application GUID (Replacement for Reguest.get(rq_SourceRecId).

    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

    • GroovySourcePage

      public GroovySourcePage(IProcessingContext p_ctx)
    • GroovySourcePage

      public GroovySourcePage(de.uplanet.lucy.server.binding.IBinding p_binding)
  • Method Details

    • getAppGuid

      public String getAppGuid()
      Returns the application GUID (Replacement for Reguest.get(rq_SourceAppGuid).
      Returns:
      Returns the application GUID of the caller page (could be null).
    • getPageGuid

      public String getPageGuid()
      Returns the application GUID (Replacement for Reguest.get(rq_SourcePageGuid).
      Returns:
      Returns the page GUID of the caller page.
    • getRecId

      public String getRecId()
      Returns the application GUID (Replacement for Reguest.get(rq_SourceRecId).
      Returns:
      Returns the record id of the caller page or null if no record id exists.
    • dump

      public String dump()
      Returns:
      Dumps the object.