Interface TINAScsServiceContractInfoAccess::i_ServiceContractInfoQuery

interface i_ServiceContractInfoQuery

i_ServiceContractInfoQuery Behavior: This interface is used to retrieve the service profiles related to the service contract. It is used by the Subscriber Manager (SubM).



Operation Index

getServiceProfiles
This operation returns the service profiles associated to the service contract. If a (list of) SAG(s) is specified it returns the set of SAG service profile for that(those) SAG(s).

Exception Index

e_applicationError
e_unknownServiceProfile

Operations

getServiceProfiles
void getServiceProfiles(in TINASubCommonTypes::t_ServiceProfileIdList spIdList,
                        out TINASubCommonTypes::t_ServiceProfileList serviceProfileList)
    raises(e_applicationError,
           e_unknownServiceProfile);

This operation returns the service profiles associated to the service contract. If a (list of) SAG(s) is specified it returns the set of SAG service profile for that(those) SAG(s).



Exceptions

e_applicationError
exception e_applicationError
{
};
e_unknownServiceProfile
exception e_unknownServiceProfile
{
    TINASubCommonTypes::t_ServiceProfileId spId;
};

Generated by the OmniBroker IDL-to-HTML translator (non-commercial)