@AccessLevel(value=EXTERNAL)
public interface ServiceCenterProviderOffering
Modifier and Type | Method and Description |
---|---|
void |
cancelServiceCenterProviderOffering(curam.cpm.facade.struct.ServiceCenterProviderOfferingVersionedKey key)
Method used to cancel the service center provider offering.
|
curam.cpm.facade.struct.ServiceCenterProviderOfferingKey |
createServiceCenterProviderOffering(curam.cpm.facade.struct.ServiceCenterProviderOfferingDtls details)
Method used to add a provider offering to a service center.
|
void |
updateServiceCenterProviderOffering(curam.cpm.facade.struct.ServiceCenterProviderOfferingDtls details)
Method used to modify the service center provider offering details.
|
curam.cpm.facade.struct.ServiceCenterProviderOfferingDtls |
viewServiceCenterProviderOffering(curam.cpm.facade.struct.ServiceCenterProviderOfferingKey key)
Method used to display the service center provider offering details.
|
@AccessLevel(value=EXTERNAL) curam.cpm.facade.struct.ServiceCenterProviderOfferingKey createServiceCenterProviderOffering(curam.cpm.facade.struct.ServiceCenterProviderOfferingDtls details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cpm.facade.struct.ServiceCenterProviderOfferingDtls viewServiceCenterProviderOffering(curam.cpm.facade.struct.ServiceCenterProviderOfferingKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void updateServiceCenterProviderOffering(curam.cpm.facade.struct.ServiceCenterProviderOfferingDtls details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void cancelServiceCenterProviderOffering(curam.cpm.facade.struct.ServiceCenterProviderOfferingVersionedKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException