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
-
Method Summary
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
-
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
null
if no record id exists.
-
dump
- Returns:
- Dumps the object.
-