com.sap.businessobjects.platform.search.common
Class DataSearchResult

java.lang.Object
  extended by com.sap.businessobjects.platform.search.common.DataSearchResult
Direct Known Subclasses:
InfoBlockRetrieveResponse

public class DataSearchResult
extends java.lang.Object


Field Summary
static java.lang.String CONTENT
          Content
static int DEFAULT_MAX_VALUES
          Default maximum values
static java.lang.String NAMESPACE
          Namse space
static java.lang.String RESPONSE
          Response string
static java.lang.String RESPONSE_CLASS
          Response Class
static java.lang.String RESULT
          Result String
 
Constructor Summary
DataSearchResult()
           
 
Method Summary
 void fromXML(XmlPullParser parser)
          Processing from XML
 java.util.ArrayList getInfoBlocks()
           
 OutputType getOutputType()
           
 java.lang.String getSearchLocale()
           
 java.lang.String getSearchType()
           
 void parseInfoBlocks(XmlPullParser xpp)
          Pasrses the Info blocks
 void setInfoBlocks(java.util.ArrayList infoBlocks)
          sets the infoBlocks using the specified list of infoBlocks
 void setOutputType(OutputType outputType)
          Sets the output type
 void setPluginMgr(IPluginMgr pluginMgr)
          Sets the Plugin Manager
 void setSearchType(DataSearchProtocolConstants.SearchType type)
           
 void setSession(ISecuritySession session)
          Sets the session
 void toXML(XmlSerializer xs)
          Serializes data to XML file
 void writeInfoBlock(InfoBlock block, XmlSerializer xs)
           
 void writeInfoBlocks(XmlSerializer xs)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
Namse space

See Also:
Constant Field Values

RESPONSE

public static java.lang.String RESPONSE
Response string


RESULT

public static java.lang.String RESULT
Result String


RESPONSE_CLASS

public static java.lang.String RESPONSE_CLASS
Response Class


CONTENT

public static java.lang.String CONTENT
Content


DEFAULT_MAX_VALUES

public static final int DEFAULT_MAX_VALUES
Default maximum values

See Also:
Constant Field Values
Constructor Detail

DataSearchResult

public DataSearchResult()
Method Detail

getSearchLocale

public java.lang.String getSearchLocale()
Returns:
Returns the Search Locale

setSession

public void setSession(ISecuritySession session)
Sets the session

Parameters:
session -

setPluginMgr

public void setPluginMgr(IPluginMgr pluginMgr)
Sets the Plugin Manager

Parameters:
pluginMgr -

getInfoBlocks

public java.util.ArrayList getInfoBlocks()
Returns:
returns the list of infoblocks

setInfoBlocks

public void setInfoBlocks(java.util.ArrayList infoBlocks)
sets the infoBlocks using the specified list of infoBlocks

Parameters:
infoBlocks -

toXML

public void toXML(XmlSerializer xs)
           throws java.lang.Exception
Serializes data to XML file

Throws:
java.lang.Exception

writeInfoBlocks

public void writeInfoBlocks(XmlSerializer xs)
                     throws java.lang.Exception
Throws:
java.lang.Exception

writeInfoBlock

public void writeInfoBlock(InfoBlock block,
                           XmlSerializer xs)
                    throws java.lang.Exception
Throws:
java.lang.Exception

fromXML

public void fromXML(XmlPullParser parser)
             throws java.lang.Exception
Processing from XML

Throws:
java.lang.Exception

parseInfoBlocks

public void parseInfoBlocks(XmlPullParser xpp)
                     throws java.lang.Exception
Pasrses the Info blocks

Parameters:
xpp -
Throws:
java.lang.Exception

getOutputType

public OutputType getOutputType()
Returns:
returns the output type

setOutputType

public void setOutputType(OutputType outputType)
Sets the output type

Parameters:
outputType -

getSearchType

public java.lang.String getSearchType()

setSearchType

public void setSearchType(DataSearchProtocolConstants.SearchType type)