org.csapi.fw.fw_enterprise_operator.service_subscription
Interface IpServiceProfileManagementOperations
- All Superinterfaces:
- IpInterfaceOperations
- All Known Subinterfaces:
- IpServiceProfileManagement
- All Known Implementing Classes:
- _IpServiceProfileManagementStub, IpServiceProfileManagementPOA, IpServiceProfileManagementPOATie
public interface IpServiceProfileManagementOperations
- extends IpInterfaceOperations
Generated from IDL interface "IpServiceProfileManagement"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
createServiceProfile
java.lang.String createServiceProfile(TpServiceProfileDescription serviceProfileDescription)
throws TpCommonExceptions,
P_ACCESS_DENIED
- Throws:
TpCommonExceptions
P_ACCESS_DENIED
modifyServiceProfile
void modifyServiceProfile(TpServiceProfile serviceProfile)
throws TpCommonExceptions,
P_ACCESS_DENIED,
P_INVALID_SERVICE_PROFILE_ID
- Throws:
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_SERVICE_PROFILE_ID
deleteServiceProfile
void deleteServiceProfile(java.lang.String serviceProfileID)
throws TpCommonExceptions,
P_ACCESS_DENIED,
P_INVALID_SERVICE_PROFILE_ID
- Throws:
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_SERVICE_PROFILE_ID
assign
void assign(java.lang.String sagID,
java.lang.String serviceProfileID)
throws P_INVALID_SAG_ID,
TpCommonExceptions,
P_ACCESS_DENIED,
P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT,
P_INVALID_SERVICE_PROFILE_ID
- Throws:
P_INVALID_SAG_ID
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT
P_INVALID_SERVICE_PROFILE_ID
deassign
void deassign(java.lang.String sagID,
java.lang.String serviceProfileID)
throws P_INVALID_SAG_ID,
TpCommonExceptions,
P_ACCESS_DENIED,
P_INVALID_SERVICE_PROFILE_ID
- Throws:
P_INVALID_SAG_ID
TpCommonExceptions
P_ACCESS_DENIED
P_INVALID_SERVICE_PROFILE_ID
requestConflictInfo
TpAssignSagToServiceProfileConflict[] requestConflictInfo()
throws TpCommonExceptions,
P_ACCESS_DENIED
- Throws:
TpCommonExceptions
P_ACCESS_DENIED
Copyright © 2008. All Rights Reserved.