org.csapi.fw.fw_enterprise_operator.service_subscription
Interface IpServiceContractManagementOperations
- All Superinterfaces:
- IpInterfaceOperations
- All Known Subinterfaces:
- IpServiceContractManagement
- All Known Implementing Classes:
- _IpServiceContractManagementStub, IpServiceContractManagementPOA, IpServiceContractManagementPOATie
public interface IpServiceContractManagementOperations
- extends IpInterfaceOperations
Generated from IDL interface "IpServiceContractManagement"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
createServiceContract
java.lang.String createServiceContract(TpServiceContractDescription serviceContractDescription)
throws P_INVALID_SERVICE_ID,
TpCommonExceptions,
P_ACCESS_DENIED
- Throws:
P_INVALID_SERVICE_ID
TpCommonExceptions
P_ACCESS_DENIED
modifyServiceContract
void modifyServiceContract(TpServiceContract serviceContract)
throws P_INVALID_SERVICE_ID,
TpCommonExceptions,
P_INVALID_SERVICE_CONTRACT_ID,
P_ACCESS_DENIED
- Throws:
P_INVALID_SERVICE_ID
TpCommonExceptions
P_INVALID_SERVICE_CONTRACT_ID
P_ACCESS_DENIED
deleteServiceContract
void deleteServiceContract(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 © 2008. All Rights Reserved.