Class GroovySourcePage
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 -
Method Summary
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClassMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
GroovySourcePage
-
GroovySourcePage
public GroovySourcePage(de.uplanet.lucy.server.binding.IBinding p_binding)
-
-
Method Details
-
getAppGuid
Returns the application GUID (Replacement for Reguest.get(rq_SourceAppGuid).- Returns:
- Returns the application GUID of the caller page (could be
null).
-
getPageGuid
Returns the application GUID (Replacement for Reguest.get(rq_SourcePageGuid).- Returns:
- Returns the page GUID of the caller page.
-
getRecId
Returns the application GUID (Replacement for Reguest.get(rq_SourceRecId).- Returns:
- Returns the record id of the caller page or
nullif no record id exists.
-
dump
- Returns:
- Dumps the object.
-