Uses of Class
de.hybris.platform.b2ctelcoservices.jalo.TmaIdentification
Packages that use TmaIdentification
Package
Description
-
Uses of TmaIdentification in de.hybris.platform.b2ctelcoservices.jalo
Fields in de.hybris.platform.b2ctelcoservices.jalo with type parameters of type TmaIdentificationModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TmaIdentification>TmaIdentification.BUSINESSPARTNERHANDLERBidirectionalOneToManyHandlerfor handling 1:n BUSINESSPARTNER's relation attributes from 'one' side.protected static final de.hybris.platform.util.OneToManyHandler<TmaIdentification>TmaBusinessPartner.IDENTIFICATIONSHANDLEROneToManyHandlerfor handling 1:n IDENTIFICATIONS's relation attributes from 'many' side.Methods in de.hybris.platform.b2ctelcoservices.jalo that return types with arguments of type TmaIdentificationModifier and TypeMethodDescriptionTmaBusinessPartner.getIdentifications()Generated method - Getter of theTmaBusinessPartner.identificationsattribute.TmaBusinessPartner.getIdentifications(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTmaBusinessPartner.identificationsattribute.Methods in de.hybris.platform.b2ctelcoservices.jalo with parameters of type TmaIdentificationModifier and TypeMethodDescriptionvoidTmaBusinessPartner.addToIdentifications(TmaIdentification value) Generated method - Addsvalueto identifications.voidTmaBusinessPartner.addToIdentifications(de.hybris.platform.jalo.SessionContext ctx, TmaIdentification value) Generated method - Addsvalueto identifications.voidTmaBusinessPartner.removeFromIdentifications(TmaIdentification value) Generated method - Removesvaluefrom identifications.voidTmaBusinessPartner.removeFromIdentifications(de.hybris.platform.jalo.SessionContext ctx, TmaIdentification value) Generated method - Removesvaluefrom identifications.Method parameters in de.hybris.platform.b2ctelcoservices.jalo with type arguments of type TmaIdentificationModifier and TypeMethodDescriptionvoidTmaBusinessPartner.setIdentifications(de.hybris.platform.jalo.SessionContext ctx, Set<TmaIdentification> value) Generated method - Setter of theTmaBusinessPartner.identificationsattribute.voidTmaBusinessPartner.setIdentifications(Set<TmaIdentification> value) Generated method - Setter of theTmaBusinessPartner.identificationsattribute. -
Uses of TmaIdentification in de.hybris.platform.tuadatacommonsservices.jalo
Methods in de.hybris.platform.tuadatacommonsservices.jalo that return TmaIdentificationModifier and TypeMethodDescriptionTuadatacommonsservicesManager.createTmaIdentification(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) TuadatacommonsservicesManager.createTmaIdentification(Map attributeValues) Methods in de.hybris.platform.tuadatacommonsservices.jalo that return types with arguments of type TmaIdentificationModifier and TypeMethodDescriptionTuadatacommonsservicesManager.getIdentifications(de.hybris.platform.jalo.security.Principal item) Generated method - Getter of thePrincipal.identificationsattribute.TuadatacommonsservicesManager.getIdentifications(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.security.Principal item) Generated method - Getter of thePrincipal.identificationsattribute.Methods in de.hybris.platform.tuadatacommonsservices.jalo with parameters of type TmaIdentificationModifier and TypeMethodDescriptionvoidTuadatacommonsservicesManager.addToIdentifications(de.hybris.platform.jalo.security.Principal item, TmaIdentification value) Generated method - Addsvalueto identifications.voidTuadatacommonsservicesManager.addToIdentifications(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.security.Principal item, TmaIdentification value) Generated method - Addsvalueto identifications.voidTuadatacommonsservicesManager.removeFromIdentifications(de.hybris.platform.jalo.security.Principal item, TmaIdentification value) Generated method - Removesvaluefrom identifications.voidTuadatacommonsservicesManager.removeFromIdentifications(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.security.Principal item, TmaIdentification value) Generated method - Removesvaluefrom identifications.Method parameters in de.hybris.platform.tuadatacommonsservices.jalo with type arguments of type TmaIdentificationModifier and TypeMethodDescriptionvoidTuadatacommonsservicesManager.setIdentifications(de.hybris.platform.jalo.security.Principal item, Set<TmaIdentification> value) Generated method - Setter of thePrincipal.identificationsattribute.voidTuadatacommonsservicesManager.setIdentifications(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.security.Principal item, Set<TmaIdentification> value) Generated method - Setter of thePrincipal.identificationsattribute.