org.csapi.fw.fw_enterprise_operator.service_subscription
Interface IpServiceContractInfoQueryOperations

All Superinterfaces:
IpInterfaceOperations
All Known Subinterfaces:
IpServiceContractInfoQuery
All Known Implementing Classes:
_IpServiceContractInfoQueryStub, IpServiceContractInfoQueryPOA, IpServiceContractInfoQueryPOATie

public interface IpServiceContractInfoQueryOperations
extends IpInterfaceOperations

Generated from IDL interface "IpServiceContractInfoQuery"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004

Method Summary
 TpServiceContractDescription describeServiceContract(java.lang.String serviceContractID)
           
 java.lang.String[] listServiceContracts()
           
 java.lang.String[] listServiceProfiles(java.lang.String serviceContractID)
           
 

Method Detail

describeServiceContract

TpServiceContractDescription describeServiceContract(java.lang.String serviceContractID)
                                                     throws TpCommonExceptions,
                                                            P_INVALID_SERVICE_CONTRACT_ID,
                                                            P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_INVALID_SERVICE_CONTRACT_ID
P_ACCESS_DENIED

listServiceContracts

java.lang.String[] listServiceContracts()
                                        throws TpCommonExceptions,
                                               P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_ACCESS_DENIED

listServiceProfiles

java.lang.String[] listServiceProfiles(java.lang.String serviceContractID)
                                       throws TpCommonExceptions,
                                              P_INVALID_SERVICE_CONTRACT_ID,
                                              P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_INVALID_SERVICE_CONTRACT_ID
P_ACCESS_DENIED


Copyright © 2009. All Rights Reserved.