|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sap.mdm.data.ResultDefinition
This class is set of result definitions defining structure of the records retrieved from the MDM repository.
| Field Summary | |
static int |
ALL_FIELDS
Deprecated. use the same constant in ResultDefinitionExt class |
static int |
DISPLAY_FIELDS
Deprecated. use the same constant in ResultDefinitionExt class |
static int |
NO_FIELDS
Deprecated. use the same constant in ResultDefinitionExt class |
| Constructor Summary | |
ResultDefinition(TableId tableId)
|
|
| Method Summary | |
void |
addSelectField(FieldId fieldId)
Add field ID to the list of selected fields - fields that should be populated during request evaluation |
void |
clearAllSelectFields()
Clear list of selected fields |
int |
getCutoffPiority()
Get priority cutoff - lowest priority to return (1-100). |
int |
getFieldSelectionType()
Deprecated. user ResultDefinitionExt.getFieldSelectionType |
SortDefinition |
getFieldSortingOrder()
Returns the field sorting order. |
FieldId[] |
getSelectFields()
Get array of selected fields - fields that should be populated during request evaluation |
TableId |
getTable()
Get ID of table that defines a result set |
boolean |
isFilterQualifiedLinks()
Specify if the qualified links should be filtered |
boolean |
isLoadAttributes()
Specify if the taxonomy attributes should be loaded together with the fields |
void |
removeSelectField(FieldId fieldId)
Remove field ID from the list of selected fields - fields that should be populated during request evaluation |
void |
setCutoffPriority(int cutoffPriority)
Set priority cutoff - lowest priority to return (1-100). |
void |
setFieldSelectionType(int selectionType)
Deprecated. user ResultDefinitionExt.setFieldSelectionType |
void |
setFieldSortingOrder(SortDefinition fieldSorting)
Sets the field sorting order (optional). |
void |
setFilterQualifiedLinks(boolean isFilterQualifiedLinks)
Define if the qualified links should be filtered. |
void |
setLoadAttributes(boolean isLoadAttributes)
Specify if the taxonomy attributes should be loaded together with the fields. |
void |
setSelectFields(FieldId[] fieldIds)
Set array of selected fields - fields that should be populated during request evaluation |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ALL_FIELDS
public static final int DISPLAY_FIELDS
public static final int NO_FIELDS
| Constructor Detail |
public ResultDefinition(TableId tableId)
| Method Detail |
public TableId getTable()
public void addSelectField(FieldId fieldId)
fieldId - field IDpublic void removeSelectField(FieldId fieldId)
fieldId - field IDpublic FieldId[] getSelectFields()
public void setSelectFields(FieldId[] fieldIds)
fieldIds - array of IDs for all fields that should be selectedpublic int getFieldSelectionType()
public void setFieldSelectionType(int selectionType)
selectionType - field selection typepublic void clearAllSelectFields()
public boolean isLoadAttributes()
public void setLoadAttributes(boolean isLoadAttributes)
isLoadAttributes - public int getCutoffPiority()
public void setCutoffPriority(int cutoffPriority)
cutoffPriority - priority cutoffpublic SortDefinition getFieldSortingOrder()
public void setFieldSortingOrder(SortDefinition fieldSorting)
fieldSorting - the field sorting orderpublic boolean isFilterQualifiedLinks()
public void setFilterQualifiedLinks(boolean isFilterQualifiedLinks)
isFilterQualifiedLinks - define if the qualified links should be filtered
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright 2004-2007 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.