public abstract class AbstractGroovyRecord extends Object
Constructor and Description |
---|
AbstractGroovyRecord(de.uplanet.lucy.server.businesslogic.util.IDataRecord p_record) |
Modifier and Type | Method and Description |
---|---|
String |
getAppGuid()
Get the unique identifier of the application this record belongs to.
|
String |
getApplicationGuid()
Get the unique identifier of the application this record belongs to.
|
ApplicationInfo |
getApplicationInfo() |
Object |
getAt(String p_strKey) |
String |
getDataGroupGuid()
Get the unique identifier of the data group this record belongs to.
|
DataGroupInfo |
getDataGroupInfo() |
String |
getParentId() |
String |
getRecId() |
int |
getUserId() |
abstract boolean |
isWritable()
Check if the record is writable.
|
public AbstractGroovyRecord(de.uplanet.lucy.server.businesslogic.util.IDataRecord p_record)
p_record
- The data record.public abstract boolean isWritable()
true
if the record is writable, or false
otherwise.public String getApplicationGuid()
getAppGuid()
public String getAppGuid()
getApplicationGuid()
public ApplicationInfo getApplicationInfo()
public String getDataGroupGuid()
public DataGroupInfo getDataGroupInfo()
public String getRecId()
public String getParentId()
public int getUserId()