Uses of Class
com.sap.platform.jalo.AbstractCecServiceMapping
-
Packages that use AbstractCecServiceMapping Package Description com.sap.platform.jalo -
-
Uses of AbstractCecServiceMapping in com.sap.platform.jalo
Subclasses of AbstractCecServiceMapping in com.sap.platform.jalo Modifier and Type Class Description classBaseSiteCecServiceMappingclassGeneratedBaseSiteCecServiceMappingGenerated class for typeBaseSiteCecServiceMapping.Fields in com.sap.platform.jalo with type parameters of type AbstractCecServiceMapping Modifier and Type Field Description protected static OneToManyHandler<AbstractCecServiceMapping>GeneratedCecService. CECSERVICEMAPPINGSHANDLEROneToManyHandlerfor handling 1:n CECSERVICEMAPPINGS's relation attributes from 'many' side.protected static OneToManyHandler<AbstractCecServiceMapping>GeneratedCecTechnicalUser. CECSERVICEMAPPINGSHANDLEROneToManyHandlerfor handling 1:n CECSERVICEMAPPINGS's relation attributes from 'many' side.Methods in com.sap.platform.jalo that return AbstractCecServiceMapping Modifier and Type Method Description AbstractCecServiceMappingGeneratedSapcpconfigurationManager. createAbstractCecServiceMapping(SessionContext ctx, java.util.Map attributeValues)AbstractCecServiceMappingGeneratedSapcpconfigurationManager. createAbstractCecServiceMapping(java.util.Map attributeValues)Methods in com.sap.platform.jalo that return types with arguments of type AbstractCecServiceMapping Modifier and Type Method Description java.util.Set<AbstractCecServiceMapping>GeneratedCecService. getCecServiceMappings()Generated method - Getter of theCecService.CecServiceMappingsattribute.java.util.Set<AbstractCecServiceMapping>GeneratedCecService. getCecServiceMappings(SessionContext ctx)Generated method - Getter of theCecService.CecServiceMappingsattribute.java.util.Set<AbstractCecServiceMapping>GeneratedCecTechnicalUser. getCecServiceMappings()Generated method - Getter of theCecTechnicalUser.CecServiceMappingsattribute.java.util.Set<AbstractCecServiceMapping>GeneratedCecTechnicalUser. getCecServiceMappings(SessionContext ctx)Generated method - Getter of theCecTechnicalUser.CecServiceMappingsattribute.Methods in com.sap.platform.jalo with parameters of type AbstractCecServiceMapping Modifier and Type Method Description voidGeneratedCecService. addToCecServiceMappings(AbstractCecServiceMapping value)Generated method - Addsvalueto CecServiceMappings.voidGeneratedCecService. addToCecServiceMappings(SessionContext ctx, AbstractCecServiceMapping value)Generated method - Addsvalueto CecServiceMappings.voidGeneratedCecTechnicalUser. addToCecServiceMappings(AbstractCecServiceMapping value)Generated method - Addsvalueto CecServiceMappings.voidGeneratedCecTechnicalUser. addToCecServiceMappings(SessionContext ctx, AbstractCecServiceMapping value)Generated method - Addsvalueto CecServiceMappings.voidGeneratedCecService. removeFromCecServiceMappings(AbstractCecServiceMapping value)Generated method - Removesvaluefrom CecServiceMappings.voidGeneratedCecService. removeFromCecServiceMappings(SessionContext ctx, AbstractCecServiceMapping value)Generated method - Removesvaluefrom CecServiceMappings.voidGeneratedCecTechnicalUser. removeFromCecServiceMappings(AbstractCecServiceMapping value)Generated method - Removesvaluefrom CecServiceMappings.voidGeneratedCecTechnicalUser. removeFromCecServiceMappings(SessionContext ctx, AbstractCecServiceMapping value)Generated method - Removesvaluefrom CecServiceMappings.Method parameters in com.sap.platform.jalo with type arguments of type AbstractCecServiceMapping Modifier and Type Method Description voidGeneratedCecService. setCecServiceMappings(SessionContext ctx, java.util.Set<AbstractCecServiceMapping> value)Generated method - Setter of theCecService.CecServiceMappingsattribute.voidGeneratedCecService. setCecServiceMappings(java.util.Set<AbstractCecServiceMapping> value)Generated method - Setter of theCecService.CecServiceMappingsattribute.voidGeneratedCecTechnicalUser. setCecServiceMappings(SessionContext ctx, java.util.Set<AbstractCecServiceMapping> value)Generated method - Setter of theCecTechnicalUser.CecServiceMappingsattribute.voidGeneratedCecTechnicalUser. setCecServiceMappings(java.util.Set<AbstractCecServiceMapping> value)Generated method - Setter of theCecTechnicalUser.CecServiceMappingsattribute.
-