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 class
BaseSiteCecServiceMapping
class
GeneratedBaseSiteCecServiceMapping
Generated 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. CECSERVICEMAPPINGSHANDLER
OneToManyHandler
for handling 1:n CECSERVICEMAPPINGS's relation attributes from 'many' side.protected static OneToManyHandler<AbstractCecServiceMapping>
GeneratedCecTechnicalUser. CECSERVICEMAPPINGSHANDLER
OneToManyHandler
for handling 1:n CECSERVICEMAPPINGS's relation attributes from 'many' side.Methods in com.sap.platform.jalo that return AbstractCecServiceMapping Modifier and Type Method Description AbstractCecServiceMapping
GeneratedSapcpconfigurationManager. createAbstractCecServiceMapping(SessionContext ctx, java.util.Map attributeValues)
AbstractCecServiceMapping
GeneratedSapcpconfigurationManager. 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.CecServiceMappings
attribute.java.util.Set<AbstractCecServiceMapping>
GeneratedCecService. getCecServiceMappings(SessionContext ctx)
Generated method - Getter of theCecService.CecServiceMappings
attribute.java.util.Set<AbstractCecServiceMapping>
GeneratedCecTechnicalUser. getCecServiceMappings()
Generated method - Getter of theCecTechnicalUser.CecServiceMappings
attribute.java.util.Set<AbstractCecServiceMapping>
GeneratedCecTechnicalUser. getCecServiceMappings(SessionContext ctx)
Generated method - Getter of theCecTechnicalUser.CecServiceMappings
attribute.Methods in com.sap.platform.jalo with parameters of type AbstractCecServiceMapping Modifier and Type Method Description void
GeneratedCecService. addToCecServiceMappings(AbstractCecServiceMapping value)
Generated method - Addsvalue
to CecServiceMappings.void
GeneratedCecService. addToCecServiceMappings(SessionContext ctx, AbstractCecServiceMapping value)
Generated method - Addsvalue
to CecServiceMappings.void
GeneratedCecTechnicalUser. addToCecServiceMappings(AbstractCecServiceMapping value)
Generated method - Addsvalue
to CecServiceMappings.void
GeneratedCecTechnicalUser. addToCecServiceMappings(SessionContext ctx, AbstractCecServiceMapping value)
Generated method - Addsvalue
to CecServiceMappings.void
GeneratedCecService. removeFromCecServiceMappings(AbstractCecServiceMapping value)
Generated method - Removesvalue
from CecServiceMappings.void
GeneratedCecService. removeFromCecServiceMappings(SessionContext ctx, AbstractCecServiceMapping value)
Generated method - Removesvalue
from CecServiceMappings.void
GeneratedCecTechnicalUser. removeFromCecServiceMappings(AbstractCecServiceMapping value)
Generated method - Removesvalue
from CecServiceMappings.void
GeneratedCecTechnicalUser. removeFromCecServiceMappings(SessionContext ctx, AbstractCecServiceMapping value)
Generated method - Removesvalue
from CecServiceMappings.Method parameters in com.sap.platform.jalo with type arguments of type AbstractCecServiceMapping Modifier and Type Method Description void
GeneratedCecService. setCecServiceMappings(SessionContext ctx, java.util.Set<AbstractCecServiceMapping> value)
Generated method - Setter of theCecService.CecServiceMappings
attribute.void
GeneratedCecService. setCecServiceMappings(java.util.Set<AbstractCecServiceMapping> value)
Generated method - Setter of theCecService.CecServiceMappings
attribute.void
GeneratedCecTechnicalUser. setCecServiceMappings(SessionContext ctx, java.util.Set<AbstractCecServiceMapping> value)
Generated method - Setter of theCecTechnicalUser.CecServiceMappings
attribute.void
GeneratedCecTechnicalUser. setCecServiceMappings(java.util.Set<AbstractCecServiceMapping> value)
Generated method - Setter of theCecTechnicalUser.CecServiceMappings
attribute.
-