Uses of Interface
com.liferay.portal.kernel.model.Address
Packages that use Address
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of Address in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement AddressFields in com.liferay.portal.kernel.model with type parameters of type AddressMethods in com.liferay.portal.kernel.model that return AddressModifier and TypeMethodDescriptionAddressModel.cloneWithOriginalValues()
AddressWrapper.cloneWithOriginalValues()
Organization.getAddress()
OrganizationWrapper.getAddress()
Methods in com.liferay.portal.kernel.model that return types with arguments of type AddressModifier and TypeMethodDescriptionOrganization.getAddresses()
OrganizationWrapper.getAddresses()
User.getAddresses()
Returns the user's addresses.UserWrapper.getAddresses()
Returns the user's addresses.AddressWrapper.getAttributeGetterFunctions()
AddressWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.portal.kernel.model with parameters of type AddressConstructors in com.liferay.portal.kernel.model with parameters of type Address -
Uses of Address in com.liferay.portal.kernel.search
Method parameters in com.liferay.portal.kernel.search with type arguments of type AddressModifier and TypeMethodDescriptionprotected void
BaseIndexer.populateAddresses
(Document document, List<Address> addresses, long regionId, long countryId) -
Uses of Address in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return AddressModifier and TypeMethodDescriptionAddressLocalService.addAddress
(Address address) Adds the address to the database.AddressLocalService.addAddress
(String externalReferenceCode, long userId, String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber, ServiceContext serviceContext) static Address
AddressLocalServiceUtil.addAddress
(Address address) Adds the address to the database.static Address
AddressLocalServiceUtil.addAddress
(String externalReferenceCode, long userId, String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber, ServiceContext serviceContext) AddressLocalServiceWrapper.addAddress
(Address address) Adds the address to the database.AddressLocalServiceWrapper.addAddress
(String externalReferenceCode, long userId, String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber, ServiceContext serviceContext) AddressService.addAddress
(String externalReferenceCode, String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber, ServiceContext serviceContext) static Address
AddressServiceUtil.addAddress
(String externalReferenceCode, String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber, ServiceContext serviceContext) AddressServiceWrapper.addAddress
(String externalReferenceCode, String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber, ServiceContext serviceContext) AddressLocalService.copyAddress
(long sourceAddressId, String className, long classPK, ServiceContext serviceContext) static Address
AddressLocalServiceUtil.copyAddress
(long sourceAddressId, String className, long classPK, ServiceContext serviceContext) AddressLocalServiceWrapper.copyAddress
(long sourceAddressId, String className, long classPK, ServiceContext serviceContext) AddressLocalService.createAddress
(long addressId) Creates a new address with the primary key.static Address
AddressLocalServiceUtil.createAddress
(long addressId) Creates a new address with the primary key.AddressLocalServiceWrapper.createAddress
(long addressId) Creates a new address with the primary key.AddressLocalService.deleteAddress
(long addressId) Deletes the address with the primary key from the database.AddressLocalService.deleteAddress
(Address address) Deletes the address from the database.static Address
AddressLocalServiceUtil.deleteAddress
(long addressId) Deletes the address with the primary key from the database.static Address
AddressLocalServiceUtil.deleteAddress
(Address address) Deletes the address from the database.AddressLocalServiceWrapper.deleteAddress
(long addressId) Deletes the address with the primary key from the database.AddressLocalServiceWrapper.deleteAddress
(Address address) Deletes the address from the database.AddressLocalService.fetchAddress
(long addressId) static Address
AddressLocalServiceUtil.fetchAddress
(long addressId) AddressLocalServiceWrapper.fetchAddress
(long addressId) AddressLocalService.fetchAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) static Address
AddressLocalServiceUtil.fetchAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) AddressLocalServiceWrapper.fetchAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) AddressLocalService.fetchAddressByUuidAndCompanyId
(String uuid, long companyId) Returns the address with the matching UUID and company.static Address
AddressLocalServiceUtil.fetchAddressByUuidAndCompanyId
(String uuid, long companyId) Returns the address with the matching UUID and company.AddressLocalServiceWrapper.fetchAddressByUuidAndCompanyId
(String uuid, long companyId) Returns the address with the matching UUID and company.AddressLocalService.getAddress
(long addressId) Returns the address with the primary key.static Address
AddressLocalServiceUtil.getAddress
(long addressId) Returns the address with the primary key.AddressLocalServiceWrapper.getAddress
(long addressId) Returns the address with the primary key.AddressService.getAddress
(long addressId) static Address
AddressServiceUtil.getAddress
(long addressId) AddressServiceWrapper.getAddress
(long addressId) AddressLocalService.getAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) static Address
AddressLocalServiceUtil.getAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) AddressLocalServiceWrapper.getAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) AddressLocalService.getAddressByUuidAndCompanyId
(String uuid, long companyId) Returns the address with the matching UUID and company.static Address
AddressLocalServiceUtil.getAddressByUuidAndCompanyId
(String uuid, long companyId) Returns the address with the matching UUID and company.AddressLocalServiceWrapper.getAddressByUuidAndCompanyId
(String uuid, long companyId) Returns the address with the matching UUID and company.AddressLocalService.updateAddress
(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary) AddressLocalService.updateAddress
(long addressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber) AddressLocalService.updateAddress
(Address address) Updates the address in the database or adds it if it does not yet exist.static Address
AddressLocalServiceUtil.updateAddress
(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary) static Address
AddressLocalServiceUtil.updateAddress
(long addressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber) static Address
AddressLocalServiceUtil.updateAddress
(Address address) Updates the address in the database or adds it if it does not yet exist.AddressLocalServiceWrapper.updateAddress
(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary) AddressLocalServiceWrapper.updateAddress
(long addressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber) AddressLocalServiceWrapper.updateAddress
(Address address) Updates the address in the database or adds it if it does not yet exist.AddressService.updateAddress
(long addressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber) static Address
AddressServiceUtil.updateAddress
(long addressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber) AddressServiceWrapper.updateAddress
(long addressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber) AddressLocalService.updateExternalReferenceCode
(long addressId, String externalReferenceCode) AddressLocalService.updateExternalReferenceCode
(Address address, String externalReferenceCode) static Address
AddressLocalServiceUtil.updateExternalReferenceCode
(long addressId, String externalReferenceCode) static Address
AddressLocalServiceUtil.updateExternalReferenceCode
(Address address, String externalReferenceCode) AddressLocalServiceWrapper.updateExternalReferenceCode
(long addressId, String externalReferenceCode) AddressLocalServiceWrapper.updateExternalReferenceCode
(Address address, String externalReferenceCode) AddressService.updateExternalReferenceCode
(long addressId, String externalReferenceCode) AddressService.updateExternalReferenceCode
(Address address, String externalReferenceCode) static Address
AddressServiceUtil.updateExternalReferenceCode
(long addressId, String externalReferenceCode) static Address
AddressServiceUtil.updateExternalReferenceCode
(Address address, String externalReferenceCode) AddressServiceWrapper.updateExternalReferenceCode
(long addressId, String externalReferenceCode) AddressServiceWrapper.updateExternalReferenceCode
(Address address, String externalReferenceCode) Methods in com.liferay.portal.kernel.service that return types with arguments of type AddressModifier and TypeMethodDescriptionAddressLocalService.getAddresses()
AddressLocalService.getAddresses
(int start, int end) Returns a range of all the addresses.AddressLocalService.getAddresses
(long companyId, String className, long classPK) AddressLocalService.getAddresses
(long companyId, String className, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) AddressLocalServiceUtil.getAddresses()
AddressLocalServiceUtil.getAddresses
(int start, int end) Returns a range of all the addresses.AddressLocalServiceUtil.getAddresses
(long companyId, String className, long classPK) AddressLocalServiceUtil.getAddresses
(long companyId, String className, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) AddressLocalServiceWrapper.getAddresses()
AddressLocalServiceWrapper.getAddresses
(int start, int end) Returns a range of all the addresses.AddressLocalServiceWrapper.getAddresses
(long companyId, String className, long classPK) AddressLocalServiceWrapper.getAddresses
(long companyId, String className, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) AddressService.getAddresses
(String className, long classPK) AddressServiceUtil.getAddresses
(String className, long classPK) AddressServiceWrapper.getAddresses
(String className, long classPK) AddressLocalService.getCTPersistence()
AddressLocalServiceWrapper.getCTPersistence()
AddressLocalService.getListTypeAddresses
(long companyId, String className, long classPK, long[] listTypeIds) AddressLocalService.getListTypeAddresses
(long companyId, String className, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) AddressLocalServiceUtil.getListTypeAddresses
(long companyId, String className, long classPK, long[] listTypeIds) AddressLocalServiceUtil.getListTypeAddresses
(long companyId, String className, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) AddressLocalServiceWrapper.getListTypeAddresses
(long companyId, String className, long classPK, long[] listTypeIds) AddressLocalServiceWrapper.getListTypeAddresses
(long companyId, String className, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) AddressService.getListTypeAddresses
(String className, long classPK, long[] listTypeIds) AddressServiceUtil.getListTypeAddresses
(String className, long classPK, long[] listTypeIds) AddressServiceWrapper.getListTypeAddresses
(String className, long classPK, long[] listTypeIds) AddressLocalService.getModelClass()
AddressLocalServiceWrapper.getModelClass()
AddressLocalService.searchAddresses
(long companyId, String className, long classPK, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) static BaseModelSearchResult<Address>
AddressLocalServiceUtil.searchAddresses
(long companyId, String className, long classPK, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) AddressLocalServiceWrapper.searchAddresses
(long companyId, String className, long classPK, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) Methods in com.liferay.portal.kernel.service with parameters of type AddressModifier and TypeMethodDescriptionAddressLocalService.addAddress
(Address address) Adds the address to the database.static Address
AddressLocalServiceUtil.addAddress
(Address address) Adds the address to the database.AddressLocalServiceWrapper.addAddress
(Address address) Adds the address to the database.AddressLocalService.deleteAddress
(Address address) Deletes the address from the database.static Address
AddressLocalServiceUtil.deleteAddress
(Address address) Deletes the address from the database.AddressLocalServiceWrapper.deleteAddress
(Address address) Deletes the address from the database.AddressLocalService.updateAddress
(Address address) Updates the address in the database or adds it if it does not yet exist.static Address
AddressLocalServiceUtil.updateAddress
(Address address) Updates the address in the database or adds it if it does not yet exist.AddressLocalServiceWrapper.updateAddress
(Address address) Updates the address in the database or adds it if it does not yet exist.AddressLocalService.updateExternalReferenceCode
(Address address, String externalReferenceCode) static Address
AddressLocalServiceUtil.updateExternalReferenceCode
(Address address, String externalReferenceCode) AddressLocalServiceWrapper.updateExternalReferenceCode
(Address address, String externalReferenceCode) AddressService.updateExternalReferenceCode
(Address address, String externalReferenceCode) static Address
AddressServiceUtil.updateExternalReferenceCode
(Address address, String externalReferenceCode) AddressServiceWrapper.updateExternalReferenceCode
(Address address, String externalReferenceCode) Method parameters in com.liferay.portal.kernel.service with type arguments of type AddressModifier and TypeMethodDescriptionOrganizationService.addOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Adds an organization with additional parameters.static Organization
OrganizationServiceUtil.addOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Adds an organization with additional parameters.OrganizationServiceWrapper.addOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Adds an organization with additional parameters.OrganizationService.addOrUpdateOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) static Organization
OrganizationServiceUtil.addOrUpdateOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) OrganizationServiceWrapper.addOrUpdateOrganization
(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) UserService.addOrUpdateUser
(String externalReferenceCode, long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, boolean sendEmail, ServiceContext serviceContext) static User
UserServiceUtil.addOrUpdateUser
(String externalReferenceCode, long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, boolean sendEmail, ServiceContext serviceContext) UserServiceWrapper.addOrUpdateUser
(String externalReferenceCode, long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, boolean sendEmail, ServiceContext serviceContext) UserService.addUser
(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Deprecated.UserService.addUser
(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Adds a user with additional parameters.static User
UserServiceUtil.addUser
(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) static User
UserServiceUtil.addUser
(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Adds a user with additional parameters.UserServiceWrapper.addUser
(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) UserServiceWrapper.addUser
(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Adds a user with additional parameters.UserService.addUserWithWorkflow
(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Deprecated.UserService.addUserWithWorkflow
(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Adds a user with workflow and additional parameters.static User
UserServiceUtil.addUserWithWorkflow
(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Deprecated.static User
UserServiceUtil.addUserWithWorkflow
(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Adds a user with workflow and additional parameters.UserServiceWrapper.addUserWithWorkflow
(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Deprecated.UserServiceWrapper.addUserWithWorkflow
(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Adds a user with workflow and additional parameters.AddressLocalService.getAddresses
(long companyId, String className, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) AddressLocalServiceUtil.getAddresses
(long companyId, String className, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) AddressLocalServiceWrapper.getAddresses
(long companyId, String className, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) AddressLocalService.getListTypeAddresses
(long companyId, String className, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) AddressLocalServiceUtil.getListTypeAddresses
(long companyId, String className, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) AddressLocalServiceWrapper.getListTypeAddresses
(long companyId, String className, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) CompanyService.updateCompany
(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties unicodeProperties) Updates the company with addition information.static Company
CompanyServiceUtil.updateCompany
(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties unicodeProperties) Updates the company with addition information.CompanyServiceWrapper.updateCompany
(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties unicodeProperties) Updates the company with addition information.OrganizationService.updateOrganization
(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Updates the organization with additional parameters.static Organization
OrganizationServiceUtil.updateOrganization
(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Updates the organization with additional parameters.OrganizationServiceWrapper.updateOrganization
(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Updates the organization with additional parameters.<R,
E extends Throwable>
RAddressLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Address>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RAddressLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Address>, R, E> updateUnsafeFunction) -
Uses of Address in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return AddressModifier and TypeMethodDescriptionAddressPersistence.create
(long addressId) Creates a new address with the primary key.static Address
AddressUtil.create
(long addressId) Creates a new address with the primary key.AddressPersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address
AddressUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.fetchByC_C_C_L_First
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address
AddressUtil.fetchByC_C_C_L_First
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.fetchByC_C_C_L_Last
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address
AddressUtil.fetchByC_C_C_L_Last
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address
AddressUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.fetchByC_C_C_M_First
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address
AddressUtil.fetchByC_C_C_M_First
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.fetchByC_C_C_M_Last
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address
AddressUtil.fetchByC_C_C_M_Last
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address
AddressUtil.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address
AddressUtil.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ?.static Address
AddressUtil.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ?.AddressPersistence.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ?.static Address
AddressUtil.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ?.AddressPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ?.static Address
AddressUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ?.AddressPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ?.static Address
AddressUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ?.AddressPersistence.fetchByCountryId_First
(long countryId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where countryId = ?.static Address
AddressUtil.fetchByCountryId_First
(long countryId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where countryId = ?.AddressPersistence.fetchByCountryId_Last
(long countryId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where countryId = ?.static Address
AddressUtil.fetchByCountryId_Last
(long countryId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where countryId = ?.AddressPersistence.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the address where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.AddressPersistence.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the address where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.static Address
AddressUtil.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the address where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.static Address
AddressUtil.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the address where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.AddressPersistence.fetchByPrimaryKey
(long addressId) Returns the address with the primary key or returnsnull
if it could not be found.static Address
AddressUtil.fetchByPrimaryKey
(long addressId) Returns the address with the primary key or returnsnull
if it could not be found.AddressPersistence.fetchByRegionId_First
(long regionId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where regionId = ?.static Address
AddressUtil.fetchByRegionId_First
(long regionId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where regionId = ?.AddressPersistence.fetchByRegionId_Last
(long regionId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where regionId = ?.static Address
AddressUtil.fetchByRegionId_Last
(long regionId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where regionId = ?.AddressPersistence.fetchByUserId_First
(long userId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where userId = ?.static Address
AddressUtil.fetchByUserId_First
(long userId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where userId = ?.AddressPersistence.fetchByUserId_Last
(long userId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where userId = ?.static Address
AddressUtil.fetchByUserId_Last
(long userId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where userId = ?.AddressPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ? and companyId = ?.static Address
AddressUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ? and companyId = ?.AddressPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ? and companyId = ?.static Address
AddressUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ? and companyId = ?.AddressPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ?.static Address
AddressUtil.fetchByUuid_First
(String uuid, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ?.AddressPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ?.static Address
AddressUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ?.AddressPersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address
AddressUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C_L_First
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address
AddressUtil.findByC_C_C_L_First
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_L_Last
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address
AddressUtil.findByC_C_C_L_Last
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.Address[]
AddressPersistence.findByC_C_C_L_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address[]
AddressUtil.findByC_C_C_L_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address
AddressUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C_M_First
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address
AddressUtil.findByC_C_C_M_First
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_M_Last
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address
AddressUtil.findByC_C_C_M_Last
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.Address[]
AddressPersistence.findByC_C_C_M_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address[]
AddressUtil.findByC_C_C_M_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address
AddressUtil.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address
AddressUtil.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Address[]
AddressPersistence.findByC_C_C_P_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address[]
AddressUtil.findByC_C_C_P_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Address[]
AddressPersistence.findByC_C_C_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address[]
AddressUtil.findByC_C_C_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ?.static Address
AddressUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ?.AddressPersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ?.static Address
AddressUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ?.Address[]
AddressPersistence.findByC_C_PrevAndNext
(long addressId, long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.static Address[]
AddressUtil.findByC_C_PrevAndNext
(long addressId, long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.AddressPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ?.static Address
AddressUtil.findByCompanyId_First
(long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ?.AddressPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ?.static Address
AddressUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ?.Address[]
AddressPersistence.findByCompanyId_PrevAndNext
(long addressId, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ?.static Address[]
AddressUtil.findByCompanyId_PrevAndNext
(long addressId, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ?.AddressPersistence.findByCountryId_First
(long countryId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where countryId = ?.static Address
AddressUtil.findByCountryId_First
(long countryId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where countryId = ?.AddressPersistence.findByCountryId_Last
(long countryId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where countryId = ?.static Address
AddressUtil.findByCountryId_Last
(long countryId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where countryId = ?.Address[]
AddressPersistence.findByCountryId_PrevAndNext
(long addressId, long countryId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where countryId = ?.static Address[]
AddressUtil.findByCountryId_PrevAndNext
(long addressId, long countryId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where countryId = ?.AddressPersistence.findByERC_C
(String externalReferenceCode, long companyId) Returns the address where externalReferenceCode = ? and companyId = ? or throws aNoSuchAddressException
if it could not be found.static Address
AddressUtil.findByERC_C
(String externalReferenceCode, long companyId) Returns the address where externalReferenceCode = ? and companyId = ? or throws aNoSuchAddressException
if it could not be found.AddressPersistence.findByPrimaryKey
(long addressId) Returns the address with the primary key or throws aNoSuchAddressException
if it could not be found.static Address
AddressUtil.findByPrimaryKey
(long addressId) Returns the address with the primary key or throws aNoSuchAddressException
if it could not be found.AddressPersistence.findByRegionId_First
(long regionId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where regionId = ?.static Address
AddressUtil.findByRegionId_First
(long regionId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where regionId = ?.AddressPersistence.findByRegionId_Last
(long regionId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where regionId = ?.static Address
AddressUtil.findByRegionId_Last
(long regionId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where regionId = ?.Address[]
AddressPersistence.findByRegionId_PrevAndNext
(long addressId, long regionId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where regionId = ?.static Address[]
AddressUtil.findByRegionId_PrevAndNext
(long addressId, long regionId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where regionId = ?.AddressPersistence.findByUserId_First
(long userId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where userId = ?.static Address
AddressUtil.findByUserId_First
(long userId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where userId = ?.AddressPersistence.findByUserId_Last
(long userId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where userId = ?.static Address
AddressUtil.findByUserId_Last
(long userId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where userId = ?.Address[]
AddressPersistence.findByUserId_PrevAndNext
(long addressId, long userId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where userId = ?.static Address[]
AddressUtil.findByUserId_PrevAndNext
(long addressId, long userId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where userId = ?.AddressPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ? and companyId = ?.static Address
AddressUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ? and companyId = ?.AddressPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ? and companyId = ?.static Address
AddressUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ? and companyId = ?.Address[]
AddressPersistence.findByUuid_C_PrevAndNext
(long addressId, String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.static Address[]
AddressUtil.findByUuid_C_PrevAndNext
(long addressId, String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.AddressPersistence.findByUuid_First
(String uuid, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ?.static Address
AddressUtil.findByUuid_First
(String uuid, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ?.AddressPersistence.findByUuid_Last
(String uuid, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ?.static Address
AddressUtil.findByUuid_Last
(String uuid, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ?.Address[]
AddressPersistence.findByUuid_PrevAndNext
(long addressId, String uuid, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ?.static Address[]
AddressUtil.findByUuid_PrevAndNext
(long addressId, String uuid, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ?.AddressPersistence.remove
(long addressId) Removes the address with the primary key from the database.static Address
AddressUtil.remove
(long addressId) Removes the address with the primary key from the database.AddressPersistence.removeByERC_C
(String externalReferenceCode, long companyId) Removes the address where externalReferenceCode = ? and companyId = ? from the database.static Address
AddressUtil.removeByERC_C
(String externalReferenceCode, long companyId) Removes the address where externalReferenceCode = ? and companyId = ? from the database.static Address
static Address
AddressUtil.update
(Address address, ServiceContext serviceContext) AddressPersistence.updateImpl
(Address address) static Address
AddressUtil.updateImpl
(Address address) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type AddressModifier and TypeMethodDescriptionstatic Map<Serializable,
Address> AddressUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) AddressPersistence.findAll()
Returns all the addresses.AddressPersistence.findAll
(int start, int end) Returns a range of all the addresses.AddressPersistence.findAll
(int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses.AddressPersistence.findAll
(int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses.AddressUtil.findAll()
Returns all the addresses.AddressUtil.findAll
(int start, int end) Returns a range of all the addresses.AddressUtil.findAll
(int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses.AddressUtil.findAll
(int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses.AddressPersistence.findByC_C
(long companyId, long classNameId) Returns all the addresses where companyId = ? and classNameId = ?.AddressPersistence.findByC_C
(long companyId, long classNameId, int start, int end) Returns a range of all the addresses where companyId = ? and classNameId = ?.AddressPersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.AddressPersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.AddressUtil.findByC_C
(long companyId, long classNameId) Returns all the addresses where companyId = ? and classNameId = ?.AddressUtil.findByC_C
(long companyId, long classNameId, int start, int end) Returns a range of all the addresses where companyId = ? and classNameId = ?.AddressUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.AddressUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.AddressPersistence.findByC_C_C
(long companyId, long classNameId, long classPK) Returns all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressUtil.findByC_C_C
(long companyId, long classNameId, long classPK) Returns all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId) Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds) Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = any ?.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds, int start, int end) Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = any ?.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = any ?.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?, optionally using the finder cache.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId, int start, int end) Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId) Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds) Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = any ?.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds, int start, int end) Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = any ?.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = any ?.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?, optionally using the finder cache.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId, int start, int end) Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing) Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing, int start, int end) Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressUtil.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing) Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressUtil.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing, int start, int end) Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressUtil.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressUtil.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary) Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end) Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary) Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end) Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.findByCompanyId
(long companyId) Returns all the addresses where companyId = ?.AddressPersistence.findByCompanyId
(long companyId, int start, int end) Returns a range of all the addresses where companyId = ?.AddressPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ?.AddressPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ?.AddressUtil.findByCompanyId
(long companyId) Returns all the addresses where companyId = ?.AddressUtil.findByCompanyId
(long companyId, int start, int end) Returns a range of all the addresses where companyId = ?.AddressUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ?.AddressUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ?.AddressPersistence.findByCountryId
(long countryId) Returns all the addresses where countryId = ?.AddressPersistence.findByCountryId
(long countryId, int start, int end) Returns a range of all the addresses where countryId = ?.AddressPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where countryId = ?.AddressPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where countryId = ?.AddressUtil.findByCountryId
(long countryId) Returns all the addresses where countryId = ?.AddressUtil.findByCountryId
(long countryId, int start, int end) Returns a range of all the addresses where countryId = ?.AddressUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where countryId = ?.AddressUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where countryId = ?.AddressPersistence.findByRegionId
(long regionId) Returns all the addresses where regionId = ?.AddressPersistence.findByRegionId
(long regionId, int start, int end) Returns a range of all the addresses where regionId = ?.AddressPersistence.findByRegionId
(long regionId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where regionId = ?.AddressPersistence.findByRegionId
(long regionId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where regionId = ?.AddressUtil.findByRegionId
(long regionId) Returns all the addresses where regionId = ?.AddressUtil.findByRegionId
(long regionId, int start, int end) Returns a range of all the addresses where regionId = ?.AddressUtil.findByRegionId
(long regionId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where regionId = ?.AddressUtil.findByRegionId
(long regionId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where regionId = ?.AddressPersistence.findByUserId
(long userId) Returns all the addresses where userId = ?.AddressPersistence.findByUserId
(long userId, int start, int end) Returns a range of all the addresses where userId = ?.AddressPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where userId = ?.AddressPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where userId = ?.AddressUtil.findByUserId
(long userId) Returns all the addresses where userId = ?.AddressUtil.findByUserId
(long userId, int start, int end) Returns a range of all the addresses where userId = ?.AddressUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where userId = ?.AddressUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where userId = ?.AddressPersistence.findByUuid
(String uuid) Returns all the addresses where uuid = ?.AddressPersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the addresses where uuid = ?.AddressPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where uuid = ?.AddressPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where uuid = ?.AddressUtil.findByUuid
(String uuid) Returns all the addresses where uuid = ?.AddressUtil.findByUuid
(String uuid, int start, int end) Returns a range of all the addresses where uuid = ?.AddressUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where uuid = ?.AddressUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where uuid = ?.AddressPersistence.findByUuid_C
(String uuid, long companyId) Returns all the addresses where uuid = ? and companyId = ?.AddressPersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the addresses where uuid = ? and companyId = ?.AddressPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where uuid = ? and companyId = ?.AddressPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where uuid = ? and companyId = ?.AddressUtil.findByUuid_C
(String uuid, long companyId) Returns all the addresses where uuid = ? and companyId = ?.AddressUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the addresses where uuid = ? and companyId = ?.AddressUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where uuid = ? and companyId = ?.AddressUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where uuid = ? and companyId = ?.AddressUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) AddressUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) AddressUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Address> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type AddressModifier and TypeMethodDescriptionvoid
AddressPersistence.cacheResult
(Address address) Caches the address in the entity cache if it is enabled.static void
AddressUtil.cacheResult
(Address address) Caches the address in the entity cache if it is enabled.static void
AddressUtil.clearCache
(Address address) static Address
static Address
AddressUtil.update
(Address address, ServiceContext serviceContext) AddressPersistence.updateImpl
(Address address) static Address
AddressUtil.updateImpl
(Address address) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type AddressModifier and TypeMethodDescriptionvoid
AddressPersistence.cacheResult
(List<Address> addresses) Caches the addresses in the entity cache if it is enabled.static void
AddressUtil.cacheResult
(List<Address> addresses) Caches the addresses in the entity cache if it is enabled.AddressPersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address
AddressUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.fetchByC_C_C_L_First
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address
AddressUtil.fetchByC_C_C_L_First
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.fetchByC_C_C_L_Last
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address
AddressUtil.fetchByC_C_C_L_Last
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address
AddressUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.fetchByC_C_C_M_First
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address
AddressUtil.fetchByC_C_C_M_First
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.fetchByC_C_C_M_Last
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address
AddressUtil.fetchByC_C_C_M_Last
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address
AddressUtil.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address
AddressUtil.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ?.static Address
AddressUtil.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ?.AddressPersistence.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ?.static Address
AddressUtil.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ?.AddressPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ?.static Address
AddressUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ?.AddressPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ?.static Address
AddressUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ?.AddressPersistence.fetchByCountryId_First
(long countryId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where countryId = ?.static Address
AddressUtil.fetchByCountryId_First
(long countryId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where countryId = ?.AddressPersistence.fetchByCountryId_Last
(long countryId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where countryId = ?.static Address
AddressUtil.fetchByCountryId_Last
(long countryId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where countryId = ?.AddressPersistence.fetchByRegionId_First
(long regionId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where regionId = ?.static Address
AddressUtil.fetchByRegionId_First
(long regionId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where regionId = ?.AddressPersistence.fetchByRegionId_Last
(long regionId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where regionId = ?.static Address
AddressUtil.fetchByRegionId_Last
(long regionId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where regionId = ?.AddressPersistence.fetchByUserId_First
(long userId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where userId = ?.static Address
AddressUtil.fetchByUserId_First
(long userId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where userId = ?.AddressPersistence.fetchByUserId_Last
(long userId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where userId = ?.static Address
AddressUtil.fetchByUserId_Last
(long userId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where userId = ?.AddressPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ? and companyId = ?.static Address
AddressUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ? and companyId = ?.AddressPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ? and companyId = ?.static Address
AddressUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ? and companyId = ?.AddressPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ?.static Address
AddressUtil.fetchByUuid_First
(String uuid, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ?.AddressPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ?.static Address
AddressUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ?.AddressPersistence.findAll
(int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses.AddressPersistence.findAll
(int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses.AddressUtil.findAll
(int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses.AddressUtil.findAll
(int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses.AddressPersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.AddressPersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.AddressUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.AddressUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.AddressPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address
AddressUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = any ?.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?, optionally using the finder cache.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = any ?.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?, optionally using the finder cache.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_L_First
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address
AddressUtil.findByC_C_C_L_First
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_L_Last
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address
AddressUtil.findByC_C_C_L_Last
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.Address[]
AddressPersistence.findByC_C_C_L_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address[]
AddressUtil.findByC_C_C_L_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address
AddressUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressUtil.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressUtil.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_M_First
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address
AddressUtil.findByC_C_C_M_First
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_M_Last
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address
AddressUtil.findByC_C_C_M_Last
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.Address[]
AddressPersistence.findByC_C_C_M_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address[]
AddressUtil.findByC_C_C_M_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address
AddressUtil.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address
AddressUtil.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Address[]
AddressPersistence.findByC_C_C_P_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address[]
AddressUtil.findByC_C_C_P_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Address[]
AddressPersistence.findByC_C_C_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address[]
AddressUtil.findByC_C_C_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ?.static Address
AddressUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ?.AddressPersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ?.static Address
AddressUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ?.Address[]
AddressPersistence.findByC_C_PrevAndNext
(long addressId, long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.static Address[]
AddressUtil.findByC_C_PrevAndNext
(long addressId, long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.AddressPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ?.AddressPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ?.AddressUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ?.AddressUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ?.AddressPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ?.static Address
AddressUtil.findByCompanyId_First
(long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ?.AddressPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ?.static Address
AddressUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ?.Address[]
AddressPersistence.findByCompanyId_PrevAndNext
(long addressId, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ?.static Address[]
AddressUtil.findByCompanyId_PrevAndNext
(long addressId, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ?.AddressPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where countryId = ?.AddressPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where countryId = ?.AddressUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where countryId = ?.AddressUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where countryId = ?.AddressPersistence.findByCountryId_First
(long countryId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where countryId = ?.static Address
AddressUtil.findByCountryId_First
(long countryId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where countryId = ?.AddressPersistence.findByCountryId_Last
(long countryId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where countryId = ?.static Address
AddressUtil.findByCountryId_Last
(long countryId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where countryId = ?.Address[]
AddressPersistence.findByCountryId_PrevAndNext
(long addressId, long countryId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where countryId = ?.static Address[]
AddressUtil.findByCountryId_PrevAndNext
(long addressId, long countryId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where countryId = ?.AddressPersistence.findByRegionId
(long regionId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where regionId = ?.AddressPersistence.findByRegionId
(long regionId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where regionId = ?.AddressUtil.findByRegionId
(long regionId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where regionId = ?.AddressUtil.findByRegionId
(long regionId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where regionId = ?.AddressPersistence.findByRegionId_First
(long regionId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where regionId = ?.static Address
AddressUtil.findByRegionId_First
(long regionId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where regionId = ?.AddressPersistence.findByRegionId_Last
(long regionId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where regionId = ?.static Address
AddressUtil.findByRegionId_Last
(long regionId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where regionId = ?.Address[]
AddressPersistence.findByRegionId_PrevAndNext
(long addressId, long regionId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where regionId = ?.static Address[]
AddressUtil.findByRegionId_PrevAndNext
(long addressId, long regionId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where regionId = ?.AddressPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where userId = ?.AddressPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where userId = ?.AddressUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where userId = ?.AddressUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where userId = ?.AddressPersistence.findByUserId_First
(long userId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where userId = ?.static Address
AddressUtil.findByUserId_First
(long userId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where userId = ?.AddressPersistence.findByUserId_Last
(long userId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where userId = ?.static Address
AddressUtil.findByUserId_Last
(long userId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where userId = ?.Address[]
AddressPersistence.findByUserId_PrevAndNext
(long addressId, long userId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where userId = ?.static Address[]
AddressUtil.findByUserId_PrevAndNext
(long addressId, long userId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where userId = ?.AddressPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where uuid = ?.AddressPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where uuid = ?.AddressUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where uuid = ?.AddressUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where uuid = ?.AddressPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where uuid = ? and companyId = ?.AddressPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where uuid = ? and companyId = ?.AddressUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where uuid = ? and companyId = ?.AddressUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where uuid = ? and companyId = ?.AddressPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ? and companyId = ?.static Address
AddressUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ? and companyId = ?.AddressPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ? and companyId = ?.static Address
AddressUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ? and companyId = ?.Address[]
AddressPersistence.findByUuid_C_PrevAndNext
(long addressId, String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.static Address[]
AddressUtil.findByUuid_C_PrevAndNext
(long addressId, String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.AddressPersistence.findByUuid_First
(String uuid, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ?.static Address
AddressUtil.findByUuid_First
(String uuid, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ?.AddressPersistence.findByUuid_Last
(String uuid, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ?.static Address
AddressUtil.findByUuid_Last
(String uuid, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ?.Address[]
AddressPersistence.findByUuid_PrevAndNext
(long addressId, String uuid, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ?.static Address[]
AddressUtil.findByUuid_PrevAndNext
(long addressId, String uuid, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ?.AddressUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Address> orderByComparator)
UserService.addUser(long, boolean, String, String, boolean, String, String, Locale, String, String, String, long, long, boolean, int, int, int, String, long[], long[], long[], long[], List, List, List, List, List, boolean, ServiceContext)