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).
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).
exception e_applicationError
{
};
exception e_unknownServiceProfile
{
TINASubCommonTypes::t_ServiceProfileId spId;
};
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)