|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sap.businessobjects.platform.search.common.DataSearchResult
com.sap.businessobjects.platform.search.common.InfoBlockRetrieveResponse
public class InfoBlockRetrieveResponse
Represents the Info Block Retrieve Response
| Field Summary | |
|---|---|
static int |
DEFAULT_MAX_VALUES
Default Maximum Values |
static java.lang.String |
NAMESPACE
Name space |
static java.lang.String |
RESPONSE
Response |
static java.lang.String |
RESPONSE_CLASS
Respnonse Class |
static java.lang.String |
RESULT
Result |
| Fields inherited from class com.sap.businessobjects.platform.search.common.DataSearchResult |
|---|
CONTENT |
| Constructor Summary | |
|---|---|
InfoBlockRetrieveResponse()
|
|
| Method Summary | |
|---|---|
void |
fromXML(XmlPullParser parser)
from XML Processing |
InfoBlock |
getBlock()
|
static DataSearchProtocolConstants.DataType |
getDataTypeFromOrdinal(int ordinal)
Gets the Data type from ordinal for the data search protocol constant |
java.lang.String |
getSearchLocale()
|
void |
parseInfoBlock(XmlPullParser xpp)
Parses the infoblock |
IRowSet |
parseInfoBlockData(XmlPullParser xpp)
Parses the info block data |
InfoBlockMetadata |
parseInfoBlockMetadata(XmlPullParser xpp)
Parses the info block metadata |
void |
setBlock(InfoBlock block)
sets the value of block |
void |
setPluginMgr(IPluginMgr pluginMgr)
Sets the plugin Manager |
void |
setSession(ISecuritySession session)
Sets the Session |
void |
toXML(XmlSerializer serializer)
Serializes data to XML file |
void |
writeInfoBlock(XmlSerializer serializer)
|
void |
writeInfoBlockData(IRowSet rowset,
XmlSerializer xs,
InfoBlockMetadata metadata)
Writes the InfoBlockMetaData |
void |
writeInfoBlockMetadata(InfoBlockMetadata metadata,
XmlSerializer xs)
|
| Methods inherited from class com.sap.businessobjects.platform.search.common.DataSearchResult |
|---|
getInfoBlocks, getOutputType, getSearchType, parseInfoBlocks, setInfoBlocks, setOutputType, setSearchType, writeInfoBlock, writeInfoBlocks |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAMESPACE
public static java.lang.String RESPONSE
public static java.lang.String RESULT
public static java.lang.String RESPONSE_CLASS
public static final int DEFAULT_MAX_VALUES
| Constructor Detail |
|---|
public InfoBlockRetrieveResponse()
| Method Detail |
|---|
public InfoBlock getBlock()
public void setBlock(InfoBlock block)
block - public java.lang.String getSearchLocale()
getSearchLocale in class DataSearchResultpublic void setSession(ISecuritySession session)
setSession in class DataSearchResultsession - public void setPluginMgr(IPluginMgr pluginMgr)
setPluginMgr in class DataSearchResultpluginMgr -
public void toXML(XmlSerializer serializer)
throws java.lang.Exception
toXML in class DataSearchResultjava.lang.Exception
public void writeInfoBlock(XmlSerializer serializer)
throws java.lang.Exception
java.lang.Exception
public void writeInfoBlockData(IRowSet rowset,
XmlSerializer xs,
InfoBlockMetadata metadata)
throws java.lang.Exception
rowset - xs - metadata -
java.lang.Exception
public void writeInfoBlockMetadata(InfoBlockMetadata metadata,
XmlSerializer xs)
throws java.lang.Exception
java.lang.Exception
public void fromXML(XmlPullParser parser)
throws java.lang.Exception
fromXML in class DataSearchResultjava.lang.Exception
public void parseInfoBlock(XmlPullParser xpp)
throws java.lang.Exception
xpp -
java.lang.Exception
public InfoBlockMetadata parseInfoBlockMetadata(XmlPullParser xpp)
throws java.lang.Exception
java.lang.Exception
public IRowSet parseInfoBlockData(XmlPullParser xpp)
throws java.lang.Exception
xpp -
java.lang.Exceptionpublic static DataSearchProtocolConstants.DataType getDataTypeFromOrdinal(int ordinal)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||