Uses of Class
de.hybris.platform.sap.sapcpiadapter.jalo.SAPCpiOutboundB2BContact
-
Packages that use SAPCpiOutboundB2BContact Package Description de.hybris.platform.sap.sapcpiadapter.jalo -
-
Uses of SAPCpiOutboundB2BContact in de.hybris.platform.sap.sapcpiadapter.jalo
Fields in de.hybris.platform.sap.sapcpiadapter.jalo with type parameters of type SAPCpiOutboundB2BContact Modifier and Type Field Description protected static OneToManyHandler<SAPCpiOutboundB2BContact>
GeneratedSAPCpiOutboundB2BCustomer. SAPCPIOUTBOUNDB2BCONTACTSHANDLER
OneToManyHandler
for handling 1:n SAPCPIOUTBOUNDB2BCONTACTS's relation attributes from 'many' side.Methods in de.hybris.platform.sap.sapcpiadapter.jalo that return SAPCpiOutboundB2BContact Modifier and Type Method Description SAPCpiOutboundB2BContact
GeneratedSapcpiadapterManager. createSAPCpiOutboundB2BContact(SessionContext ctx, java.util.Map attributeValues)
SAPCpiOutboundB2BContact
GeneratedSapcpiadapterManager. createSAPCpiOutboundB2BContact(java.util.Map attributeValues)
Methods in de.hybris.platform.sap.sapcpiadapter.jalo that return types with arguments of type SAPCpiOutboundB2BContact Modifier and Type Method Description java.util.Set<SAPCpiOutboundB2BContact>
GeneratedSAPCpiOutboundB2BCustomer. getSapCpiOutboundB2BContacts()
Generated method - Getter of theSAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts
attribute.java.util.Set<SAPCpiOutboundB2BContact>
GeneratedSAPCpiOutboundB2BCustomer. getSapCpiOutboundB2BContacts(SessionContext ctx)
Generated method - Getter of theSAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts
attribute.Methods in de.hybris.platform.sap.sapcpiadapter.jalo with parameters of type SAPCpiOutboundB2BContact Modifier and Type Method Description void
GeneratedSAPCpiOutboundB2BCustomer. addToSapCpiOutboundB2BContacts(SessionContext ctx, SAPCpiOutboundB2BContact value)
Generated method - Addsvalue
to sapCpiOutboundB2BContacts.void
GeneratedSAPCpiOutboundB2BCustomer. addToSapCpiOutboundB2BContacts(SAPCpiOutboundB2BContact value)
Generated method - Addsvalue
to sapCpiOutboundB2BContacts.void
GeneratedSAPCpiOutboundB2BCustomer. removeFromSapCpiOutboundB2BContacts(SessionContext ctx, SAPCpiOutboundB2BContact value)
Generated method - Removesvalue
from sapCpiOutboundB2BContacts.void
GeneratedSAPCpiOutboundB2BCustomer. removeFromSapCpiOutboundB2BContacts(SAPCpiOutboundB2BContact value)
Generated method - Removesvalue
from sapCpiOutboundB2BContacts.Method parameters in de.hybris.platform.sap.sapcpiadapter.jalo with type arguments of type SAPCpiOutboundB2BContact Modifier and Type Method Description void
GeneratedSAPCpiOutboundB2BCustomer. setSapCpiOutboundB2BContacts(SessionContext ctx, java.util.Set<SAPCpiOutboundB2BContact> value)
Generated method - Setter of theSAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts
attribute.void
GeneratedSAPCpiOutboundB2BCustomer. setSapCpiOutboundB2BContacts(java.util.Set<SAPCpiOutboundB2BContact> value)
Generated method - Setter of theSAPCpiOutboundB2BCustomer.sapCpiOutboundB2BContacts
attribute.
-