|
SAP CC 3.0 BART API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.bart.hci.SearchRatingSessionOp
public class SearchRatingSessionOp
The search rating session operation allows to retrieve any rating session using a
RatingSessionSearchFilterModel to build search criterias.
| XML Schema Fragment |
<xs:element name="searchRatingSession">
<xs:complexType>
<xs:sequence>
<xs:element ref="ratingSessionSearchFilter" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
| Constructor Summary | |
|---|---|
SearchRatingSessionOp()
Builds an empty operation. |
|
| Method Summary | |
|---|---|
void |
addCharacterData(java.lang.String cData)
|
void |
addChild(java.lang.String tagName,
XMLMarshallable child)
|
RatingSessionSearchFilterModel |
getFilter()
Gets the rating session filter. |
java.lang.String |
getName()
Gets the name. |
void |
marshal(XMLOutputter output)
|
void |
setAttributes(XMLAttributes atts)
|
void |
setFilter(RatingSessionSearchFilterModel filter)
Sets the rating session filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchRatingSessionOp()
| Method Detail |
|---|
public java.lang.String getName()
public RatingSessionSearchFilterModel getFilter()
public void setFilter(RatingSessionSearchFilterModel filter)
filter - the filter to apply.public void setAttributes(XMLAttributes atts)
public void addCharacterData(java.lang.String cData)
public void addChild(java.lang.String tagName,
XMLMarshallable child)
public void marshal(XMLOutputter output)
|
SAP CC 3.0 BART API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||