| |
|
| java.lang.Object com.sun.portal.siebelportlet.util.SiebelResponseUtils
SiebelResponseUtils | public class SiebelResponseUtils (Code) | | This class provides the utility methods to get parse the Siebel response
version: 1.0 author: Deepak H P |
getAccountDetails | public static Vector getAccountDetails(String resStr)(Code) | | This method parses the Siebel response to a vector containing
the Account Details
|
getAccountSummary | public static Vector getAccountSummary(String resStr)(Code) | | This method parses the Siebel response to a vector containing
the Account Summary
|
getActivityDetails | public static Vector getActivityDetails(String resStr)(Code) | | This method parses the Siebel response to a vector containing
the Activity Details
|
getContactDetails | public static Vector getContactDetails(String resStr)(Code) | | This method parses the Siebel response to a vector containing
the Contact Details
|
getForecastDetails | public static Vector getForecastDetails(String resStr)(Code) | | This method parses the Siebel response to a vector containing
the Revenue Forecast Details
|
getInvoiceDetails | public static Vector getInvoiceDetails(String resStr)(Code) | | This method parses the Siebel response to a vector containing
the Invoice Details
|
getOpportunityDetails | public static Vector getOpportunityDetails(String resStr)(Code) | | This method parses the Siebel response to a vector containing
the Opportunity Details
|
|
|
|