Liferay 6.0.5

Uses of Interface
com.liferay.portal.model.Address

Packages that use Address
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portlet.enterpriseadmin.util   
 

Uses of Address in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Address
 class AddressWrapper
           This class is a wrapper for Address.
 

Methods in com.liferay.portal.model that return Address
 Address OrganizationWrapper.getAddress()
           
 Address Organization.getAddress()
           
 Address AddressWrapper.getWrappedAddress()
           
 Address AddressWrapper.toEscapedModel()
           
 Address AddressModel.toEscapedModel()
          Gets a copy of this address as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model that return types with arguments of type Address
 List<Address> OrganizationWrapper.getAddresses()
           
 List<Address> Organization.getAddresses()
           
 

Methods in com.liferay.portal.model with parameters of type Address
 int AddressWrapper.compareTo(Address address)
           
 int AddressModel.compareTo(Address address)
           
static AddressSoap AddressSoap.toSoapModel(Address model)
           
static AddressSoap[] AddressSoap.toSoapModels(Address[] models)
           
static AddressSoap[][] AddressSoap.toSoapModels(Address[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Address
static AddressSoap[] AddressSoap.toSoapModels(List<Address> models)
           
 

Constructors in com.liferay.portal.model with parameters of type Address
AddressWrapper(Address address)
           
 

Uses of Address in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement Address
 class AddressImpl
           
 

Methods in com.liferay.portal.model.impl that return Address
 Address OrganizationImpl.getAddress()
           
 Address AddressModelImpl.toEscapedModel()
           
static Address AddressModelImpl.toModel(AddressSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Address
 List<Address> OrganizationImpl.getAddresses()
           
static List<Address> AddressModelImpl.toModels(AddressSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type Address
 int AddressModelImpl.compareTo(Address address)
           
 

Uses of Address in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Address
 Address AddressLocalServiceWrapper.addAddress(Address address)
          Adds the address to the database.
static Address AddressLocalServiceUtil.addAddress(Address address)
          Adds the address to the database.
 Address AddressLocalService.addAddress(Address address)
          Adds the address to the database.
 Address AddressLocalServiceWrapper.addAddress(long userId, String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
static Address AddressLocalServiceUtil.addAddress(long userId, String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressLocalService.addAddress(long userId, String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressServiceWrapper.addAddress(String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
static Address AddressServiceUtil.addAddress(String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressService.addAddress(String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressLocalServiceWrapper.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.
 Address AddressLocalService.createAddress(long addressId)
          Creates a new address with the primary key.
 Address AddressServiceWrapper.getAddress(long addressId)
           
static Address AddressServiceUtil.getAddress(long addressId)
           
 Address AddressService.getAddress(long addressId)
           
 Address AddressLocalServiceWrapper.getAddress(long addressId)
          Gets the address with the primary key.
static Address AddressLocalServiceUtil.getAddress(long addressId)
          Gets the address with the primary key.
 Address AddressLocalService.getAddress(long addressId)
          Gets the address with the primary key.
 Address AddressLocalServiceWrapper.updateAddress(Address address)
          Updates the address in the database.
static Address AddressLocalServiceUtil.updateAddress(Address address)
          Updates the address in the database.
 Address AddressLocalService.updateAddress(Address address)
          Updates the address in the database.
 Address AddressLocalServiceWrapper.updateAddress(Address address, boolean merge)
          Updates the address in the database.
static Address AddressLocalServiceUtil.updateAddress(Address address, boolean merge)
          Updates the address in the database.
 Address AddressLocalService.updateAddress(Address address, boolean merge)
          Updates the address in the database.
 Address AddressServiceWrapper.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
static Address AddressServiceUtil.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressService.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressLocalServiceWrapper.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
static Address AddressLocalServiceUtil.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressLocalService.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 

Methods in com.liferay.portal.service that return types with arguments of type Address
 List<Address> AddressLocalServiceWrapper.getAddresses()
           
static List<Address> AddressLocalServiceUtil.getAddresses()
           
 List<Address> AddressLocalService.getAddresses()
           
 List<Address> AddressLocalServiceWrapper.getAddresses(int start, int end)
          Gets a range of all the addresses.
static List<Address> AddressLocalServiceUtil.getAddresses(int start, int end)
          Gets a range of all the addresses.
 List<Address> AddressLocalService.getAddresses(int start, int end)
          Gets a range of all the addresses.
 List<Address> AddressLocalServiceWrapper.getAddresses(long companyId, String className, long classPK)
           
static List<Address> AddressLocalServiceUtil.getAddresses(long companyId, String className, long classPK)
           
 List<Address> AddressLocalService.getAddresses(long companyId, String className, long classPK)
           
 List<Address> AddressServiceWrapper.getAddresses(String className, long classPK)
           
static List<Address> AddressServiceUtil.getAddresses(String className, long classPK)
           
 List<Address> AddressService.getAddresses(String className, long classPK)
           
 

Methods in com.liferay.portal.service with parameters of type Address
 Address AddressLocalServiceWrapper.addAddress(Address address)
          Adds the address to the database.
static Address AddressLocalServiceUtil.addAddress(Address address)
          Adds the address to the database.
 Address AddressLocalService.addAddress(Address address)
          Adds the address to the database.
 void AddressLocalServiceWrapper.deleteAddress(Address address)
          Deletes the address from the database.
static void AddressLocalServiceUtil.deleteAddress(Address address)
          Deletes the address from the database.
 void AddressLocalService.deleteAddress(Address address)
          Deletes the address from the database.
 Address AddressLocalServiceWrapper.updateAddress(Address address)
          Updates the address in the database.
static Address AddressLocalServiceUtil.updateAddress(Address address)
          Updates the address in the database.
 Address AddressLocalService.updateAddress(Address address)
          Updates the address in the database.
 Address AddressLocalServiceWrapper.updateAddress(Address address, boolean merge)
          Updates the address in the database.
static Address AddressLocalServiceUtil.updateAddress(Address address, boolean merge)
          Updates the address in the database.
 Address AddressLocalService.updateAddress(Address address, boolean merge)
          Updates the address in the database.
 

Method parameters in com.liferay.portal.service with type arguments of type Address
 Organization OrganizationServiceWrapper.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 User 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 User 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 Company CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, 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 properties)
           
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, 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 properties)
           
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, 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 properties)
           
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 User UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
static User UserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 User UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 

Uses of Address in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return Address
 Address AddressLocalServiceBaseImpl.addAddress(Address address)
          Adds the address to the database.
 Address AddressLocalServiceBaseImpl.createAddress(long addressId)
          Creates a new address with the primary key.
 Address AddressLocalServiceBaseImpl.getAddress(long addressId)
          Gets the address with the primary key.
 Address AddressLocalServiceBaseImpl.updateAddress(Address address)
          Updates the address in the database.
 Address AddressLocalServiceBaseImpl.updateAddress(Address address, boolean merge)
          Updates the address in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Address
 List<Address> AddressLocalServiceBaseImpl.getAddresses(int start, int end)
          Gets a range of all the addresses.
 

Methods in com.liferay.portal.service.base with parameters of type Address
 Address AddressLocalServiceBaseImpl.addAddress(Address address)
          Adds the address to the database.
 void AddressLocalServiceBaseImpl.deleteAddress(Address address)
          Deletes the address from the database.
 Address AddressLocalServiceBaseImpl.updateAddress(Address address)
          Updates the address in the database.
 Address AddressLocalServiceBaseImpl.updateAddress(Address address, boolean merge)
          Updates the address in the database.
 

Uses of Address in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return Address
static Address AddressServiceHttp.addAddress(HttpPrincipal httpPrincipal, String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
static Address AddressServiceHttp.getAddress(HttpPrincipal httpPrincipal, long addressId)
           
static Address AddressServiceHttp.updateAddress(HttpPrincipal httpPrincipal, long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type Address
static List<Address> AddressServiceHttp.getAddresses(HttpPrincipal httpPrincipal, String className, long classPK)
           
 

Methods in com.liferay.portal.service.http with parameters of type Address
static JSONArray AddressJSONSerializer.toJSONArray(Address[] models)
           
static JSONArray AddressJSONSerializer.toJSONArray(Address[][] models)
           
static JSONObject AddressJSONSerializer.toJSONObject(Address model)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type Address
static Organization OrganizationServiceHttp.addOrganization(HttpPrincipal httpPrincipal, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static User UserServiceHttp.addUser(HttpPrincipal httpPrincipal, 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
static JSONArray AddressJSONSerializer.toJSONArray(List<Address> models)
           
static Company CompanyServiceHttp.updateCompany(HttpPrincipal httpPrincipal, long companyId, String virtualHost, String mx, String homeURL, 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 properties)
           
static Organization OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static User UserServiceHttp.updateUser(HttpPrincipal httpPrincipal, long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 

Uses of Address in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Address
 Address AddressLocalServiceImpl.addAddress(long userId, String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressServiceImpl.addAddress(String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressServiceImpl.getAddress(long addressId)
           
 Address AddressLocalServiceImpl.getAddress(long addressId)
           
 Address AddressServiceImpl.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressLocalServiceImpl.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Address
 List<Address> AddressLocalServiceImpl.getAddresses()
           
 List<Address> AddressLocalServiceImpl.getAddresses(long companyId, String className, long classPK)
           
 List<Address> AddressServiceImpl.getAddresses(String className, long classPK)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type Address
 Organization OrganizationServiceImpl.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 User UserServiceImpl.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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 Company CompanyServiceImpl.updateCompany(long companyId, String virtualHost, String mx, String homeURL, 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 properties)
           
 Organization OrganizationServiceImpl.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 User UserServiceImpl.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 

Uses of Address in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Address
static Address AddressUtil.create(long addressId)
          Creates a new address with the primary key.
 Address AddressPersistence.create(long addressId)
          Creates a new address with the primary key.
 Address AddressPersistenceImpl.create(long addressId)
          Creates a new address with the primary key.
static Address AddressUtil.fetchByPrimaryKey(long addressId)
          Finds the address with the primary key or returns null if it could not be found.
 Address AddressPersistence.fetchByPrimaryKey(long addressId)
          Finds the address with the primary key or returns null if it could not be found.
 Address AddressPersistenceImpl.fetchByPrimaryKey(long addressId)
          Finds the address with the primary key or returns null if it could not be found.
 Address AddressPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the address with the primary key or returns null if it could not be found.
static Address AddressUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistenceImpl.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first 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 orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistenceImpl.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.findByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 Address AddressPersistence.findByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 Address AddressPersistenceImpl.findByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Finds the first 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 orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 Address AddressPersistence.findByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 Address AddressPersistenceImpl.findByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Finds the last 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 orderByComparator)
          Finds the addresses before and after the current 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 orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 Address[] AddressPersistenceImpl.findByC_C_C_M_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Finds 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_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Address AddressPersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Address AddressPersistenceImpl.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds the first 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 orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Address AddressPersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Address AddressPersistenceImpl.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds the last 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 orderByComparator)
          Finds 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_P_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Address[] AddressPersistenceImpl.findByC_C_C_P_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds 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_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address[] AddressPersistence.findByC_C_C_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address[] AddressPersistenceImpl.findByC_C_C_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ?.
 Address AddressPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ?.
 Address AddressPersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ?.
static Address AddressUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ?.
 Address AddressPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ?.
 Address AddressPersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ?.
static Address[] AddressUtil.findByC_C_PrevAndNext(long addressId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.
 Address[] AddressPersistence.findByC_C_PrevAndNext(long addressId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.
 Address[] AddressPersistenceImpl.findByC_C_PrevAndNext(long addressId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.
static Address AddressUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ?.
 Address AddressPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ?.
 Address AddressPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ?.
static Address AddressUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ?.
 Address AddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ?.
 Address AddressPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ?.
static Address[] AddressUtil.findByCompanyId_PrevAndNext(long addressId, long companyId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ?.
 Address[] AddressPersistence.findByCompanyId_PrevAndNext(long addressId, long companyId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ?.
 Address[] AddressPersistenceImpl.findByCompanyId_PrevAndNext(long addressId, long companyId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ?.
static Address AddressUtil.findByPrimaryKey(long addressId)
          Finds the address with the primary key or throws a NoSuchAddressException if it could not be found.
 Address AddressPersistence.findByPrimaryKey(long addressId)
          Finds the address with the primary key or throws a NoSuchAddressException if it could not be found.
 Address AddressPersistenceImpl.findByPrimaryKey(long addressId)
          Finds the address with the primary key or throws a NoSuchAddressException if it could not be found.
 Address AddressPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the address with the primary key or throws a NoSuchModelException if it could not be found.
static Address AddressUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where userId = ?.
 Address AddressPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where userId = ?.
 Address AddressPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where userId = ?.
static Address AddressUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where userId = ?.
 Address AddressPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where userId = ?.
 Address AddressPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where userId = ?.
static Address[] AddressUtil.findByUserId_PrevAndNext(long addressId, long userId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where userId = ?.
 Address[] AddressPersistence.findByUserId_PrevAndNext(long addressId, long userId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where userId = ?.
 Address[] AddressPersistenceImpl.findByUserId_PrevAndNext(long addressId, long userId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where userId = ?.
protected  Address AddressPersistenceImpl.getByC_C_C_M_PrevAndNext(Session session, Address address, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, Address address, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByC_C_C_PrevAndNext(Session session, Address address, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByC_C_PrevAndNext(Session session, Address address, long companyId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Address address, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByUserId_PrevAndNext(Session session, Address address, long userId, OrderByComparator orderByComparator, boolean previous)
           
static Address AddressUtil.remove(Address address)
           
static Address AddressUtil.remove(long addressId)
          Removes the address with the primary key from the database.
 Address AddressPersistence.remove(long addressId)
          Removes the address with the primary key from the database.
 Address AddressPersistenceImpl.remove(long addressId)
          Removes the address with the primary key from the database.
 Address AddressPersistenceImpl.remove(Serializable primaryKey)
          Removes the address with the primary key from the database.
protected  Address AddressPersistenceImpl.removeImpl(Address address)
           
protected  Address AddressPersistenceImpl.toUnwrappedModel(Address address)
           
static Address AddressUtil.update(Address address, boolean merge)
           
static Address AddressUtil.update(Address address, boolean merge, ServiceContext serviceContext)
           
static Address AddressUtil.updateImpl(Address address, boolean merge)
           
 Address AddressPersistence.updateImpl(Address address, boolean merge)
           
 Address AddressPersistenceImpl.updateImpl(Address address, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Address
static List<Address> AddressUtil.findAll()
          Finds all the addresses.
 List<Address> AddressPersistence.findAll()
          Finds all the addresses.
 List<Address> AddressPersistenceImpl.findAll()
          Finds all the addresses.
static List<Address> AddressUtil.findAll(int start, int end)
          Finds a range of all the addresses.
 List<Address> AddressPersistence.findAll(int start, int end)
          Finds a range of all the addresses.
 List<Address> AddressPersistenceImpl.findAll(int start, int end)
          Finds a range of all the addresses.
static List<Address> AddressUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses.
 List<Address> AddressPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses.
 List<Address> AddressPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses.
static List<Address> AddressUtil.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing)
          Finds all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 List<Address> AddressPersistence.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing)
          Finds all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 List<Address> AddressPersistenceImpl.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing)
          Finds all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static List<Address> AddressUtil.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end)
          Finds a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 List<Address> AddressPersistence.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end)
          Finds a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 List<Address> AddressPersistenceImpl.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end)
          Finds a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static List<Address> AddressUtil.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 List<Address> AddressPersistence.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 List<Address> AddressPersistenceImpl.findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static List<Address> AddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
          Finds all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Address> AddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
          Finds all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Address> AddressPersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
          Finds all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Address> AddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
          Finds a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Address> AddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
          Finds a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Address> AddressPersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
          Finds a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Address> AddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Address> AddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Address> AddressPersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Address> AddressUtil.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds all the addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<Address> AddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds all the addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<Address> AddressPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds all the addresses where companyId = ? and classNameId = ? and classPK = ?.
static List<Address> AddressUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
          Finds a range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<Address> AddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
          Finds a range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<Address> AddressPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
          Finds a range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
static List<Address> AddressUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<Address> AddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<Address> AddressPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
static List<Address> AddressUtil.findByC_C(long companyId, long classNameId)
          Finds all the addresses where companyId = ? and classNameId = ?.
 List<Address> AddressPersistence.findByC_C(long companyId, long classNameId)
          Finds all the addresses where companyId = ? and classNameId = ?.
 List<Address> AddressPersistenceImpl.findByC_C(long companyId, long classNameId)
          Finds all the addresses where companyId = ? and classNameId = ?.
static List<Address> AddressUtil.findByC_C(long companyId, long classNameId, int start, int end)
          Finds a range of all the addresses where companyId = ? and classNameId = ?.
 List<Address> AddressPersistence.findByC_C(long companyId, long classNameId, int start, int end)
          Finds a range of all the addresses where companyId = ? and classNameId = ?.
 List<Address> AddressPersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end)
          Finds a range of all the addresses where companyId = ? and classNameId = ?.
static List<Address> AddressUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ? and classNameId = ?.
 List<Address> AddressPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ? and classNameId = ?.
 List<Address> AddressPersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ? and classNameId = ?.
static List<Address> AddressUtil.findByCompanyId(long companyId)
          Finds all the addresses where companyId = ?.
 List<Address> AddressPersistence.findByCompanyId(long companyId)
          Finds all the addresses where companyId = ?.
 List<Address> AddressPersistenceImpl.findByCompanyId(long companyId)
          Finds all the addresses where companyId = ?.
static List<Address> AddressUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the addresses where companyId = ?.
 List<Address> AddressPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the addresses where companyId = ?.
 List<Address> AddressPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the addresses where companyId = ?.
static List<Address> AddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ?.
 List<Address> AddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ?.
 List<Address> AddressPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where companyId = ?.
static List<Address> AddressUtil.findByUserId(long userId)
          Finds all the addresses where userId = ?.
 List<Address> AddressPersistence.findByUserId(long userId)
          Finds all the addresses where userId = ?.
 List<Address> AddressPersistenceImpl.findByUserId(long userId)
          Finds all the addresses where userId = ?.
static List<Address> AddressUtil.findByUserId(long userId, int start, int end)
          Finds a range of all the addresses where userId = ?.
 List<Address> AddressPersistence.findByUserId(long userId, int start, int end)
          Finds a range of all the addresses where userId = ?.
 List<Address> AddressPersistenceImpl.findByUserId(long userId, int start, int end)
          Finds a range of all the addresses where userId = ?.
static List<Address> AddressUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where userId = ?.
 List<Address> AddressPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where userId = ?.
 List<Address> AddressPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the addresses where userId = ?.
static List<Address> AddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Address> AddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Address> AddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Address
static void AddressUtil.cacheResult(Address address)
          Caches the address in the entity cache if it is enabled.
 void AddressPersistence.cacheResult(Address address)
          Caches the address in the entity cache if it is enabled.
 void AddressPersistenceImpl.cacheResult(Address address)
          Caches the address in the entity cache if it is enabled.
static void AddressUtil.clearCache(Address address)
           
 void AddressPersistenceImpl.clearCache(Address address)
          Clears the cache for the address.
protected  Address AddressPersistenceImpl.getByC_C_C_M_PrevAndNext(Session session, Address address, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, Address address, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByC_C_C_PrevAndNext(Session session, Address address, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByC_C_PrevAndNext(Session session, Address address, long companyId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Address address, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Address AddressPersistenceImpl.getByUserId_PrevAndNext(Session session, Address address, long userId, OrderByComparator orderByComparator, boolean previous)
           
static Address AddressUtil.remove(Address address)
           
protected  Address AddressPersistenceImpl.removeImpl(Address address)
           
protected  Address AddressPersistenceImpl.toUnwrappedModel(Address address)
           
static Address AddressUtil.update(Address address, boolean merge)
           
static Address AddressUtil.update(Address address, boolean merge, ServiceContext serviceContext)
           
static Address AddressUtil.updateImpl(Address address, boolean merge)
           
 Address AddressPersistence.updateImpl(Address address, boolean merge)
           
 Address AddressPersistenceImpl.updateImpl(Address address, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Address
static void AddressUtil.cacheResult(List<Address> addresses)
          Caches the addresses in the entity cache if it is enabled.
 void AddressPersistence.cacheResult(List<Address> addresses)
          Caches the addresses in the entity cache if it is enabled.
 void AddressPersistenceImpl.cacheResult(List<Address> addresses)
          Caches the addresses in the entity cache if it is enabled.
 

Uses of Address in com.liferay.portlet.enterpriseadmin.util
 

Methods in com.liferay.portlet.enterpriseadmin.util that return types with arguments of type Address
static List<Address> EnterpriseAdminUtil.getAddresses(ActionRequest actionRequest)
           
 List<Address> EnterpriseAdmin.getAddresses(ActionRequest actionRequest)
           
 List<Address> EnterpriseAdminImpl.getAddresses(ActionRequest actionRequest)
           
 

Method parameters in com.liferay.portlet.enterpriseadmin.util with type arguments of type Address
static void EnterpriseAdminUtil.updateAddresses(String className, long classPK, List<Address> addresses)
           
 void EnterpriseAdmin.updateAddresses(String className, long classPK, List<Address> addresses)
           
 void EnterpriseAdminImpl.updateAddresses(String className, long classPK, List<Address> addresses)
           
 


Liferay 6.0.5