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 Constructor Description GroovySourcePage(IBinding p_binding)
GroovySourcePage(IProcessingContext p_ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
dump()
String
getAppGuid()
Returns the application GUID (Replacement for Reguest.get(rq_SourceAppGuid).String
getPageGuid()
Returns the application GUID (Replacement for Reguest.get(rq_SourcePageGuid).String
getRecId()
Returns the application GUID (Replacement for Reguest.get(rq_SourceRecId).
-
-
-
Constructor Detail
-
GroovySourcePage
public GroovySourcePage(IProcessingContext p_ctx)
-
GroovySourcePage
public GroovySourcePage(IBinding p_binding)
-
-
Method Detail
-
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.
-
-