|
SAP CC 1.0
API 4.2 (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.pnr.hci.SearchSubscriptionOp
public class SearchSubscriptionOp
This operation allows to retrieve subscriptions.
Subscriptions could be retreived by two way.
- First, a subscriptionSearchFilter can be used.
The filter allows to describe the subscription wanted.
- The second way, which is deprecated , is to specify the subscription code or/and
the offerCode or/and the subscriber or/and the subscription reference.
As this research system is deprecated, favour the first usage.
If the subscriptionSearchFilter is not null,
only this filter is used in order to retreive subscriptions (other attributes are forgotten).
IMPORTANT NOTE : If this operation is used in conjunction with some perimeter filter, the total item count (if required)
will be always set to -1.
SearchSubscriptionResult Operation Failure Exception :Operation available with roles :InvalidSearchExceptionServerFailureException
"csr" "admin" | XML Schema Fragment |
<xs:element name="searchSubscription">
<xs:complexType>
<xs:sequence>
<xs:element ref="subscriptionSearchFilter" minOccurs="0" maxOccurs="1"/>
<xs:element ref="additionalInformation" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="code" type="xs:string"/>
<xs:attribute name="offerCode" type="xs:string"/>
<xs:attribute name="reference" type="xs:string"/>
<xs:attribute name="fromCode" type="xs:string"/>
<xs:attribute name="maxSize" type="xs:integer"/>
</xs:complexType>
</xs:element> |
| Edition | Available On: | |||||||
| Rater | Updater | Backup | Guider | Charger | BulkLoader | BillingAssistant | EZTaxer | |
| Rate | no | yes | no | no | no | no | no | no |
| Charge | no | yes | no | no | no | no | no | no |
| Bill | no | yes | no | no | no | no | no | no |
| Full | no | yes | no | no | no | no | no | no |
| Field Summary | |
|---|---|
static java.lang.String |
OPERATION_NAME
|
| Constructor Summary | |
|---|---|
SearchSubscriptionOp()
Builds a search subscription operation. |
|
| Method Summary | |
|---|---|
void |
addCharacterData(java.lang.String cData)
Adds character data to the content element. |
void |
addChild(java.lang.String name,
XMLMarshallable child)
Adds a child to the objects, the child represents
the marshallable object to be added into the content tree. |
java.util.Vector<AdditionalInfoModel> |
getAdditionalInfos()
Deprecated. since Transactive 3.2, use the subscriptionSearchFilter. |
java.lang.String |
getCode()
Deprecated. since Transactive 3.2, use the subscriptionSearchFilter. |
SubscriptionSearchFilterModel |
getFilter()
Gets the subscription filter. |
java.lang.String |
getFromCode()
Gets the code of the subscription from which subscriptions should be fetched. |
java.math.BigDecimal |
getMaxSize()
Gets the maximum number of subscriptions to be retrieved for this operation. |
java.lang.String |
getName()
Gets the name of the operation. |
java.lang.String |
getOfferCode()
Deprecated. since Transactive 3.2, use the subscriptionSearchFilter. |
java.lang.String |
getReference()
Deprecated. since Transactive 3.2, use the subscriptionSearchFilter. |
void |
marshal(XMLOutputter output)
Gives an XML representation of this object, and of its children. |
void |
setAdditionalInfos(java.util.Vector<AdditionalInfoModel> infos)
Deprecated. since Transactive 3.2, use the subscriptionSearchFilter. |
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the tag beeing processed. |
void |
setCode(java.lang.String code)
Deprecated. since Transactive 3.2, use the subscriptionSearchFilter. |
void |
setFilter(SubscriptionSearchFilterModel filter)
Sets the subscription filter. |
void |
setFromCode(java.lang.String code)
Sets the from subscription code. |
void |
setMaxSize(java.math.BigDecimal max)
Sets a maximum number of subscriptions. |
void |
setOfferCode(java.lang.String oc)
Deprecated. since Transactive 3.2, use the subscriptionSearchFilter. |
void |
setReference(java.lang.String reference)
Deprecated. since Transactive 3.2, use the subscriptionSearchFilter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String OPERATION_NAME
| Constructor Detail |
|---|
public SearchSubscriptionOp()
| Method Detail |
|---|
public SubscriptionSearchFilterModel getFilter()
public void setFilter(SubscriptionSearchFilterModel filter)
filter - The filter to set.public java.lang.String getCode()
public void setCode(java.lang.String code)
code - the code of the subscription.public java.lang.String getReference()
public void setReference(java.lang.String reference)
reference - the reference of the subscription.public java.lang.String getOfferCode()
public void setOfferCode(java.lang.String oc)
oc - the offer code.public java.util.Vector<AdditionalInfoModel> getAdditionalInfos()
info.public void setAdditionalInfos(java.util.Vector<AdditionalInfoModel> infos)
infos - the list of additional info.public java.lang.String getFromCode()
public void setFromCode(java.lang.String code)
setMaxSize(BigDecimal).
code - the from subscription code.public java.math.BigDecimal getMaxSize()
public void setMaxSize(java.math.BigDecimal max)
max - the maximum number of subscriptions to be
retrieved for this operation.public java.lang.String getName()
getName in interface MessageOperationpublic void setAttributes(XMLAttributes atts)
XMLMarshallable
setAttributes in interface XMLMarshallableatts - the XML attributes of the current tag.public void addCharacterData(java.lang.String cData)
XMLMarshallable
addCharacterData in interface XMLMarshallablecData - the character data to be added.
public void addChild(java.lang.String name,
XMLMarshallable child)
XMLMarshallablechild represents
the marshallable object to be added into the content tree.
addChild in interface XMLMarshallablename - the name of tag for the child.child - the child to be added.public void marshal(XMLOutputter output)
XMLMarshallable
marshal in interface XMLMarshallableoutput - the XML output to marshall the object into.
|
SAP CC 1.0
API 4.2 (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
SAP Convergent Charging 1.0 (build R4.2.1.35.0.0)
CONVERGENT CHARGING 4.2
(c) Copyright 2009 SAP AG. All rights reserved.