Class AbstractGroovyRecord
java.lang.Object
de.uplanet.lucy.server.businesslogic.scripting.groovy.AbstractGroovyRecord
- Direct Known Subclasses:
ReadOnlyGroovyRecord
,ReadWriteGroovyRecord
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAbstractGroovyRecord
(de.uplanet.lucy.server.businesslogic.util.IDataRecord p_record) -
Method Summary
Modifier and TypeMethodDescriptionGet the unique identifier of the application this record belongs to.Get the unique identifier of the application this record belongs to.Get the unique identifier of the data group this record belongs to.getRecId()
int
boolean
isExists()
Check if the record actually exists.abstract boolean
Check if the record is writable.
-
Constructor Details
-
AbstractGroovyRecord
public AbstractGroovyRecord(de.uplanet.lucy.server.businesslogic.util.IDataRecord p_record) - Parameters:
p_record
- The data record.
-
-
Method Details
-
isWritable
public abstract boolean isWritable()Check if the record is writable.- Returns:
true
if the record is writable, orfalse
otherwise.
-
isExists
public boolean isExists()Check if the record actually exists.- Returns:
true
if the record exists, orfalse
otherwise.
-
getApplicationGuid
Get the unique identifier of the application this record belongs to.- Returns:
- The application's unique identifier.
- See Also:
-
getAppGuid
Get the unique identifier of the application this record belongs to.- Returns:
- The application's unique identifier.
- See Also:
-
getApplicationInfo
-
getDataGroupGuid
Get the unique identifier of the data group this record belongs to.- Returns:
- The data group's unique identifier.
-
getDataGroupInfo
-
getRecId
-
getParentId
-
getUserId
public int getUserId() -
getAt
- Throws:
de.uplanet.lucy.server.businesslogic.BlException
-