Interface AbstractGroovyRecord.IGroovyRecord
- Enclosing class:
AbstractGroovyRecord
public static interface AbstractGroovyRecord.IGroovyRecord
-
Method Summary
Modifier and TypeMethodDescriptiongetRecId()
int
IValueHolder
<?> getValueHolderByFieldGuid
(String p_strKey) boolean
The record exists or notvoid
setValue
(String p_strFieldGuid, IValueHolder<?> p_vh) Sets a value of the record.
-
Method Details
-
recordExists
boolean recordExists()The record exists or not- Returns:
- Returns
true
if the record exists
-
getAppGuid
String getAppGuid()- Returns:
- Returns the application GUID.
-
getDataGroupGuid
String getDataGroupGuid()- Returns:
- Returns the data group GUID.
-
getParentId
String getParentId()- Returns:
- Returns the parent ID.
-
getUserId
int getUserId()- Returns:
- Returns the User Id;
-
getValueHolderByFieldGuid
- Parameters:
p_strKey
- The field GUID- Returns:
- Returns the value of the field.
-
getRecId
String getRecId()- Returns:
- Returns the record ID
-
setValue
Sets a value of the record.- Parameters:
p_strFieldGuid
- The field GUUDp_vh
- The value to overwrite.
-