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()intbooleanisExists()Check if the record actually exists.abstract booleanCheck 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:
trueif the record is writable, orfalseotherwise.
-
isExists
public boolean isExists()Check if the record actually exists.- Returns:
trueif the record exists, orfalseotherwise.
-
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
-