|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldDescriptor | |
com.sap.ip.me.api.smartsync |
Uses of FieldDescriptor in com.sap.ip.me.api.smartsync |
Methods in com.sap.ip.me.api.smartsync that return FieldDescriptor | |
FieldDescriptor |
RowDescriptor.getKeyFieldDescriptor()
Returns the key field's FieldDescriptor. |
FieldDescriptor |
RowDescriptor.getFieldDescriptor(java.lang.String fieldName)
Returns the FieldDescriptor instance for the speficied field name |
FieldDescriptor |
RelationDescriptor.getRelatingFieldDescriptor()
Returns the FieldDescriptor instance of the relating field. |
FieldDescriptor |
FieldDescriptorIterator.next()
Returns the next FieldDescriptor in the iteration |
FieldDescriptor |
Field.getFieldDescriptor()
Returns The FieldDescriptor of the Field object. |
Methods in com.sap.ip.me.api.smartsync with parameters of type FieldDescriptor | |
Condition |
SmartSyncQueryFactory.createCondition(FieldDescriptor fieldDescriptor,
RelationalOperatorType relationalOperator,
java.lang.Object value)
Returns a Condition instance for the specified FieldDescriptor, RelationalOperatorType and value. |
SortOrder |
SmartSyncQueryFactory.createSortOrder(FieldDescriptor fieldDescriptor,
boolean isAscending)
Returns a simple SortOrder instance for the specified FieldDescriptor and sort order flag. |
abstract JQueryAttribute |
SmartSyncJQueryFactory.createAttribute(FieldDescriptor fieldName)
Create a query attribute. |
abstract JQueryAttribute |
SmartSyncJQueryFactory.createAttribute(FieldDescriptor fieldName,
java.lang.Object tag)
Create a query attribute. |
int |
RowDescriptor.getFieldIndex(FieldDescriptor fieldDescriptor)
Returns the index number of the field attribute for the specified FieldDescriptor |
boolean |
RowDescriptor.hasFieldDescriptor(FieldDescriptor fieldDescriptor)
Returns a boolean value indicating whether the specified FieldDescriptor is a member of this RowDescriptor instance. |
java.lang.Object |
Row.getFieldValue(FieldDescriptor fieldDescriptor)
Deprecated. since 2.5. Use new MI 2.5 data types in conjunction with Field.getValue() instead. |
void |
Row.setFieldValue(FieldDescriptor fieldDescriptor,
java.lang.Object fieldValue)
Deprecated. use Row.modifyFieldValue(FieldDescriptor, Object) |
Field |
Row.getField(FieldDescriptor fieldDescriptor)
Retrieve a Field object for a specific FieldDescriptor. |
DateField |
Row.getDateField(FieldDescriptor fieldDescriptor)
Retrieve a DateField object for a specific FieldDescriptor. |
TimeField |
Row.getTimeField(FieldDescriptor fieldDescriptor)
Retrieve a TimeField object for a specific FieldDescriptor. |
NumericField |
Row.getNumericField(FieldDescriptor fieldDescriptor)
Retrieve a NumericField object for a specific FieldDescriptor. |
DecimalField |
Row.getDecimalField(FieldDescriptor fieldDescriptor)
Retrieve a DecimalField object for a specific FieldDescriptor. |
CharacterField |
Row.getCharacterField(FieldDescriptor fieldDescriptor)
Retrieve a StringField object for a specific FieldDescriptor. |
void |
Row.modifyFieldValue(FieldDescriptor field,
java.lang.Object fieldValue)
Modifies the field value of this Row. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |