Uses of Class
de.hybris.platform.jalo.user.Address
-
-
Uses of Address in de.hybris.platform.addressservices.jalo
Methods in de.hybris.platform.addressservices.jalo with parameters of type Address Modifier and Type Method Description CityGeneratedChineseaddressservicesManager. getCity(SessionContext ctx, Address item)Generated method - Getter of theAddress.cityattribute.CityGeneratedChineseaddressservicesManager. getCity(Address item)Generated method - Getter of theAddress.cityattribute.DistrictGeneratedChineseaddressservicesManager. getCityDistrict(SessionContext ctx, Address item)Generated method - Getter of theAddress.cityDistrictattribute.DistrictGeneratedChineseaddressservicesManager. getCityDistrict(Address item)Generated method - Getter of theAddress.cityDistrictattribute.java.lang.StringGeneratedChineseaddressservicesManager. getFullname(SessionContext ctx, Address item)Generated method - Getter of theAddress.fullnameattribute.java.lang.StringGeneratedChineseaddressservicesManager. getFullname(Address item)Generated method - Getter of theAddress.fullnameattribute.voidGeneratedChineseaddressservicesManager. setCity(SessionContext ctx, Address item, City value)Generated method - Setter of theAddress.cityattribute.voidGeneratedChineseaddressservicesManager. setCity(Address item, City value)Generated method - Setter of theAddress.cityattribute.voidGeneratedChineseaddressservicesManager. setCityDistrict(SessionContext ctx, Address item, District value)Generated method - Setter of theAddress.cityDistrictattribute.voidGeneratedChineseaddressservicesManager. setCityDistrict(Address item, District value)Generated method - Setter of theAddress.cityDistrictattribute.voidGeneratedChineseaddressservicesManager. setFullname(SessionContext ctx, Address item, java.lang.String value)Generated method - Setter of theAddress.fullnameattribute.voidGeneratedChineseaddressservicesManager. setFullname(Address item, java.lang.String value)Generated method - Setter of theAddress.fullnameattribute. -
Uses of Address in de.hybris.platform.basecommerce.jalo
Methods in de.hybris.platform.basecommerce.jalo that return Address Modifier and Type Method Description AddressGeneratedBasecommerceManager. getDeliveryAddress(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.deliveryAddressattribute.AddressGeneratedBasecommerceManager. getDeliveryAddress(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.deliveryAddressattribute.Methods in de.hybris.platform.basecommerce.jalo with parameters of type Address Modifier and Type Method Description voidGeneratedBasecommerceManager. addToDeliveryAddresss2CartToOrderCronJob(SessionContext ctx, Address item, CartToOrderCronJob value)Generated method - Addsvalueto deliveryAddresss2CartToOrderCronJob.voidGeneratedBasecommerceManager. addToDeliveryAddresss2CartToOrderCronJob(Address item, CartToOrderCronJob value)Generated method - Addsvalueto deliveryAddresss2CartToOrderCronJob.voidGeneratedBasecommerceManager. addToPaymentAddresss2CartToOrderCronJob(SessionContext ctx, Address item, CartToOrderCronJob value)Generated method - Addsvalueto paymentAddresss2CartToOrderCronJob.voidGeneratedBasecommerceManager. addToPaymentAddresss2CartToOrderCronJob(Address item, CartToOrderCronJob value)Generated method - Addsvalueto paymentAddresss2CartToOrderCronJob.CartCartFactory. createCartInstance(java.util.List<AbstractOrderEntry> entries, Address deliveryAddress, DeliveryMode mode, User user, Currency curr, boolean net)CartDefaultCartFactory. createCartInstance(java.util.List<AbstractOrderEntry> entries, Address deliveryAddress, DeliveryMode mode, User user, Currency curr, boolean net)protected AbstractOrderDefaultMultiAddressDeliveryCostsStrategy. createTempCart(java.util.List<AbstractOrderEntry> entries, Address deliveryAddress, DeliveryMode mode, User user, Currency curr, boolean net)Creates a temporary order, which will be used for calculating the delivery costs of the assignedAbstractOrderEntry.java.util.Collection<CartToOrderCronJob>GeneratedBasecommerceManager. getDeliveryAddresss2CartToOrderCronJob(SessionContext ctx, Address item)Generated method - Getter of theAddress.deliveryAddresss2CartToOrderCronJobattribute.java.util.Collection<CartToOrderCronJob>GeneratedBasecommerceManager. getDeliveryAddresss2CartToOrderCronJob(Address item)Generated method - Getter of theAddress.deliveryAddresss2CartToOrderCronJobattribute.java.util.Collection<CartToOrderCronJob>GeneratedBasecommerceManager. getPaymentAddresss2CartToOrderCronJob(SessionContext ctx, Address item)Generated method - Getter of theAddress.paymentAddresss2CartToOrderCronJobattribute.java.util.Collection<CartToOrderCronJob>GeneratedBasecommerceManager. getPaymentAddresss2CartToOrderCronJob(Address item)Generated method - Getter of theAddress.paymentAddresss2CartToOrderCronJobattribute.voidGeneratedBasecommerceManager. removeFromDeliveryAddresss2CartToOrderCronJob(SessionContext ctx, Address item, CartToOrderCronJob value)Generated method - Removesvaluefrom deliveryAddresss2CartToOrderCronJob.voidGeneratedBasecommerceManager. removeFromDeliveryAddresss2CartToOrderCronJob(Address item, CartToOrderCronJob value)Generated method - Removesvaluefrom deliveryAddresss2CartToOrderCronJob.voidGeneratedBasecommerceManager. removeFromPaymentAddresss2CartToOrderCronJob(SessionContext ctx, Address item, CartToOrderCronJob value)Generated method - Removesvaluefrom paymentAddresss2CartToOrderCronJob.voidGeneratedBasecommerceManager. removeFromPaymentAddresss2CartToOrderCronJob(Address item, CartToOrderCronJob value)Generated method - Removesvaluefrom paymentAddresss2CartToOrderCronJob.voidGeneratedBasecommerceManager. setDeliveryAddress(AbstractOrderEntry item, Address value)Generated method - Setter of theAbstractOrderEntry.deliveryAddressattribute.voidGeneratedBasecommerceManager. setDeliveryAddress(SessionContext ctx, AbstractOrderEntry item, Address value)Generated method - Setter of theAbstractOrderEntry.deliveryAddressattribute.voidGeneratedBasecommerceManager. setDeliveryAddresss2CartToOrderCronJob(SessionContext ctx, Address item, java.util.Collection<CartToOrderCronJob> value)Generated method - Setter of theAddress.deliveryAddresss2CartToOrderCronJobattribute.voidGeneratedBasecommerceManager. setDeliveryAddresss2CartToOrderCronJob(Address item, java.util.Collection<CartToOrderCronJob> value)Generated method - Setter of theAddress.deliveryAddresss2CartToOrderCronJobattribute.voidGeneratedBasecommerceManager. setPaymentAddresss2CartToOrderCronJob(SessionContext ctx, Address item, java.util.Collection<CartToOrderCronJob> value)Generated method - Setter of theAddress.paymentAddresss2CartToOrderCronJobattribute.voidGeneratedBasecommerceManager. setPaymentAddresss2CartToOrderCronJob(Address item, java.util.Collection<CartToOrderCronJob> value)Generated method - Setter of theAddress.paymentAddresss2CartToOrderCronJobattribute. -
Uses of Address in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return Address Modifier and Type Method Description AddressGeneratedCompany. getBillingAddress()Generated method - Getter of theCompany.billingAddressattribute.AddressGeneratedCompany. getBillingAddress(SessionContext ctx)Generated method - Getter of theCompany.billingAddressattribute.AddressGeneratedCompany. getContactAddress()Generated method - Getter of theCompany.contactAddressattribute.AddressGeneratedCompany. getContactAddress(SessionContext ctx)Generated method - Getter of theCompany.contactAddressattribute.AddressGeneratedCompany. getShippingAddress()Generated method - Getter of theCompany.shippingAddressattribute.AddressGeneratedCompany. getShippingAddress(SessionContext ctx)Generated method - Getter of theCompany.shippingAddressattribute.AddressGeneratedCompany. getUnloadingAddress()Generated method - Getter of theCompany.unloadingAddressattribute.AddressGeneratedCompany. getUnloadingAddress(SessionContext ctx)Generated method - Getter of theCompany.unloadingAddressattribute.Methods in de.hybris.platform.catalog.jalo that return types with arguments of type Address Modifier and Type Method Description java.util.Collection<Address>Company. getAddresses(SessionContext ctx)java.util.Collection<Address>GeneratedCompany. getAddresses()Generated method - Getter of theCompany.addressesattribute.abstract java.util.Collection<Address>GeneratedCompany. getAddresses(SessionContext ctx)Generated method - Getter of theCompany.addressesattribute.java.util.Collection<Address>Company. getBillingAddresses()java.util.Collection<Address>Company. getBillingAddresses(SessionContext ctx)java.util.Collection<Address>Company. getContactAddresses()java.util.Collection<Address>Company. getContactAddresses(SessionContext ctx)java.util.Collection<Address>Company. getShippingAddresses()java.util.Collection<Address>Company. getShippingAddresses(SessionContext ctx)java.util.Collection<Address>Company. getUnloadingAddresses()java.util.Collection<Address>Company. getUnloadingAddresses(SessionContext ctx)Methods in de.hybris.platform.catalog.jalo with parameters of type Address Modifier and Type Method Description java.lang.StringGeneratedCatalogManager. getPublicKey(SessionContext ctx, Address item)Generated method - Getter of theAddress.publicKeyattribute.java.lang.StringGeneratedCatalogManager. getPublicKey(Address item)Generated method - Getter of theAddress.publicKeyattribute.java.lang.StringGeneratedCatalogManager. getRemarks(SessionContext ctx, Address item)Generated method - Getter of theAddress.remarksattribute.java.lang.StringGeneratedCatalogManager. getRemarks(Address item)Generated method - Getter of theAddress.remarksattribute.java.lang.StringCatalogManager. getTypeQualifier(SessionContext ctx, Address address)java.lang.StringCatalogManager. getTypeQualifier(Address address)java.lang.StringGeneratedCatalogManager. getUrl(SessionContext ctx, Address item)Generated method - Getter of theAddress.urlattribute.java.lang.StringGeneratedCatalogManager. getUrl(Address item)Generated method - Getter of theAddress.urlattribute.java.lang.BooleanGeneratedCatalogManager. isBillingAddress(SessionContext ctx, Address item)Generated method - Getter of theAddress.billingAddressattribute.java.lang.BooleanGeneratedCatalogManager. isBillingAddress(Address item)Generated method - Getter of theAddress.billingAddressattribute.booleanGeneratedCatalogManager. isBillingAddressAsPrimitive(SessionContext ctx, Address item)Generated method - Getter of theAddress.billingAddressattribute.booleanGeneratedCatalogManager. isBillingAddressAsPrimitive(Address item)Generated method - Getter of theAddress.billingAddressattribute.java.lang.BooleanGeneratedCatalogManager. isContactAddress(SessionContext ctx, Address item)Generated method - Getter of theAddress.contactAddressattribute.java.lang.BooleanGeneratedCatalogManager. isContactAddress(Address item)Generated method - Getter of theAddress.contactAddressattribute.booleanGeneratedCatalogManager. isContactAddressAsPrimitive(SessionContext ctx, Address item)Generated method - Getter of theAddress.contactAddressattribute.booleanGeneratedCatalogManager. isContactAddressAsPrimitive(Address item)Generated method - Getter of theAddress.contactAddressattribute.java.lang.BooleanGeneratedCatalogManager. isShippingAddress(SessionContext ctx, Address item)Generated method - Getter of theAddress.shippingAddressattribute.java.lang.BooleanGeneratedCatalogManager. isShippingAddress(Address item)Generated method - Getter of theAddress.shippingAddressattribute.booleanGeneratedCatalogManager. isShippingAddressAsPrimitive(SessionContext ctx, Address item)Generated method - Getter of theAddress.shippingAddressattribute.booleanGeneratedCatalogManager. isShippingAddressAsPrimitive(Address item)Generated method - Getter of theAddress.shippingAddressattribute.java.lang.BooleanGeneratedCatalogManager. isUnloadingAddress(SessionContext ctx, Address item)Generated method - Getter of theAddress.unloadingAddressattribute.java.lang.BooleanGeneratedCatalogManager. isUnloadingAddress(Address item)Generated method - Getter of theAddress.unloadingAddressattribute.booleanGeneratedCatalogManager. isUnloadingAddressAsPrimitive(SessionContext ctx, Address item)Generated method - Getter of theAddress.unloadingAddressattribute.booleanGeneratedCatalogManager. isUnloadingAddressAsPrimitive(Address item)Generated method - Getter of theAddress.unloadingAddressattribute.voidGeneratedCatalogManager. setBillingAddress(SessionContext ctx, Address item, boolean value)Generated method - Setter of theAddress.billingAddressattribute.voidGeneratedCatalogManager. setBillingAddress(SessionContext ctx, Address item, java.lang.Boolean value)Generated method - Setter of theAddress.billingAddressattribute.voidGeneratedCatalogManager. setBillingAddress(Address item, boolean value)Generated method - Setter of theAddress.billingAddressattribute.voidGeneratedCatalogManager. setBillingAddress(Address item, java.lang.Boolean value)Generated method - Setter of theAddress.billingAddressattribute.voidGeneratedCompany. setBillingAddress(SessionContext ctx, Address value)Generated method - Setter of theCompany.billingAddressattribute.voidGeneratedCompany. setBillingAddress(Address value)Generated method - Setter of theCompany.billingAddressattribute.voidGeneratedCatalogManager. setContactAddress(SessionContext ctx, Address item, boolean value)Generated method - Setter of theAddress.contactAddressattribute.voidGeneratedCatalogManager. setContactAddress(SessionContext ctx, Address item, java.lang.Boolean value)Generated method - Setter of theAddress.contactAddressattribute.voidGeneratedCatalogManager. setContactAddress(Address item, boolean value)Generated method - Setter of theAddress.contactAddressattribute.voidGeneratedCatalogManager. setContactAddress(Address item, java.lang.Boolean value)Generated method - Setter of theAddress.contactAddressattribute.voidGeneratedCompany. setContactAddress(SessionContext ctx, Address value)Generated method - Setter of theCompany.contactAddressattribute.voidGeneratedCompany. setContactAddress(Address value)Generated method - Setter of theCompany.contactAddressattribute.voidGeneratedCatalogManager. setPublicKey(SessionContext ctx, Address item, java.lang.String value)Generated method - Setter of theAddress.publicKeyattribute.voidGeneratedCatalogManager. setPublicKey(Address item, java.lang.String value)Generated method - Setter of theAddress.publicKeyattribute.voidGeneratedCatalogManager. setRemarks(SessionContext ctx, Address item, java.lang.String value)Generated method - Setter of theAddress.remarksattribute.voidGeneratedCatalogManager. setRemarks(Address item, java.lang.String value)Generated method - Setter of theAddress.remarksattribute.voidGeneratedCatalogManager. setShippingAddress(SessionContext ctx, Address item, boolean value)Generated method - Setter of theAddress.shippingAddressattribute.voidGeneratedCatalogManager. setShippingAddress(SessionContext ctx, Address item, java.lang.Boolean value)Generated method - Setter of theAddress.shippingAddressattribute.voidGeneratedCatalogManager. setShippingAddress(Address item, boolean value)Generated method - Setter of theAddress.shippingAddressattribute.voidGeneratedCatalogManager. setShippingAddress(Address item, java.lang.Boolean value)Generated method - Setter of theAddress.shippingAddressattribute.voidGeneratedCompany. setShippingAddress(SessionContext ctx, Address value)Generated method - Setter of theCompany.shippingAddressattribute.voidGeneratedCompany. setShippingAddress(Address value)Generated method - Setter of theCompany.shippingAddressattribute.voidGeneratedCatalogManager. setUnloadingAddress(SessionContext ctx, Address item, boolean value)Generated method - Setter of theAddress.unloadingAddressattribute.voidGeneratedCatalogManager. setUnloadingAddress(SessionContext ctx, Address item, java.lang.Boolean value)Generated method - Setter of theAddress.unloadingAddressattribute.voidGeneratedCatalogManager. setUnloadingAddress(Address item, boolean value)Generated method - Setter of theAddress.unloadingAddressattribute.voidGeneratedCatalogManager. setUnloadingAddress(Address item, java.lang.Boolean value)Generated method - Setter of theAddress.unloadingAddressattribute.voidGeneratedCompany. setUnloadingAddress(SessionContext ctx, Address value)Generated method - Setter of theCompany.unloadingAddressattribute.voidGeneratedCompany. setUnloadingAddress(Address value)Generated method - Setter of theCompany.unloadingAddressattribute.voidGeneratedCatalogManager. setUrl(SessionContext ctx, Address item, java.lang.String value)Generated method - Setter of theAddress.urlattribute.voidGeneratedCatalogManager. setUrl(Address item, java.lang.String value)Generated method - Setter of theAddress.urlattribute.Method parameters in de.hybris.platform.catalog.jalo with type arguments of type Address Modifier and Type Method Description voidCompany. setAddresses(SessionContext ctx, java.util.Collection<Address> addresses)abstract voidGeneratedCompany. setAddresses(SessionContext ctx, java.util.Collection<Address> value)Generated method - Setter of theCompany.addressesattribute.voidGeneratedCompany. setAddresses(java.util.Collection<Address> value)Generated method - Setter of theCompany.addressesattribute. -
Uses of Address in de.hybris.platform.commerceservices.jalo
Methods in de.hybris.platform.commerceservices.jalo with parameters of type Address Modifier and Type Method Description java.lang.BooleanGeneratedCommerceServicesManager. isVisibleInAddressBook(SessionContext ctx, Address item)Generated method - Getter of theAddress.visibleInAddressBookattribute.java.lang.BooleanGeneratedCommerceServicesManager. isVisibleInAddressBook(Address item)Generated method - Getter of theAddress.visibleInAddressBookattribute.booleanGeneratedCommerceServicesManager. isVisibleInAddressBookAsPrimitive(SessionContext ctx, Address item)Generated method - Getter of theAddress.visibleInAddressBookattribute.booleanGeneratedCommerceServicesManager. isVisibleInAddressBookAsPrimitive(Address item)Generated method - Getter of theAddress.visibleInAddressBookattribute.voidGeneratedCommerceServicesManager. setVisibleInAddressBook(SessionContext ctx, Address item, boolean value)Generated method - Setter of theAddress.visibleInAddressBookattribute.voidGeneratedCommerceServicesManager. setVisibleInAddressBook(SessionContext ctx, Address item, java.lang.Boolean value)Generated method - Setter of theAddress.visibleInAddressBookattribute.voidGeneratedCommerceServicesManager. setVisibleInAddressBook(Address item, boolean value)Generated method - Setter of theAddress.visibleInAddressBookattribute.voidGeneratedCommerceServicesManager. setVisibleInAddressBook(Address item, java.lang.Boolean value)Generated method - Setter of theAddress.visibleInAddressBookattribute. -
Uses of Address in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that return Address Modifier and Type Method Description protected AddressOrder. copyAddressIfNecessary(SessionContext ctx, Address original)AddressAbstractOrder. createNewDeliveryAddress()creates a new address which is set as this orders delivery address.AddressAbstractOrder. createNewDeliveryAddress(SessionContext ctx)creates a new address which is set as this orders delivery address.AddressAbstractOrder. createNewPaymentAddress()creates a new address which is set as this orders payment address.AddressAbstractOrder. createNewPaymentAddress(SessionContext ctx)creates a new address which is set as this orders payment address.AddressGeneratedAbstractOrder. getDeliveryAddress()Generated method - Getter of theAbstractOrder.deliveryAddressattribute.AddressGeneratedAbstractOrder. getDeliveryAddress(SessionContext ctx)Generated method - Getter of theAbstractOrder.deliveryAddressattribute.AddressGeneratedAbstractOrder. getPaymentAddress()Generated method - Getter of theAbstractOrder.paymentAddressattribute.AddressGeneratedAbstractOrder. getPaymentAddress(SessionContext ctx)Generated method - Getter of theAbstractOrder.paymentAddressattribute.Methods in de.hybris.platform.jalo.order with parameters of type Address Modifier and Type Method Description protected voidOrder. changeDeliveryAddress(SessionContext ctx, Address address, Address oldOne)protected voidOrder. changePaymentAddress(SessionContext ctx, Address address, Address oldOne)protected AddressOrder. copyAddressIfNecessary(SessionContext ctx, Address original)protected voidAbstractOrder. doSetDeliveryAddress(SessionContext ctx, Address newOne)Performs changing of delivery address.protected voidAbstractOrder. doSetPaymentAddress(SessionContext ctx, Address newOne)Performs changing of payment address.protected voidOrder. removeOldCopyAddress(SessionContext ctx, Address oldOne)voidAbstractOrder. setDeliveryAddress(SessionContext ctx, Address address)Changes the delivery address.voidAbstractOrder. setDeliveryAddress(Address address)Changes the delivery address.voidGeneratedAbstractOrder. setDeliveryAddress(SessionContext ctx, Address value)Generated method - Setter of theAbstractOrder.deliveryAddressattribute.voidGeneratedAbstractOrder. setDeliveryAddress(Address value)Generated method - Setter of theAbstractOrder.deliveryAddressattribute.voidOrder. setDeliveryAddress(SessionContext ctx, Address address)Contrary toAbstractOrder.setDeliveryAddress(SessionContext, Address)this method copies the given address and assigns the copied address as delivery address!voidOrder. setDeliveryAddress(Address adr)Contrary toAbstractOrder.setDeliveryAddress(Address)this method copies the given address and assigns the copied address as delivery address!voidOrder. setDeliveryAddressNoCopy(SessionContext ctx, Address address)Directly assigns the given address as delivery address without copying it.voidOrder. setDeliveryAddressNoCopy(Address address)Directly assigns the given address as delivery address without copying it.voidAbstractOrder. setPaymentAddress(SessionContext ctx, Address adr)Changes the payment address of this order.voidAbstractOrder. setPaymentAddress(Address adr)Changes the payment address of this order.voidGeneratedAbstractOrder. setPaymentAddress(SessionContext ctx, Address value)Generated method - Setter of theAbstractOrder.paymentAddressattribute.voidGeneratedAbstractOrder. setPaymentAddress(Address value)Generated method - Setter of theAbstractOrder.paymentAddressattribute.voidOrder. setPaymentAddress(SessionContext ctx, Address address)Contrary toAbstractOrder.setPaymentAddress(Address)this method copies the given address and assigns the copied address as payment address!voidOrder. setPaymentAddress(Address adr)Contrary toAbstractOrder.setPaymentAddress(Address)this method copies the given address and assigns the copied address as payment address!voidOrder. setPaymentAddressNoCopy(SessionContext ctx, Address address)Directly assigns the given address as payment address without copying it.voidOrder. setPaymentAddressNoCopy(Address address)Directly assigns the given address as payment address without copying it. -
Uses of Address in de.hybris.platform.jalo.user
Fields in de.hybris.platform.jalo.user with type parameters of type Address Modifier and Type Field Description protected static OneToManyHandler<Address>GeneratedUser. ADDRESSESHANDLEROneToManyHandlerfor handling 1:n ADDRESSES's relation attributes from 'many' side.Methods in de.hybris.platform.jalo.user that return Address Modifier and Type Method Description AddressUser. createAddress()Deprecated.since ages - useAddressService.createAddressForUser(UserModel)AddressUser. createAddress(PK pk)Deprecated.since ages - useAddressService.createAddressForUser(UserModel)AddressUser. createAddress(PK pk, SessionContext ctx)Deprecated.since ages - useAddressService.createAddressForUser(UserModel)AddressUser. createAddress(PK pk, SessionContext ctx, java.util.Map fields)Deprecated.since agesAddressUser. createAddress(PK pk, java.util.Map fields)Deprecated.since agesAddressUser. createAddress(SessionContext ctx)Deprecated.since ages - useAddressService.createAddressForUser(UserModel)AddressUser. createAddress(SessionContext ctx, java.util.Map fields)Deprecated.since ages - useAddressService.createAddressForUser(UserModel)AddressUser. createAddress(java.util.Map fields)Deprecated.since ages - useAddressService.createAddressForUser(UserModel)AddressUserGroup. createAddress()Deprecated.since ages - useAddressService.createAddressForOwner(ItemModel)AddressUserGroup. createAddress(java.util.Map fields)Deprecated.since ages - useAddressService.createAddressForOwner(ItemModel)AddressUserManager. createAddress(PK pkBase, Item item)Creates address for given item.AddressUserManager. createAddress(PK pkBase, Item item, boolean asCopy)Creates address for given item.protected AddressUserManager. createAddress(PK pkBase, Item owner, Address original, Country country, Region region, Title title, JaloPropertyContainer props)AddressUserManager. createAddress(Item item)Creates address for given item.AddressUser. getDefaultDeliveryAddress()Gets the default shipment address of this user.AddressUser. getDefaultDeliveryAddress(SessionContext ctx)Gets the default shipment address of this user.AddressGeneratedUser. getDefaultPaymentAddress()Generated method - Getter of theUser.defaultPaymentAddressattribute.AddressGeneratedUser. getDefaultPaymentAddress(SessionContext ctx)Generated method - Getter of theUser.defaultPaymentAddressattribute.AddressGeneratedUser. getDefaultShipmentAddress()Generated method - Getter of theUser.defaultShipmentAddressattribute.AddressGeneratedUser. getDefaultShipmentAddress(SessionContext ctx)Generated method - Getter of theUser.defaultShipmentAddressattribute.AddressUser. getDefaultShippingAddress()Deprecated.since ages - please useUser.getDefaultDeliveryAddress()insteadAddressUser. getDefaultShippingAddress(SessionContext ctx)Deprecated.since ages - please useUser.getDefaultDeliveryAddress(SessionContext)insteadAddressGeneratedAddress. getOriginal()Generated method - Getter of theAddress.originalattribute.AddressGeneratedAddress. getOriginal(SessionContext ctx)Generated method - Getter of theAddress.originalattribute.Methods in de.hybris.platform.jalo.user that return types with arguments of type Address Modifier and Type Method Description java.util.Collection<Address>GeneratedUser. getAddresses()Generated method - Getter of theUser.addressesattribute.java.util.Collection<Address>GeneratedUser. getAddresses(SessionContext ctx)Generated method - Getter of theUser.addressesattribute.Methods in de.hybris.platform.jalo.user with parameters of type Address Modifier and Type Method Description voidGeneratedUser. addToAddresses(SessionContext ctx, Address value)Generated method - Addsvalueto addresses.voidGeneratedUser. addToAddresses(Address value)Generated method - Addsvalueto addresses.protected AddressUserManager. createAddress(PK pkBase, Item owner, Address original, Country country, Region region, Title title, JaloPropertyContainer props)voidGeneratedUser. removeFromAddresses(SessionContext ctx, Address value)Generated method - Removesvaluefrom addresses.voidGeneratedUser. removeFromAddresses(Address value)Generated method - Removesvaluefrom addresses.voidUser. setDefaultDeliveryAddress(SessionContext ctx, Address adr)Sets an address as default shipment address for this user.voidUser. setDefaultDeliveryAddress(Address adr)Sets an address as default shipment address for this user.voidGeneratedUser. setDefaultPaymentAddress(SessionContext ctx, Address value)Generated method - Setter of theUser.defaultPaymentAddressattribute.voidGeneratedUser. setDefaultPaymentAddress(Address value)Generated method - Setter of theUser.defaultPaymentAddressattribute.voidGeneratedUser. setDefaultShipmentAddress(SessionContext ctx, Address value)Generated method - Setter of theUser.defaultShipmentAddressattribute.voidGeneratedUser. setDefaultShipmentAddress(Address value)Generated method - Setter of theUser.defaultShipmentAddressattribute.voidUser. setDefaultShippingAddress(SessionContext ctx, Address adr)Deprecated.since ages - please useUser.setDefaultDeliveryAddress(SessionContext, Address)insteadvoidUser. setDefaultShippingAddress(Address adr)Deprecated.since ages - please useUser.setDefaultDeliveryAddress(Address)insteadvoidAddress. setOriginal(SessionContext ctx, Address value)voidAddress. setOriginal(Address value)protected voidGeneratedAddress. setOriginal(SessionContext ctx, Address value)Generated method - Setter of theAddress.originalattribute.protected voidGeneratedAddress. setOriginal(Address value)Generated method - Setter of theAddress.originalattribute.Method parameters in de.hybris.platform.jalo.user with type arguments of type Address Modifier and Type Method Description voidGeneratedUser. setAddresses(SessionContext ctx, java.util.Collection<Address> value)Generated method - Setter of theUser.addressesattribute.voidGeneratedUser. setAddresses(java.util.Collection<Address> value)Generated method - Setter of theUser.addressesattribute. -
Uses of Address in de.hybris.platform.orderscheduling.jalo
Methods in de.hybris.platform.orderscheduling.jalo that return Address Modifier and Type Method Description AddressGeneratedCartToOrderCronJob. getDeliveryAddress()Generated method - Getter of theCartToOrderCronJob.deliveryAddressattribute.AddressGeneratedCartToOrderCronJob. getDeliveryAddress(SessionContext ctx)Generated method - Getter of theCartToOrderCronJob.deliveryAddressattribute.AddressGeneratedCartToOrderCronJob. getPaymentAddress()Generated method - Getter of theCartToOrderCronJob.paymentAddressattribute.AddressGeneratedCartToOrderCronJob. getPaymentAddress(SessionContext ctx)Generated method - Getter of theCartToOrderCronJob.paymentAddressattribute.Methods in de.hybris.platform.orderscheduling.jalo with parameters of type Address Modifier and Type Method Description voidGeneratedCartToOrderCronJob. setDeliveryAddress(SessionContext ctx, Address value)Generated method - Setter of theCartToOrderCronJob.deliveryAddressattribute.voidGeneratedCartToOrderCronJob. setDeliveryAddress(Address value)Generated method - Setter of theCartToOrderCronJob.deliveryAddressattribute.voidGeneratedCartToOrderCronJob. setPaymentAddress(SessionContext ctx, Address value)Generated method - Setter of theCartToOrderCronJob.paymentAddressattribute.voidGeneratedCartToOrderCronJob. setPaymentAddress(Address value)Generated method - Setter of theCartToOrderCronJob.paymentAddressattribute. -
Uses of Address in de.hybris.platform.ordersplitting.jalo
Methods in de.hybris.platform.ordersplitting.jalo that return Address Modifier and Type Method Description AddressGeneratedConsignment. getShippingAddress()Generated method - Getter of theConsignment.shippingAddressattribute.AddressGeneratedConsignment. getShippingAddress(SessionContext ctx)Generated method - Getter of theConsignment.shippingAddressattribute.Methods in de.hybris.platform.ordersplitting.jalo with parameters of type Address Modifier and Type Method Description protected voidGeneratedConsignment. setShippingAddress(SessionContext ctx, Address value)Generated method - Setter of theConsignment.shippingAddressattribute.protected voidGeneratedConsignment. setShippingAddress(Address value)Generated method - Setter of theConsignment.shippingAddressattribute. -
Uses of Address in de.hybris.platform.payment.jalo
Methods in de.hybris.platform.payment.jalo that return Address Modifier and Type Method Description AddressGeneratedPaymentManager. getBillingAddress(PaymentInfo item)Generated method - Getter of thePaymentInfo.billingAddressattribute.AddressGeneratedPaymentManager. getBillingAddress(SessionContext ctx, PaymentInfo item)Generated method - Getter of thePaymentInfo.billingAddressattribute.Methods in de.hybris.platform.payment.jalo with parameters of type Address Modifier and Type Method Description voidGeneratedPaymentManager. setBillingAddress(PaymentInfo item, Address value)Generated method - Setter of thePaymentInfo.billingAddressattribute.voidGeneratedPaymentManager. setBillingAddress(SessionContext ctx, PaymentInfo item, Address value)Generated method - Setter of thePaymentInfo.billingAddressattribute. -
Uses of Address in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return Address Modifier and Type Method Description AddressGeneratedServicelayerManager. createAddress(SessionContext ctx, java.util.Map attributeValues)AddressGeneratedServicelayerManager. createAddress(java.util.Map attributeValues) -
Uses of Address in de.hybris.platform.servicelayer.internal.jalo.order
Methods in de.hybris.platform.servicelayer.internal.jalo.order that return Address Modifier and Type Method Description AddressInMemoryCart. getDeliveryAddress(SessionContext ctx)Overwritten to provide in-memory implementation.AddressInMemoryCart. getPaymentAddress(SessionContext ctx)Overwritten to provide in-memory implementation.Methods in de.hybris.platform.servicelayer.internal.jalo.order with parameters of type Address Modifier and Type Method Description voidInMemoryCart. setDeliveryAddress(SessionContext ctx, Address address)Overwritten to provide in-memory implementation.voidInMemoryCart. setPaymentAddress(SessionContext ctx, Address adr)Overwritten to provide in-memory implementation. -
Uses of Address in de.hybris.platform.storelocator.jalo
Methods in de.hybris.platform.storelocator.jalo that return Address Modifier and Type Method Description AddressGeneratedPointOfService. getAddress()Generated method - Getter of thePointOfService.addressattribute.AddressGeneratedPointOfService. getAddress(SessionContext ctx)Generated method - Getter of thePointOfService.addressattribute.Methods in de.hybris.platform.storelocator.jalo with parameters of type Address Modifier and Type Method Description voidGeneratedPointOfService. setAddress(SessionContext ctx, Address value)Generated method - Setter of thePointOfService.addressattribute.voidGeneratedPointOfService. setAddress(Address value)Generated method - Setter of thePointOfService.addressattribute. -
Uses of Address in de.hybris.platform.warehousing.jalo
Methods in de.hybris.platform.warehousing.jalo with parameters of type Address Modifier and Type Method Description java.lang.DoubleGeneratedWarehousingManager. getLatitude(SessionContext ctx, Address item)Generated method - Getter of theAddress.latitudeattribute.java.lang.DoubleGeneratedWarehousingManager. getLatitude(Address item)Generated method - Getter of theAddress.latitudeattribute.doubleGeneratedWarehousingManager. getLatitudeAsPrimitive(SessionContext ctx, Address item)Generated method - Getter of theAddress.latitudeattribute.doubleGeneratedWarehousingManager. getLatitudeAsPrimitive(Address item)Generated method - Getter of theAddress.latitudeattribute.java.lang.DoubleGeneratedWarehousingManager. getLongitude(SessionContext ctx, Address item)Generated method - Getter of theAddress.longitudeattribute.java.lang.DoubleGeneratedWarehousingManager. getLongitude(Address item)Generated method - Getter of theAddress.longitudeattribute.doubleGeneratedWarehousingManager. getLongitudeAsPrimitive(SessionContext ctx, Address item)Generated method - Getter of theAddress.longitudeattribute.doubleGeneratedWarehousingManager. getLongitudeAsPrimitive(Address item)Generated method - Getter of theAddress.longitudeattribute.voidGeneratedWarehousingManager. setLatitude(SessionContext ctx, Address item, double value)Generated method - Setter of theAddress.latitudeattribute.voidGeneratedWarehousingManager. setLatitude(SessionContext ctx, Address item, java.lang.Double value)Generated method - Setter of theAddress.latitudeattribute.voidGeneratedWarehousingManager. setLatitude(Address item, double value)Generated method - Setter of theAddress.latitudeattribute.voidGeneratedWarehousingManager. setLatitude(Address item, java.lang.Double value)Generated method - Setter of theAddress.latitudeattribute.voidGeneratedWarehousingManager. setLongitude(SessionContext ctx, Address item, double value)Generated method - Setter of theAddress.longitudeattribute.voidGeneratedWarehousingManager. setLongitude(SessionContext ctx, Address item, java.lang.Double value)Generated method - Setter of theAddress.longitudeattribute.voidGeneratedWarehousingManager. setLongitude(Address item, double value)Generated method - Setter of theAddress.longitudeattribute.voidGeneratedWarehousingManager. setLongitude(Address item, java.lang.Double value)Generated method - Setter of theAddress.longitudeattribute.
-