Uses of Class
com.sap.platform.model.CecTechnicalUserModel
-
Packages that use CecTechnicalUserModel 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 CecTechnicalUserModel in com.sap.platform.model
Methods in com.sap.platform.model that return CecTechnicalUserModel Modifier and Type Method Description CecTechnicalUserModelAbstractCecServiceMappingModel. getCecTechnicalUser()Generated method - Getter of theAbstractCecServiceMapping.CecTechnicalUserattribute defined at extensionsapcpconfiguration.Methods in com.sap.platform.model with parameters of type CecTechnicalUserModel Modifier and Type Method Description voidAbstractCecServiceMappingModel. setCecTechnicalUser(CecTechnicalUserModel value)Generated method - Setter ofAbstractCecServiceMapping.CecTechnicalUserattribute defined at extensionsapcpconfiguration. -
Uses of CecTechnicalUserModel in com.sap.platform.sapcpconfiguration.service
Classes in com.sap.platform.sapcpconfiguration.service with type parameters of type CecTechnicalUserModel Modifier and Type Interface Description interfaceCecTechnicalUserLookup<T extends CecServiceModel,K extends CecTechnicalUserModel>Methods in com.sap.platform.sapcpconfiguration.service with parameters of type CecTechnicalUserModel Modifier and Type Method Description <T> java.util.Map<java.lang.String,java.lang.String>SapCpConfigurationServices. buildSapCpConfiguration(CecTechnicalUserModel clientCredential, java.lang.Class<T> clientType) -
Uses of CecTechnicalUserModel in com.sap.platform.sapcpconfiguration.service.impl
Methods in com.sap.platform.sapcpconfiguration.service.impl that return CecTechnicalUserModel Modifier and Type Method Description CecTechnicalUserModelDefaultCecTechnicalUserLookup. lookup(CecServiceModel cecServiceMdoel)Methods in com.sap.platform.sapcpconfiguration.service.impl with parameters of type CecTechnicalUserModel Modifier and Type Method Description <T> java.util.Map<java.lang.String,java.lang.String>DefaultSapCpConfigurationService. buildSapCpConfiguration(CecTechnicalUserModel clientCredential, java.lang.Class<T> clientType)
-