Uses of Class
com.sap.platform.model.CecServiceModel
-
Packages that use CecServiceModel Package Description com.sap.platform.model Contains generated models for each type of com.sap.platform.jalo package.com.sap.platform.sapcpconfiguration.service com.sap.platform.sapcpconfiguration.service.impl -
-
Uses of CecServiceModel in com.sap.platform.model
Methods in com.sap.platform.model that return CecServiceModel Modifier and Type Method Description CecServiceModelAbstractCecServiceMappingModel. getCecService()Generated method - Getter of theAbstractCecServiceMapping.CecServiceattribute defined at extensionsapcpconfiguration.Methods in com.sap.platform.model with parameters of type CecServiceModel Modifier and Type Method Description voidAbstractCecServiceMappingModel. setCecService(CecServiceModel value)Generated method - Setter ofAbstractCecServiceMapping.CecServiceattribute defined at extensionsapcpconfiguration.Constructors in com.sap.platform.model with parameters of type CecServiceModel Constructor Description AbstractCecServiceMappingModel(CecServiceModel _CecService)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractCecServiceMappingModel(CecServiceModel _CecService, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBaseSiteCecServiceMappingModel(CecServiceModel _CecService, java.lang.String _baseSite)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBaseSiteCecServiceMappingModel(CecServiceModel _CecService, java.lang.String _baseSite, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CecServiceModel in com.sap.platform.sapcpconfiguration.service
Classes in com.sap.platform.sapcpconfiguration.service with type parameters of type CecServiceModel Modifier and Type Interface Description interfaceCecTechnicalUserLookup<T extends CecServiceModel,K extends CecTechnicalUserModel>Methods in com.sap.platform.sapcpconfiguration.service that return CecServiceModel Modifier and Type Method Description CecServiceModelSapCpConfigurationServices. getCecServiceForId(java.lang.String id)Methods in com.sap.platform.sapcpconfiguration.service with parameters of type CecServiceModel Modifier and Type Method Description BaseSiteCecServiceMappingModelSapCpConfigurationServices. getBaseSiteCecServiceMappingForId(java.lang.String id, CecServiceModel serviceModel) -
Uses of CecServiceModel in com.sap.platform.sapcpconfiguration.service.impl
Methods in com.sap.platform.sapcpconfiguration.service.impl that return CecServiceModel Modifier and Type Method Description CecServiceModelDefaultSapCpConfigurationService. getCecServiceForId(java.lang.String id)Methods in com.sap.platform.sapcpconfiguration.service.impl with parameters of type CecServiceModel Modifier and Type Method Description BaseSiteCecServiceMappingModelDefaultSapCpConfigurationService. getBaseSiteCecServiceMappingForId(java.lang.String id, CecServiceModel serviceModel)CecTechnicalUserModelDefaultCecTechnicalUserLookup. lookup(CecServiceModel cecServiceMdoel)
-