|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Address | |
|---|---|
| com.liferay.portal.kernel.search | |
| com.liferay.portal.kernel.test.util | |
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.model.impl | This package defines the portal model implementation base classes. |
| com.liferay.portal.service | This package defines the portal service interfaces and classes. |
| com.liferay.portal.service.base | This package defines the portal service local and remote base classes. |
| com.liferay.portal.service.http | This package defines the HTTP and SOAP portal service utilities. |
| com.liferay.portal.service.impl | This package defines the portal service local and remote implementations. |
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| com.liferay.portlet.usersadmin.util | |
| com.liferay.users.admin.kernel.util | |
| Uses of Address in com.liferay.portal.kernel.search |
|---|
| Method parameters in com.liferay.portal.kernel.search with type arguments of type Address | |
|---|---|
protected void |
BaseIndexer.populateAddresses(Document document,
List<Address> addresses,
long regionId,
long countryId)
|
| Uses of Address in com.liferay.portal.kernel.test.util |
|---|
| Methods in com.liferay.portal.kernel.test.util that return Address | |
|---|---|
static Address |
OrganizationTestUtil.addAddress(Organization organization)
|
| 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. |
| Fields in com.liferay.portal.model with type parameters of type Address | |
|---|---|
static Accessor<Address,Long> |
Address.ADDRESS_ID_ACCESSOR
|
| Methods in com.liferay.portal.model that return Address | |
|---|---|
Address |
OrganizationWrapper.getAddress()
|
Address |
Organization.getAddress()
|
Address |
AddressWrapper.getWrappedModel()
|
Address |
AddressModel.toEscapedModel()
|
Address |
AddressWrapper.toEscapedModel()
|
Address |
AddressModel.toUnescapedModel()
|
Address |
AddressWrapper.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type Address | |
|---|---|
List<Address> |
User.getAddresses()
Returns the user's addresses. |
List<Address> |
OrganizationWrapper.getAddresses()
|
List<Address> |
Organization.getAddresses()
|
List<Address> |
UserWrapper.getAddresses()
Returns the user's addresses. |
CacheModel<Address> |
AddressModel.toCacheModel()
|
CacheModel<Address> |
AddressWrapper.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type Address | |
|---|---|
int |
AddressModel.compareTo(Address address)
|
int |
AddressWrapper.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 |
AddressBaseImpl
The extended model base implementation for the Address service. |
class |
AddressImpl
|
| Methods in com.liferay.portal.model.impl that return Address | |
|---|---|
Address |
OrganizationImpl.getAddress()
|
Address |
AddressCacheModel.toEntityModel()
|
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> |
UserImpl.getAddresses()
Returns the user's addresses. |
List<Address> |
OrganizationImpl.getAddresses()
|
CacheModel<Address> |
AddressModelImpl.toCacheModel()
|
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 | |
|---|---|
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(Address address)
Adds the address to the database. |
static Address |
AddressLocalServiceUtil.addAddress(long userId,
String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
Address |
AddressLocalService.addAddress(long userId,
String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
Address |
AddressLocalServiceWrapper.addAddress(long userId,
String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
Address |
AddressServiceWrapper.addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
Address |
AddressService.addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
static Address |
AddressServiceUtil.addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
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 |
AddressLocalServiceWrapper.createAddress(long addressId)
Creates a new address with the primary key. |
static Address |
AddressLocalServiceUtil.deleteAddress(Address address)
Deletes the address from the database. |
Address |
AddressLocalService.deleteAddress(Address address)
Deletes the address from the database. |
Address |
AddressLocalServiceWrapper.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. |
Address |
AddressLocalService.deleteAddress(long addressId)
Deletes the address with the primary key from the database. |
Address |
AddressLocalServiceWrapper.deleteAddress(long addressId)
Deletes the address with the primary key from the database. |
static Address |
AddressLocalServiceUtil.fetchAddress(long addressId)
|
Address |
AddressLocalService.fetchAddress(long addressId)
|
Address |
AddressLocalServiceWrapper.fetchAddress(long addressId)
|
static Address |
AddressLocalServiceUtil.fetchAddressByUuidAndCompanyId(String uuid,
long companyId)
Returns the address with the matching UUID and company. |
Address |
AddressLocalService.fetchAddressByUuidAndCompanyId(String uuid,
long companyId)
Returns the address with the matching UUID and company. |
Address |
AddressLocalServiceWrapper.fetchAddressByUuidAndCompanyId(String uuid,
long companyId)
Returns the address with the matching UUID and company. |
Address |
AddressServiceWrapper.getAddress(long addressId)
|
static Address |
AddressLocalServiceUtil.getAddress(long addressId)
Returns the address with the primary key. |
Address |
AddressLocalService.getAddress(long addressId)
Returns the address with the primary key. |
Address |
AddressService.getAddress(long addressId)
|
static Address |
AddressServiceUtil.getAddress(long addressId)
|
Address |
AddressLocalServiceWrapper.getAddress(long addressId)
Returns the address with the primary key. |
static Address |
AddressLocalServiceUtil.getAddressByUuidAndCompanyId(String uuid,
long companyId)
Returns the address with the matching UUID and company. |
Address |
AddressLocalService.getAddressByUuidAndCompanyId(String uuid,
long companyId)
Returns the address with the matching UUID and company. |
Address |
AddressLocalServiceWrapper.getAddressByUuidAndCompanyId(String uuid,
long companyId)
Returns the address with the matching UUID and company. |
static Address |
AddressLocalServiceUtil.updateAddress(Address address)
Updates the address in the database or adds it if it does not yet exist. |
Address |
AddressLocalService.updateAddress(Address address)
Updates the address in the database or adds it if it does not yet exist. |
Address |
AddressLocalServiceWrapper.updateAddress(Address address)
Updates the address in the database or adds it if it does not yet exist. |
Address |
AddressServiceWrapper.updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long 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,
long typeId,
boolean mailing,
boolean primary)
|
Address |
AddressLocalService.updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long typeId,
boolean mailing,
boolean primary)
|
Address |
AddressService.updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long 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,
long typeId,
boolean mailing,
boolean primary)
|
Address |
AddressLocalServiceWrapper.updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long typeId,
boolean mailing,
boolean primary)
|
| Methods in com.liferay.portal.service that return types with arguments of type Address | |
|---|---|
static List<Address> |
AddressLocalServiceUtil.getAddresses()
|
List<Address> |
AddressLocalService.getAddresses()
|
List<Address> |
AddressLocalServiceWrapper.getAddresses()
|
static List<Address> |
AddressLocalServiceUtil.getAddresses(int start,
int end)
Returns a range of all the addresses. |
List<Address> |
AddressLocalService.getAddresses(int start,
int end)
Returns a range of all the addresses. |
List<Address> |
AddressLocalServiceWrapper.getAddresses(int start,
int end)
Returns a range of all the addresses. |
static List<Address> |
AddressLocalServiceUtil.getAddresses(long companyId,
String className,
long classPK)
|
List<Address> |
AddressLocalService.getAddresses(long companyId,
String className,
long classPK)
|
List<Address> |
AddressLocalServiceWrapper.getAddresses(long companyId,
String className,
long classPK)
|
List<Address> |
AddressServiceWrapper.getAddresses(String className,
long classPK)
|
List<Address> |
AddressService.getAddresses(String className,
long classPK)
|
static List<Address> |
AddressServiceUtil.getAddresses(String className,
long classPK)
|
| Methods in com.liferay.portal.service with parameters of type Address | |
|---|---|
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(Address address)
Adds the address to the database. |
static Address |
AddressLocalServiceUtil.deleteAddress(Address address)
Deletes the address from the database. |
Address |
AddressLocalService.deleteAddress(Address address)
Deletes the address from the database. |
Address |
AddressLocalServiceWrapper.deleteAddress(Address address)
Deletes the address from the database. |
static Address |
AddressLocalServiceUtil.updateAddress(Address address)
Updates the address in the database or adds it if it does not yet exist. |
Address |
AddressLocalService.updateAddress(Address address)
Updates the address in the database or adds it if it does not yet exist. |
Address |
AddressLocalServiceWrapper.updateAddress(Address address)
Updates the address in the database or adds it if it does not yet exist. |
| 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,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #addOrganization(long,
String, String, long, long, int, String, boolean, List, List,
List, List, List, ServiceContext) |
Organization |
OrganizationService.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #addOrganization(long,
String, String, long, long, int, String, boolean, List, List,
List, List, List, ServiceContext) |
static Organization |
OrganizationServiceUtil.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #addOrganization(long,
String, String, long, long, int, String, boolean, List, List,
List, List, List, ServiceContext) |
Organization |
OrganizationServiceWrapper.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
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. |
Organization |
OrganizationService.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
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(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
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. |
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,
long prefixId,
long suffixId,
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 prefixId,
long suffixId,
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. |
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,
long prefixId,
long suffixId,
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. |
User |
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 prefixId,
long suffixId,
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 prefixId,
long suffixId,
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. |
User |
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 prefixId,
long suffixId,
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 Company |
CompanyServiceUtil.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
boolean logo,
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 properties)
Updates the company with addition information. |
Company |
CompanyService.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
boolean logo,
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 properties)
Updates the company with addition information. |
Company |
CompanyServiceWrapper.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
boolean logo,
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 properties)
Updates the company with addition information. |
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)
Deprecated. As of 7.0.0, replaced by CompanyServiceUtil.updateCompany(long, String,
String, String, boolean, byte[], String, String, String,
String, String, String, String, String, String, String,
String, List, List, List, List, UnicodeProperties) |
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)
Deprecated. As of 7.0.0, replaced by CompanyService.updateCompany(long, String,
String, String, boolean, byte[], String, String, String,
String, String, String, String, String, String, String,
String, List, List, List, List, UnicodeProperties) |
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)
Deprecated. As of 7.0.0, replaced by CompanyServiceWrapper.updateCompany(long, String,
String, String, boolean, byte[], String, String, String,
String, String, String, String, String, String, String,
String, List, List, List, List, UnicodeProperties) |
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #updateOrganization(long,
long, String, String, long, long, int, String, boolean,
byte[], boolean, List, List, List, List, List,
ServiceContext) |
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #updateOrganization(long,
long, String, String, long, long, int, String, boolean,
byte[], boolean, List, List, List, List, List,
ServiceContext) |
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #updateOrganization(long,
long, String, String, long, long, int, String, boolean,
byte[], boolean, List, List, List, List, List,
ServiceContext) |
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean logo,
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. |
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean logo,
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(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean logo,
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. |
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateOrganization(long,
long, String, String, long, long, int, String, boolean,
byte[], boolean, List, List, List, List, List,
ServiceContext) |
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateOrganization(long,
long, String, String, long, long, int, String, boolean,
byte[], boolean, List, List, List, List, List,
ServiceContext) |
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateOrganization(long,
long, String, String, long, long, int, String, boolean,
byte[], boolean, List, List, List, List, List,
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,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
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)
Updates the user with additional parameters. |
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,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
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)
Updates the user with additional parameters. |
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,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
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)
Updates the user with additional parameters. |
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,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
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)
Deprecated. As of 7.0.0, replaced by #updateUser(long, String,
String, String, boolean, String, String, String, String,
long, String, boolean, byte[], String, String, String,
String, String, String, String, int, int, boolean, int, int,
int, String, String, String, String, String, String, String,
String, String, String, String, long[], long[], long[], List,
long[], List, List, List, List, List, 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,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
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)
Deprecated. As of 7.0.0, replaced by #updateUser(long, String,
String, String, boolean, String, String, String, String,
long, String, boolean, byte[], String, String, String,
String, String, String, String, int, int, boolean, int, int,
int, String, String, String, String, String, String, String,
String, String, String, String, long[], long[], long[], List,
long[], List, List, List, List, List, 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,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
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)
Deprecated. As of 7.0.0, replaced by #updateUser(long, String,
String, String, boolean, String, String, String, String,
long, String, boolean, byte[], String, String, String,
String, String, String, String, int, int, boolean, int, int,
int, String, String, String, String, String, String, String,
String, String, String, String, long[], long[], long[], List,
long[], List, List, List, List, List, 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.deleteAddress(Address address)
Deletes the address from the database. |
Address |
AddressLocalServiceBaseImpl.deleteAddress(long addressId)
Deletes the address with the primary key from the database. |
Address |
AddressLocalServiceBaseImpl.fetchAddress(long addressId)
|
Address |
AddressLocalServiceBaseImpl.fetchAddressByUuidAndCompanyId(String uuid,
long companyId)
Returns the address with the matching UUID and company. |
Address |
AddressLocalServiceBaseImpl.getAddress(long addressId)
Returns the address with the primary key. |
Address |
AddressLocalServiceBaseImpl.getAddressByUuidAndCompanyId(String uuid,
long companyId)
Returns the address with the matching UUID and company. |
Address |
AddressLocalServiceBaseImpl.updateAddress(Address address)
Updates the address in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portal.service.base that return types with arguments of type Address | |
|---|---|
List<Address> |
AddressLocalServiceBaseImpl.getAddresses(int start,
int end)
Returns 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. |
Address |
AddressLocalServiceBaseImpl.deleteAddress(Address address)
Deletes the address from the database. |
Address |
AddressLocalServiceBaseImpl.updateAddress(Address address)
Updates the address in the database or adds it if it does not yet exist. |
| 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,
long typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
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,
long 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)
|
| 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,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
|
static Organization |
OrganizationServiceHttp.addOrganization(HttpPrincipal httpPrincipal,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
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,
long prefixId,
long suffixId,
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 |
UserServiceHttp.addUserWithWorkflow(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,
long prefixId,
long suffixId,
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 Company |
CompanyServiceHttp.updateCompany(HttpPrincipal httpPrincipal,
long companyId,
String virtualHost,
String mx,
String homeURL,
boolean logo,
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 properties)
|
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,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
|
static Organization |
OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal,
long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean logo,
byte[] logoBytes,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
|
static Organization |
OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal,
long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
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,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
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 |
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,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
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,
long typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
Address |
AddressServiceImpl.addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
Address |
AddressLocalServiceImpl.deleteAddress(Address address)
|
Address |
AddressLocalServiceImpl.deleteAddress(long addressId)
|
Address |
AddressServiceImpl.getAddress(long addressId)
|
Address |
AddressServiceImpl.updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long typeId,
boolean mailing,
boolean primary)
|
Address |
AddressLocalServiceImpl.updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
long 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)
|
| Methods in com.liferay.portal.service.impl with parameters of type Address | |
|---|---|
Address |
AddressLocalServiceImpl.deleteAddress(Address address)
|
| 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,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #addOrganization(long,
String, String, long, long, int, String, boolean, List, List,
List, List, List, ServiceContext) |
Organization |
OrganizationServiceImpl.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
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. |
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,
long prefixId,
long suffixId,
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. |
User |
UserServiceImpl.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 prefixId,
long suffixId,
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. |
Company |
CompanyServiceImpl.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
boolean logo,
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 properties)
Updates the company with addition information. |
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)
Deprecated. As of 7.0.0, replaced by CompanyServiceImpl.updateCompany(long, String,
String, String, boolean, byte[], String, String, String,
String, String, String, String, String, String, String,
String, List, List, List, List, UnicodeProperties) |
Organization |
OrganizationServiceImpl.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #updateOrganization(long,
long, String, String, long, long, int, String, boolean,
byte[], boolean, List, List, List, List, List,
ServiceContext) |
Organization |
OrganizationServiceImpl.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean logo,
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. |
Organization |
OrganizationServiceImpl.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
long statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateOrganization(long,
long, String, String, long, long, int, String, boolean,
byte[], boolean, List, List, List, List, List,
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,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
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)
Updates the user with additional parameters. |
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,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
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)
Deprecated. As of 7.0.0, replaced by #updateUser(long, String,
String, String, boolean, String, String, String, String,
long, String, boolean, byte[], String, String, String,
String, String, String, String, int, int, boolean, int, int,
int, String, String, String, String, String, String, String,
String, String, String, String, long[], long[], long[], List,
long[], List, List, List, List, List, ServiceContext) |
| Uses of Address in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return Address | |
|---|---|
Address |
AddressPersistence.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. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
AddressPersistence.fetchByPrimaryKey(long addressId)
Returns the address with the primary key or returns null if it could not be found. |
static Address |
AddressUtil.fetchByPrimaryKey(long addressId)
Returns the address with the primary key or returns null if it could not be found. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
AddressPersistence.findByPrimaryKey(long addressId)
Returns the address with the primary key or throws a NoSuchAddressException if it could not be found. |
static Address |
AddressUtil.findByPrimaryKey(long addressId)
Returns the address with the primary key or throws a NoSuchAddressException if it could not be found. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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. |
static Address |
AddressUtil.update(Address address)
|
static Address |
AddressUtil.update(Address address,
ServiceContext serviceContext)
|
Address |
AddressPersistence.updateImpl(Address address)
|
static Address |
AddressUtil.updateImpl(Address address)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type Address | |
|---|---|
Map<Serializable,Address> |
AddressPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,Address> |
AddressUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<Address> |
AddressPersistence.findAll()
Returns all the addresses. |
static List<Address> |
AddressUtil.findAll()
Returns all the addresses. |
List<Address> |
AddressPersistence.findAll(int start,
int end)
Returns a range of all the addresses. |
static List<Address> |
AddressUtil.findAll(int start,
int end)
Returns a range of all the addresses. |
List<Address> |
AddressPersistence.findAll(int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses. |
static List<Address> |
AddressUtil.findAll(int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses. |
List<Address> |
AddressPersistence.findAll(int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses. |
static List<Address> |
AddressUtil.findAll(int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses. |
List<Address> |
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 = ?. |
static List<Address> |
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 = ?. |
List<Address> |
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 = ?. |
static List<Address> |
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 = ?. |
List<Address> |
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 = ?. |
static List<Address> |
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 = ?. |
List<Address> |
AddressPersistence.findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered 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<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
List<Address> |
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 = ?. |
static List<Address> |
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 = ?. |
List<Address> |
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 = ?. |
static List<Address> |
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 = ?. |
List<Address> |
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 = ?. |
static List<Address> |
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 = ?. |
List<Address> |
AddressPersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered 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<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<Address> |
AddressPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
static List<Address> |
AddressUtil.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns 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)
Returns 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)
Returns 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,
OrderByComparator<Address> orderByComparator)
Returns an ordered 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<Address> orderByComparator)
Returns 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<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered 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<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
List<Address> |
AddressPersistence.findByC_C(long companyId,
long classNameId)
Returns all the addresses where companyId = ? and classNameId = ?. |
static List<Address> |
AddressUtil.findByC_C(long companyId,
long classNameId)
Returns all the addresses where companyId = ? and classNameId = ?. |
List<Address> |
AddressPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ?. |
static List<Address> |
AddressUtil.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ?. |
List<Address> |
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 = ?. |
static List<Address> |
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 = ?. |
List<Address> |
AddressPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ?. |
static List<Address> |
AddressUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ?. |
List<Address> |
AddressPersistence.findByCompanyId(long companyId)
Returns all the addresses where companyId = ?. |
static List<Address> |
AddressUtil.findByCompanyId(long companyId)
Returns all the addresses where companyId = ?. |
List<Address> |
AddressPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the addresses where companyId = ?. |
static List<Address> |
AddressUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the addresses where companyId = ?. |
List<Address> |
AddressPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ?. |
static List<Address> |
AddressUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ?. |
List<Address> |
AddressPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ?. |
static List<Address> |
AddressUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ?. |
List<Address> |
AddressPersistence.findByUserId(long userId)
Returns all the addresses where userId = ?. |
static List<Address> |
AddressUtil.findByUserId(long userId)
Returns all the addresses where userId = ?. |
List<Address> |
AddressPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the addresses where userId = ?. |
static List<Address> |
AddressUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the addresses where userId = ?. |
List<Address> |
AddressPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where userId = ?. |
static List<Address> |
AddressUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where userId = ?. |
List<Address> |
AddressPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where userId = ?. |
static List<Address> |
AddressUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where userId = ?. |
List<Address> |
AddressPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the addresses where uuid = ? and companyId = ?. |
static List<Address> |
AddressUtil.findByUuid_C(String uuid,
long companyId)
Returns all the addresses where uuid = ? and companyId = ?. |
List<Address> |
AddressPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the addresses where uuid = ? and companyId = ?. |
static List<Address> |
AddressUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the addresses where uuid = ? and companyId = ?. |
List<Address> |
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 = ?. |
static List<Address> |
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 = ?. |
List<Address> |
AddressPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where uuid = ? and companyId = ?. |
static List<Address> |
AddressUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where uuid = ? and companyId = ?. |
List<Address> |
AddressPersistence.findByUuid(String uuid)
Returns all the addresses where uuid = ?. |
static List<Address> |
AddressUtil.findByUuid(String uuid)
Returns all the addresses where uuid = ?. |
List<Address> |
AddressPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the addresses where uuid = ?. |
static List<Address> |
AddressUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the addresses where uuid = ?. |
List<Address> |
AddressPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where uuid = ?. |
static List<Address> |
AddressUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where uuid = ?. |
List<Address> |
AddressPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where uuid = ?. |
static List<Address> |
AddressUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where uuid = ?. |
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<Address> orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type Address | |
|---|---|
void |
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 |
AddressUtil.update(Address address)
|
static Address |
AddressUtil.update(Address address,
ServiceContext serviceContext)
|
Address |
AddressPersistence.updateImpl(Address address)
|
static Address |
AddressUtil.updateImpl(Address address)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type Address | |
|---|---|
void |
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. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
List<Address> |
AddressPersistence.findAll(int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses. |
static List<Address> |
AddressUtil.findAll(int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses. |
List<Address> |
AddressPersistence.findAll(int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses. |
static List<Address> |
AddressUtil.findAll(int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
List<Address> |
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 = ?. |
static List<Address> |
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 = ?. |
List<Address> |
AddressPersistence.findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered 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<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
List<Address> |
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 = ?. |
static List<Address> |
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 = ?. |
List<Address> |
AddressPersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered 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<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses 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 = ?. |
List<Address> |
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 = ?. |
static List<Address> |
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 = ?. |
List<Address> |
AddressPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered 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<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
List<Address> |
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 = ?. |
static List<Address> |
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 = ?. |
List<Address> |
AddressPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ?. |
static List<Address> |
AddressUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
List<Address> |
AddressPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ?. |
static List<Address> |
AddressUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ?. |
List<Address> |
AddressPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ?. |
static List<Address> |
AddressUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
List<Address> |
AddressPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where userId = ?. |
static List<Address> |
AddressUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where userId = ?. |
List<Address> |
AddressPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where userId = ?. |
static List<Address> |
AddressUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where userId = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
List<Address> |
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 = ?. |
static List<Address> |
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 = ?. |
List<Address> |
AddressPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where uuid = ? and companyId = ?. |
static List<Address> |
AddressUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where uuid = ? and companyId = ?. |
Address |
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 = ?. |
Address |
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 = ?. |
List<Address> |
AddressPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where uuid = ?. |
static List<Address> |
AddressUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where uuid = ?. |
List<Address> |
AddressPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where uuid = ?. |
static List<Address> |
AddressUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where uuid = ?. |
static List<Address> |
AddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Address> orderByComparator)
|
| Uses of Address in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that return Address | |
|---|---|
Address |
AddressPersistenceImpl.create(long addressId)
Creates a new address with the primary key. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?. |
Address |
AddressPersistenceImpl.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?. |
Address |
AddressPersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ?. |
Address |
AddressPersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ?. |
Address |
AddressPersistenceImpl.fetchByPrimaryKey(long addressId)
Returns the address with the primary key or returns null if it could not be found. |
Address |
AddressPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the address with the primary key or returns null if it could not be found. |
Address |
AddressPersistenceImpl.fetchByUserId_First(long userId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where userId = ?. |
Address |
AddressPersistenceImpl.fetchByUserId_Last(long userId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where userId = ?. |
Address |
AddressPersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ? and companyId = ?. |
Address |
AddressPersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ? and companyId = ?. |
Address |
AddressPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ?. |
Address |
AddressPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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[] |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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[] |
AddressPersistenceImpl.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[] |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?. |
Address |
AddressPersistenceImpl.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?. |
Address[] |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ?. |
Address |
AddressPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ?. |
Address[] |
AddressPersistenceImpl.findByCompanyId_PrevAndNext(long addressId,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ?. |
Address |
AddressPersistenceImpl.findByPrimaryKey(long addressId)
Returns the address with the primary key or throws a NoSuchAddressException if it could not be found. |
Address |
AddressPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the address with the primary key or throws a NoSuchModelException if it could not be found. |
Address |
AddressPersistenceImpl.findByUserId_First(long userId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where userId = ?. |
Address |
AddressPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where userId = ?. |
Address[] |
AddressPersistenceImpl.findByUserId_PrevAndNext(long addressId,
long userId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where userId = ?. |
Address |
AddressPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ? and companyId = ?. |
Address |
AddressPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ? and companyId = ?. |
Address[] |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ?. |
Address |
AddressPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ?. |
Address[] |
AddressPersistenceImpl.findByUuid_PrevAndNext(long addressId,
String uuid,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where uuid = ?. |
protected Address |
AddressPersistenceImpl.getByC_C_C_M_PrevAndNext(Session session,
Address address,
long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByC_C_C_P_PrevAndNext(Session session,
Address address,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByC_C_C_PrevAndNext(Session session,
Address address,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByC_C_PrevAndNext(Session session,
Address address,
long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
Address address,
long companyId,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByUserId_PrevAndNext(Session session,
Address address,
long userId,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
Address address,
String uuid,
long companyId,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByUuid_PrevAndNext(Session session,
Address address,
String uuid,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
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)
|
Address |
AddressPersistenceImpl.updateImpl(Address address)
|
| Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type Address | |
|---|---|
Map<Serializable,Address> |
AddressPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<Address> |
AddressPersistenceImpl.findAll()
Returns all the addresses. |
List<Address> |
AddressPersistenceImpl.findAll(int start,
int end)
Returns a range of all the addresses. |
List<Address> |
AddressPersistenceImpl.findAll(int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses. |
List<Address> |
AddressPersistenceImpl.findAll(int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses. |
List<Address> |
AddressPersistenceImpl.findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing)
Returns 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)
Returns 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,
OrderByComparator<Address> orderByComparator)
Returns 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<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
List<Address> |
AddressPersistenceImpl.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns 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)
Returns 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,
OrderByComparator<Address> orderByComparator)
Returns 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<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<Address> |
AddressPersistenceImpl.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns 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)
Returns 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,
OrderByComparator<Address> orderByComparator)
Returns 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<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
List<Address> |
AddressPersistenceImpl.findByC_C(long companyId,
long classNameId)
Returns all the addresses where companyId = ? and classNameId = ?. |
List<Address> |
AddressPersistenceImpl.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ?. |
List<Address> |
AddressPersistenceImpl.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 = ?. |
List<Address> |
AddressPersistenceImpl.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ?. |
List<Address> |
AddressPersistenceImpl.findByCompanyId(long companyId)
Returns all the addresses where companyId = ?. |
List<Address> |
AddressPersistenceImpl.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the addresses where companyId = ?. |
List<Address> |
AddressPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ?. |
List<Address> |
AddressPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ?. |
List<Address> |
AddressPersistenceImpl.findByUserId(long userId)
Returns all the addresses where userId = ?. |
List<Address> |
AddressPersistenceImpl.findByUserId(long userId,
int start,
int end)
Returns a range of all the addresses where userId = ?. |
List<Address> |
AddressPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where userId = ?. |
List<Address> |
AddressPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where userId = ?. |
List<Address> |
AddressPersistenceImpl.findByUuid_C(String uuid,
long companyId)
Returns all the addresses where uuid = ? and companyId = ?. |
List<Address> |
AddressPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the addresses where uuid = ? and companyId = ?. |
List<Address> |
AddressPersistenceImpl.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 = ?. |
List<Address> |
AddressPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where uuid = ? and companyId = ?. |
List<Address> |
AddressPersistenceImpl.findByUuid(String uuid)
Returns all the addresses where uuid = ?. |
List<Address> |
AddressPersistenceImpl.findByUuid(String uuid,
int start,
int end)
Returns a range of all the addresses where uuid = ?. |
List<Address> |
AddressPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where uuid = ?. |
List<Address> |
AddressPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where uuid = ?. |
| Methods in com.liferay.portal.service.persistence.impl with parameters of type Address | |
|---|---|
void |
AddressPersistenceImpl.cacheResult(Address address)
Caches the address in the entity cache if it is enabled. |
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<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByC_C_C_P_PrevAndNext(Session session,
Address address,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByC_C_C_PrevAndNext(Session session,
Address address,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByC_C_PrevAndNext(Session session,
Address address,
long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
Address address,
long companyId,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByUserId_PrevAndNext(Session session,
Address address,
long userId,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
Address address,
String uuid,
long companyId,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByUuid_PrevAndNext(Session session,
Address address,
String uuid,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.removeImpl(Address address)
|
protected Address |
AddressPersistenceImpl.toUnwrappedModel(Address address)
|
Address |
AddressPersistenceImpl.updateImpl(Address address)
|
| Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type Address | |
|---|---|
void |
AddressPersistenceImpl.cacheResult(List<Address> addresses)
Caches the addresses in the entity cache if it is enabled. |
void |
AddressPersistenceImpl.clearCache(List<Address> addresses)
|
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?. |
Address |
AddressPersistenceImpl.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?. |
Address |
AddressPersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ?. |
Address |
AddressPersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ?. |
Address |
AddressPersistenceImpl.fetchByUserId_First(long userId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where userId = ?. |
Address |
AddressPersistenceImpl.fetchByUserId_Last(long userId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where userId = ?. |
Address |
AddressPersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ? and companyId = ?. |
Address |
AddressPersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ? and companyId = ?. |
Address |
AddressPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ?. |
Address |
AddressPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ?. |
List<Address> |
AddressPersistenceImpl.findAll(int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses. |
List<Address> |
AddressPersistenceImpl.findAll(int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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[] |
AddressPersistenceImpl.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 = ?. |
List<Address> |
AddressPersistenceImpl.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 = ?. |
List<Address> |
AddressPersistenceImpl.findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
Address |
AddressPersistenceImpl.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 = ?. |
Address |
AddressPersistenceImpl.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[] |
AddressPersistenceImpl.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 = ?. |
List<Address> |
AddressPersistenceImpl.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 = ?. |
List<Address> |
AddressPersistenceImpl.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Address[] |
AddressPersistenceImpl.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 = ?. |
List<Address> |
AddressPersistenceImpl.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 = ?. |
List<Address> |
AddressPersistenceImpl.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
Address |
AddressPersistenceImpl.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?. |
Address |
AddressPersistenceImpl.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?. |
Address[] |
AddressPersistenceImpl.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 = ?. |
List<Address> |
AddressPersistenceImpl.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 = ?. |
List<Address> |
AddressPersistenceImpl.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ?. |
Address |
AddressPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ?. |
Address |
AddressPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ?. |
Address[] |
AddressPersistenceImpl.findByCompanyId_PrevAndNext(long addressId,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ?. |
List<Address> |
AddressPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ?. |
List<Address> |
AddressPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ?. |
Address |
AddressPersistenceImpl.findByUserId_First(long userId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where userId = ?. |
Address |
AddressPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where userId = ?. |
Address[] |
AddressPersistenceImpl.findByUserId_PrevAndNext(long addressId,
long userId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where userId = ?. |
List<Address> |
AddressPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where userId = ?. |
List<Address> |
AddressPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where userId = ?. |
Address |
AddressPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ? and companyId = ?. |
Address |
AddressPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ? and companyId = ?. |
Address[] |
AddressPersistenceImpl.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 = ?. |
List<Address> |
AddressPersistenceImpl.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 = ?. |
List<Address> |
AddressPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where uuid = ? and companyId = ?. |
Address |
AddressPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ?. |
Address |
AddressPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ?. |
Address[] |
AddressPersistenceImpl.findByUuid_PrevAndNext(long addressId,
String uuid,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where uuid = ?. |
List<Address> |
AddressPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where uuid = ?. |
List<Address> |
AddressPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where uuid = ?. |
protected Address |
AddressPersistenceImpl.getByC_C_C_M_PrevAndNext(Session session,
Address address,
long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByC_C_C_P_PrevAndNext(Session session,
Address address,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByC_C_C_PrevAndNext(Session session,
Address address,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByC_C_PrevAndNext(Session session,
Address address,
long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
Address address,
long companyId,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByUserId_PrevAndNext(Session session,
Address address,
long userId,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
Address address,
String uuid,
long companyId,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
protected Address |
AddressPersistenceImpl.getByUuid_PrevAndNext(Session session,
Address address,
String uuid,
OrderByComparator<Address> orderByComparator,
boolean previous)
|
| Uses of Address in com.liferay.portlet.usersadmin.util |
|---|
| Methods in com.liferay.portlet.usersadmin.util that return types with arguments of type Address | |
|---|---|
List<Address> |
UsersAdminImpl.getAddresses(ActionRequest actionRequest)
|
List<Address> |
UsersAdminImpl.getAddresses(ActionRequest actionRequest,
List<Address> defaultAddresses)
|
| Method parameters in com.liferay.portlet.usersadmin.util with type arguments of type Address | |
|---|---|
List<Address> |
UsersAdminImpl.getAddresses(ActionRequest actionRequest,
List<Address> defaultAddresses)
|
void |
UsersAdminImpl.updateAddresses(String className,
long classPK,
List<Address> addresses)
|
| Uses of Address in com.liferay.users.admin.kernel.util |
|---|
| Methods in com.liferay.users.admin.kernel.util that return types with arguments of type Address | |
|---|---|
List<Address> |
UsersAdmin.getAddresses(ActionRequest actionRequest)
|
static List<Address> |
UsersAdminUtil.getAddresses(ActionRequest actionRequest)
|
List<Address> |
UsersAdmin.getAddresses(ActionRequest actionRequest,
List<Address> defaultAddresses)
|
static List<Address> |
UsersAdminUtil.getAddresses(ActionRequest actionRequest,
List<Address> defaultAddresses)
|
| Method parameters in com.liferay.users.admin.kernel.util with type arguments of type Address | |
|---|---|
List<Address> |
UsersAdmin.getAddresses(ActionRequest actionRequest,
List<Address> defaultAddresses)
|
static List<Address> |
UsersAdminUtil.getAddresses(ActionRequest actionRequest,
List<Address> defaultAddresses)
|
void |
UsersAdmin.updateAddresses(String className,
long classPK,
List<Address> addresses)
|
static void |
UsersAdminUtil.updateAddresses(String className,
long classPK,
List<Address> addresses)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||