Uses of Class
com.maplander.backend.model.manage.property.Address
Packages that use Address
Package
Description
-
Uses of Address in com.maplander.backend.model.b
Methods in com.maplander.backend.model.b that return AddressMethods in com.maplander.backend.model.b with parameters of type AddressModifier and TypeMethodDescriptionvoidBannerList.setShipping(Address shipping) voidOrderBanner.setShippingAddress(Address shippingAddress) Constructors in com.maplander.backend.model.b with parameters of type AddressModifierConstructorDescriptionOrderBanner(List<Banners> banners, double totalPrice, int totalBanners, Address shippingAddress, Long officeId) -
Uses of Address in com.maplander.backend.model.bCardOrder
Methods in com.maplander.backend.model.bCardOrder that return AddressMethods in com.maplander.backend.model.bCardOrder with parameters of type AddressConstructors in com.maplander.backend.model.bCardOrder with parameters of type AddressModifierConstructorDescriptionOrderBCard(List<OrderItemBCard> itemsBCard, double totalPrice, int totalItemsBCard, Address shippingAddress, Long officeId, Long userIdCreateOrder) OrderBCard(List<OrderItemBCard> itemsBCard, int date, double totalPrice, int totalItemsBCard, Address shippingAddress, Long officeId, Long userIdCreateOrder, OrderBCardEnum status, String urlPayment, String order_id, String checkoutId, String created_at) -
Uses of Address in com.maplander.backend.model.manage
Methods in com.maplander.backend.model.manage that return AddressMethods in com.maplander.backend.model.manage with parameters of type Address -
Uses of Address in com.maplander.backend.model.manage.CRM
Methods in com.maplander.backend.model.manage.CRM that return AddressMethods in com.maplander.backend.model.manage.CRM with parameters of type AddressModifier and TypeMethodDescriptionvoidClientProperty.setAddress(Address address) voidPropertyCRM.setAddress(Address address) -
Uses of Address in com.maplander.backend.model.manage.LinkXML
Methods in com.maplander.backend.model.manage.LinkXML that return AddressMethods in com.maplander.backend.model.manage.LinkXML with parameters of type Address -
Uses of Address in com.maplander.backend.model.manage.property
Methods in com.maplander.backend.model.manage.property that return AddressModifier and TypeMethodDescriptionProperty.getAddress()PropertyExpired.getAddress()PropertyLite.getAddress()PropertyLiteBot.getAddress()PropertyLiteSuggest.getAddress()PropertyUserLite.getAddress()Methods in com.maplander.backend.model.manage.property with parameters of type AddressModifier and TypeMethodDescriptionvoidProperty.setAddress(Address address) voidPropertyExpired.setAddress(Address address) voidPropertyLite.setAddress(Address address) voidPropertyLiteBot.setAddress(Address address) voidPropertyLiteSuggest.setAddress(Address address) voidPropertyUserLite.setAddress(Address address) -
Uses of Address in com.maplander.backend.model.manage.property.complex
Methods in com.maplander.backend.model.manage.property.complex that return AddressMethods in com.maplander.backend.model.manage.property.complex with parameters of type Address -
Uses of Address in com.maplander.backend.utils
Methods in com.maplander.backend.utils that return AddressMethods in com.maplander.backend.utils with parameters of type AddressModifier and TypeMethodDescriptionstatic AddressUtilities.fixAddress(Address address) BQ_Util_OldOPI.insertAddress(Address address) -
Uses of Address in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification with parameters of type Address