Liferay 7.0-ce-b4

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

Packages that use Phone
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 Phone in com.liferay.portal.kernel.test.util
 

Methods in com.liferay.portal.kernel.test.util that return Phone
static Phone OrganizationTestUtil.addPhone(Organization organization)
           
 

Uses of Phone in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Phone
 class PhoneWrapper
           This class is a wrapper for Phone.
 

Fields in com.liferay.portal.model with type parameters of type Phone
static Accessor<Phone,Long> Phone.PHONE_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return Phone
 Phone PhoneWrapper.getWrappedModel()
           
 Phone PhoneModel.toEscapedModel()
           
 Phone PhoneWrapper.toEscapedModel()
           
 Phone PhoneModel.toUnescapedModel()
           
 Phone PhoneWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Phone
 List<Phone> User.getPhones()
           
 List<Phone> UserWrapper.getPhones()
           
 CacheModel<Phone> PhoneModel.toCacheModel()
           
 CacheModel<Phone> PhoneWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Phone
 int PhoneModel.compareTo(Phone phone)
           
 int PhoneWrapper.compareTo(Phone phone)
           
static PhoneSoap PhoneSoap.toSoapModel(Phone model)
           
static PhoneSoap[] PhoneSoap.toSoapModels(Phone[] models)
           
static PhoneSoap[][] PhoneSoap.toSoapModels(Phone[][] models)
           
 

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

Constructors in com.liferay.portal.model with parameters of type Phone
PhoneWrapper(Phone phone)
           
 

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

Classes in com.liferay.portal.model.impl that implement Phone
 class PhoneBaseImpl
          The extended model base implementation for the Phone service.
 class PhoneImpl
           
 

Methods in com.liferay.portal.model.impl that return Phone
 Phone PhoneCacheModel.toEntityModel()
           
 Phone PhoneModelImpl.toEscapedModel()
           
static Phone PhoneModelImpl.toModel(PhoneSoap 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 Phone
 List<Phone> UserImpl.getPhones()
           
 CacheModel<Phone> PhoneModelImpl.toCacheModel()
           
static List<Phone> PhoneModelImpl.toModels(PhoneSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type Phone
 int PhoneModelImpl.compareTo(Phone phone)
           
 

Uses of Phone in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Phone
 Phone PhoneLocalService.addPhone(long userId, String className, long classPK, String number, String extension, long typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by #addPhone(long, String, long, String, String, int, boolean, ServiceContext)
 Phone PhoneLocalServiceWrapper.addPhone(long userId, String className, long classPK, String number, String extension, long typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by #addPhone(long, String, long, String, String, int, boolean, ServiceContext)
static Phone PhoneLocalServiceUtil.addPhone(long userId, String className, long classPK, String number, String extension, long typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by #addPhone(long, String, long, String, String, int, boolean, ServiceContext)
 Phone PhoneLocalService.addPhone(long userId, String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext)
           
 Phone PhoneLocalServiceWrapper.addPhone(long userId, String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext)
           
static Phone PhoneLocalServiceUtil.addPhone(long userId, String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext)
           
 Phone PhoneLocalService.addPhone(Phone phone)
          Adds the phone to the database.
 Phone PhoneLocalServiceWrapper.addPhone(Phone phone)
          Adds the phone to the database.
static Phone PhoneLocalServiceUtil.addPhone(Phone phone)
          Adds the phone to the database.
 Phone PhoneServiceWrapper.addPhone(String className, long classPK, String number, String extension, long typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by #addPhone(String, long, String, String, int, boolean, ServiceContext)
 Phone PhoneService.addPhone(String className, long classPK, String number, String extension, long typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by #addPhone(String, long, String, String, int, boolean, ServiceContext)
static Phone PhoneServiceUtil.addPhone(String className, long classPK, String number, String extension, long typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by #addPhone(String, long, String, String, int, boolean, ServiceContext)
 Phone PhoneServiceWrapper.addPhone(String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext)
           
 Phone PhoneService.addPhone(String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext)
           
static Phone PhoneServiceUtil.addPhone(String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext)
           
 Phone PhoneLocalService.createPhone(long phoneId)
          Creates a new phone with the primary key.
 Phone PhoneLocalServiceWrapper.createPhone(long phoneId)
          Creates a new phone with the primary key.
static Phone PhoneLocalServiceUtil.createPhone(long phoneId)
          Creates a new phone with the primary key.
 Phone PhoneLocalService.deletePhone(long phoneId)
          Deletes the phone with the primary key from the database.
 Phone PhoneLocalServiceWrapper.deletePhone(long phoneId)
          Deletes the phone with the primary key from the database.
static Phone PhoneLocalServiceUtil.deletePhone(long phoneId)
          Deletes the phone with the primary key from the database.
 Phone PhoneLocalService.deletePhone(Phone phone)
          Deletes the phone from the database.
 Phone PhoneLocalServiceWrapper.deletePhone(Phone phone)
          Deletes the phone from the database.
static Phone PhoneLocalServiceUtil.deletePhone(Phone phone)
          Deletes the phone from the database.
 Phone PhoneLocalService.fetchPhone(long phoneId)
           
 Phone PhoneLocalServiceWrapper.fetchPhone(long phoneId)
           
static Phone PhoneLocalServiceUtil.fetchPhone(long phoneId)
           
 Phone PhoneLocalService.fetchPhoneByUuidAndCompanyId(String uuid, long companyId)
          Returns the phone with the matching UUID and company.
 Phone PhoneLocalServiceWrapper.fetchPhoneByUuidAndCompanyId(String uuid, long companyId)
          Returns the phone with the matching UUID and company.
static Phone PhoneLocalServiceUtil.fetchPhoneByUuidAndCompanyId(String uuid, long companyId)
          Returns the phone with the matching UUID and company.
 Phone PhoneLocalService.getPhone(long phoneId)
          Returns the phone with the primary key.
 Phone PhoneServiceWrapper.getPhone(long phoneId)
           
 Phone PhoneLocalServiceWrapper.getPhone(long phoneId)
          Returns the phone with the primary key.
 Phone PhoneService.getPhone(long phoneId)
           
static Phone PhoneLocalServiceUtil.getPhone(long phoneId)
          Returns the phone with the primary key.
static Phone PhoneServiceUtil.getPhone(long phoneId)
           
 Phone PhoneLocalService.getPhoneByUuidAndCompanyId(String uuid, long companyId)
          Returns the phone with the matching UUID and company.
 Phone PhoneLocalServiceWrapper.getPhoneByUuidAndCompanyId(String uuid, long companyId)
          Returns the phone with the matching UUID and company.
static Phone PhoneLocalServiceUtil.getPhoneByUuidAndCompanyId(String uuid, long companyId)
          Returns the phone with the matching UUID and company.
 Phone PhoneLocalService.updatePhone(long phoneId, String number, String extension, long typeId, boolean primary)
           
 Phone PhoneServiceWrapper.updatePhone(long phoneId, String number, String extension, long typeId, boolean primary)
           
 Phone PhoneLocalServiceWrapper.updatePhone(long phoneId, String number, String extension, long typeId, boolean primary)
           
 Phone PhoneService.updatePhone(long phoneId, String number, String extension, long typeId, boolean primary)
           
static Phone PhoneLocalServiceUtil.updatePhone(long phoneId, String number, String extension, long typeId, boolean primary)
           
static Phone PhoneServiceUtil.updatePhone(long phoneId, String number, String extension, long typeId, boolean primary)
           
 Phone PhoneLocalService.updatePhone(Phone phone)
          Updates the phone in the database or adds it if it does not yet exist.
 Phone PhoneLocalServiceWrapper.updatePhone(Phone phone)
          Updates the phone in the database or adds it if it does not yet exist.
static Phone PhoneLocalServiceUtil.updatePhone(Phone phone)
          Updates the phone in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type Phone
 List<Phone> PhoneLocalService.getPhones()
           
 List<Phone> PhoneLocalServiceWrapper.getPhones()
           
static List<Phone> PhoneLocalServiceUtil.getPhones()
           
 List<Phone> PhoneLocalService.getPhones(int start, int end)
          Returns a range of all the phones.
 List<Phone> PhoneLocalServiceWrapper.getPhones(int start, int end)
          Returns a range of all the phones.
static List<Phone> PhoneLocalServiceUtil.getPhones(int start, int end)
          Returns a range of all the phones.
 List<Phone> PhoneLocalService.getPhones(long companyId, String className, long classPK)
           
 List<Phone> PhoneLocalServiceWrapper.getPhones(long companyId, String className, long classPK)
           
static List<Phone> PhoneLocalServiceUtil.getPhones(long companyId, String className, long classPK)
           
 List<Phone> PhoneServiceWrapper.getPhones(String className, long classPK)
           
 List<Phone> PhoneService.getPhones(String className, long classPK)
           
static List<Phone> PhoneServiceUtil.getPhones(String className, long classPK)
           
 

Methods in com.liferay.portal.service with parameters of type Phone
 Phone PhoneLocalService.addPhone(Phone phone)
          Adds the phone to the database.
 Phone PhoneLocalServiceWrapper.addPhone(Phone phone)
          Adds the phone to the database.
static Phone PhoneLocalServiceUtil.addPhone(Phone phone)
          Adds the phone to the database.
 Phone PhoneLocalService.deletePhone(Phone phone)
          Deletes the phone from the database.
 Phone PhoneLocalServiceWrapper.deletePhone(Phone phone)
          Deletes the phone from the database.
static Phone PhoneLocalServiceUtil.deletePhone(Phone phone)
          Deletes the phone from the database.
 Phone PhoneLocalService.updatePhone(Phone phone)
          Updates the phone in the database or adds it if it does not yet exist.
 Phone PhoneLocalServiceWrapper.updatePhone(Phone phone)
          Updates the phone in the database or adds it if it does not yet exist.
static Phone PhoneLocalServiceUtil.updatePhone(Phone phone)
          Updates the phone in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portal.service with type arguments of type Phone
 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 Phone in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return Phone
 Phone PhoneLocalServiceBaseImpl.addPhone(Phone phone)
          Adds the phone to the database.
 Phone PhoneLocalServiceBaseImpl.createPhone(long phoneId)
          Creates a new phone with the primary key.
 Phone PhoneLocalServiceBaseImpl.deletePhone(long phoneId)
          Deletes the phone with the primary key from the database.
 Phone PhoneLocalServiceBaseImpl.deletePhone(Phone phone)
          Deletes the phone from the database.
 Phone PhoneLocalServiceBaseImpl.fetchPhone(long phoneId)
           
 Phone PhoneLocalServiceBaseImpl.fetchPhoneByUuidAndCompanyId(String uuid, long companyId)
          Returns the phone with the matching UUID and company.
 Phone PhoneLocalServiceBaseImpl.getPhone(long phoneId)
          Returns the phone with the primary key.
 Phone PhoneLocalServiceBaseImpl.getPhoneByUuidAndCompanyId(String uuid, long companyId)
          Returns the phone with the matching UUID and company.
 Phone PhoneLocalServiceBaseImpl.updatePhone(Phone phone)
          Updates the phone 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 Phone
 List<Phone> PhoneLocalServiceBaseImpl.getPhones(int start, int end)
          Returns a range of all the phones.
 

Methods in com.liferay.portal.service.base with parameters of type Phone
 Phone PhoneLocalServiceBaseImpl.addPhone(Phone phone)
          Adds the phone to the database.
 Phone PhoneLocalServiceBaseImpl.deletePhone(Phone phone)
          Deletes the phone from the database.
 Phone PhoneLocalServiceBaseImpl.updatePhone(Phone phone)
          Updates the phone in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.http that return Phone
static Phone PhoneServiceHttp.addPhone(HttpPrincipal httpPrincipal, String className, long classPK, String number, String extension, long typeId, boolean primary)
           
static Phone PhoneServiceHttp.addPhone(HttpPrincipal httpPrincipal, String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext)
           
static Phone PhoneServiceHttp.getPhone(HttpPrincipal httpPrincipal, long phoneId)
           
static Phone PhoneServiceHttp.updatePhone(HttpPrincipal httpPrincipal, long phoneId, String number, String extension, long typeId, boolean primary)
           
 

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

Method parameters in com.liferay.portal.service.http with type arguments of type Phone
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 Phone in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Phone
 Phone PhoneLocalServiceImpl.addPhone(long userId, String className, long classPK, String number, String extension, long typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by #addPhone(long, String, long, String, String, int, boolean, ServiceContext)
 Phone PhoneLocalServiceImpl.addPhone(long userId, String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext)
           
 Phone PhoneServiceImpl.addPhone(String className, long classPK, String number, String extension, long typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by #addPhone(String, long, String, String, int, boolean, ServiceContext)
 Phone PhoneServiceImpl.addPhone(String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext)
           
 Phone PhoneLocalServiceImpl.deletePhone(long phoneId)
           
 Phone PhoneLocalServiceImpl.deletePhone(Phone phone)
           
 Phone PhoneServiceImpl.getPhone(long phoneId)
           
 Phone PhoneLocalServiceImpl.updatePhone(long phoneId, String number, String extension, long typeId, boolean primary)
           
 Phone PhoneServiceImpl.updatePhone(long phoneId, String number, String extension, long typeId, boolean primary)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Phone
 List<Phone> PhoneLocalServiceImpl.getPhones()
           
 List<Phone> PhoneLocalServiceImpl.getPhones(long companyId, String className, long classPK)
           
 List<Phone> PhoneServiceImpl.getPhones(String className, long classPK)
           
 

Methods in com.liferay.portal.service.impl with parameters of type Phone
 Phone PhoneLocalServiceImpl.deletePhone(Phone phone)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type Phone
 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 Phone in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Phone
static Phone PhoneUtil.create(long phoneId)
          Creates a new phone with the primary key.
 Phone PhonePersistence.create(long phoneId)
          Creates a new phone with the primary key.
static Phone PhoneUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistence.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 Phone PhonePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
static Phone PhoneUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 Phone PhonePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
static Phone PhoneUtil.fetchByPrimaryKey(long phoneId)
          Returns the phone with the primary key or returns null if it could not be found.
 Phone PhonePersistence.fetchByPrimaryKey(long phoneId)
          Returns the phone with the primary key or returns null if it could not be found.
static Phone PhoneUtil.fetchByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 Phone PhonePersistence.fetchByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
static Phone PhoneUtil.fetchByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 Phone PhonePersistence.fetchByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
static Phone PhoneUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.fetchByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 Phone PhonePersistence.fetchByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
static Phone PhoneUtil.fetchByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 Phone PhonePersistence.fetchByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
static Phone PhoneUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone[] PhoneUtil.findByC_C_C_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone[] PhonePersistence.findByC_C_C_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone[] PhoneUtil.findByC_C_C_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone[] PhonePersistence.findByC_C_C_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
static Phone[] PhoneUtil.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.
 Phone[] PhonePersistence.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.findByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 Phone PhonePersistence.findByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
static Phone PhoneUtil.findByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 Phone PhonePersistence.findByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
static Phone[] PhoneUtil.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
 Phone[] PhonePersistence.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
static Phone PhoneUtil.findByPrimaryKey(long phoneId)
          Returns the phone with the primary key or throws a NoSuchPhoneException if it could not be found.
 Phone PhonePersistence.findByPrimaryKey(long phoneId)
          Returns the phone with the primary key or throws a NoSuchPhoneException if it could not be found.
static Phone PhoneUtil.findByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 Phone PhonePersistence.findByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
static Phone PhoneUtil.findByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 Phone PhonePersistence.findByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
static Phone[] PhoneUtil.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
 Phone[] PhonePersistence.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
static Phone PhoneUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
static Phone[] PhoneUtil.findByUuid_C_PrevAndNext(long phoneId, String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.
 Phone[] PhonePersistence.findByUuid_C_PrevAndNext(long phoneId, String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.findByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 Phone PhonePersistence.findByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
static Phone PhoneUtil.findByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 Phone PhonePersistence.findByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
static Phone[] PhoneUtil.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
 Phone[] PhonePersistence.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
static Phone PhoneUtil.remove(long phoneId)
          Removes the phone with the primary key from the database.
 Phone PhonePersistence.remove(long phoneId)
          Removes the phone with the primary key from the database.
static Phone PhoneUtil.update(Phone phone)
           
static Phone PhoneUtil.update(Phone phone, ServiceContext serviceContext)
           
static Phone PhoneUtil.updateImpl(Phone phone)
           
 Phone PhonePersistence.updateImpl(Phone phone)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Phone
static Map<Serializable,Phone> PhoneUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,Phone> PhonePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<Phone> PhoneUtil.findAll()
          Returns all the phones.
 List<Phone> PhonePersistence.findAll()
          Returns all the phones.
static List<Phone> PhoneUtil.findAll(int start, int end)
          Returns a range of all the phones.
 List<Phone> PhonePersistence.findAll(int start, int end)
          Returns a range of all the phones.
static List<Phone> PhoneUtil.findAll(int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones.
 List<Phone> PhonePersistence.findAll(int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones.
static List<Phone> PhoneUtil.findAll(int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones.
 List<Phone> PhonePersistence.findAll(int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones.
static List<Phone> PhoneUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
          Returns all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Phone> PhonePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
          Returns all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Phone> PhoneUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
          Returns a range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Phone> PhonePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
          Returns a range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Phone> PhoneUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Phone> PhonePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Phone> PhoneUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Phone> PhonePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Phone> PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns all the phones where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns all the phones where companyId = ? and classNameId = ? and classPK = ?.
static List<Phone> PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
          Returns a range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
          Returns a range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
static List<Phone> PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
static List<Phone> PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
static List<Phone> PhoneUtil.findByC_C(long companyId, long classNameId)
          Returns all the phones where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistence.findByC_C(long companyId, long classNameId)
          Returns all the phones where companyId = ? and classNameId = ?.
static List<Phone> PhoneUtil.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the phones where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistence.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the phones where companyId = ? and classNameId = ?.
static List<Phone> PhoneUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
static List<Phone> PhoneUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
static List<Phone> PhoneUtil.findByCompanyId(long companyId)
          Returns all the phones where companyId = ?.
 List<Phone> PhonePersistence.findByCompanyId(long companyId)
          Returns all the phones where companyId = ?.
static List<Phone> PhoneUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the phones where companyId = ?.
 List<Phone> PhonePersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the phones where companyId = ?.
static List<Phone> PhoneUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ?.
 List<Phone> PhonePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ?.
static List<Phone> PhoneUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ?.
 List<Phone> PhonePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ?.
static List<Phone> PhoneUtil.findByUserId(long userId)
          Returns all the phones where userId = ?.
 List<Phone> PhonePersistence.findByUserId(long userId)
          Returns all the phones where userId = ?.
static List<Phone> PhoneUtil.findByUserId(long userId, int start, int end)
          Returns a range of all the phones where userId = ?.
 List<Phone> PhonePersistence.findByUserId(long userId, int start, int end)
          Returns a range of all the phones where userId = ?.
static List<Phone> PhoneUtil.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where userId = ?.
 List<Phone> PhonePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where userId = ?.
static List<Phone> PhoneUtil.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where userId = ?.
 List<Phone> PhonePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where userId = ?.
static List<Phone> PhoneUtil.findByUuid_C(String uuid, long companyId)
          Returns all the phones where uuid = ? and companyId = ?.
 List<Phone> PhonePersistence.findByUuid_C(String uuid, long companyId)
          Returns all the phones where uuid = ? and companyId = ?.
static List<Phone> PhoneUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the phones where uuid = ? and companyId = ?.
 List<Phone> PhonePersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the phones where uuid = ? and companyId = ?.
static List<Phone> PhoneUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
 List<Phone> PhonePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
static List<Phone> PhoneUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
 List<Phone> PhonePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
static List<Phone> PhoneUtil.findByUuid(String uuid)
          Returns all the phones where uuid = ?.
 List<Phone> PhonePersistence.findByUuid(String uuid)
          Returns all the phones where uuid = ?.
static List<Phone> PhoneUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the phones where uuid = ?.
 List<Phone> PhonePersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the phones where uuid = ?.
static List<Phone> PhoneUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ?.
 List<Phone> PhonePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ?.
static List<Phone> PhoneUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ?.
 List<Phone> PhonePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ?.
static List<Phone> PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Phone> PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Phone> PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Phone> orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Phone
static void PhoneUtil.cacheResult(Phone phone)
          Caches the phone in the entity cache if it is enabled.
 void PhonePersistence.cacheResult(Phone phone)
          Caches the phone in the entity cache if it is enabled.
static void PhoneUtil.clearCache(Phone phone)
           
static Phone PhoneUtil.update(Phone phone)
           
static Phone PhoneUtil.update(Phone phone, ServiceContext serviceContext)
           
static Phone PhoneUtil.updateImpl(Phone phone)
           
 Phone PhonePersistence.updateImpl(Phone phone)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Phone
static void PhoneUtil.cacheResult(List<Phone> phones)
          Caches the phones in the entity cache if it is enabled.
 void PhonePersistence.cacheResult(List<Phone> phones)
          Caches the phones in the entity cache if it is enabled.
static Phone PhoneUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistence.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 Phone PhonePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
static Phone PhoneUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 Phone PhonePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
static Phone PhoneUtil.fetchByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 Phone PhonePersistence.fetchByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
static Phone PhoneUtil.fetchByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 Phone PhonePersistence.fetchByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
static Phone PhoneUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.fetchByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 Phone PhonePersistence.fetchByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
static Phone PhoneUtil.fetchByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 Phone PhonePersistence.fetchByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
static List<Phone> PhoneUtil.findAll(int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones.
 List<Phone> PhonePersistence.findAll(int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones.
static List<Phone> PhoneUtil.findAll(int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones.
 List<Phone> PhonePersistence.findAll(int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones.
static Phone PhoneUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone PhoneUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone[] PhoneUtil.findByC_C_C_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone[] PhonePersistence.findByC_C_C_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Phone> PhoneUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Phone> PhonePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Phone> PhoneUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Phone> PhonePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Phone[] PhoneUtil.findByC_C_C_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone[] PhonePersistence.findByC_C_C_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static List<Phone> PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
static List<Phone> PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
static Phone[] PhoneUtil.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.
 Phone[] PhonePersistence.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.
static List<Phone> PhoneUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
static List<Phone> PhoneUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
static Phone PhoneUtil.findByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 Phone PhonePersistence.findByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
static Phone PhoneUtil.findByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 Phone PhonePersistence.findByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
static Phone[] PhoneUtil.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
 Phone[] PhonePersistence.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
static List<Phone> PhoneUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ?.
 List<Phone> PhonePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ?.
static List<Phone> PhoneUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ?.
 List<Phone> PhonePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ?.
static Phone PhoneUtil.findByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 Phone PhonePersistence.findByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
static Phone PhoneUtil.findByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 Phone PhonePersistence.findByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
static Phone[] PhoneUtil.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
 Phone[] PhonePersistence.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
static List<Phone> PhoneUtil.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where userId = ?.
 List<Phone> PhonePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where userId = ?.
static List<Phone> PhoneUtil.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where userId = ?.
 List<Phone> PhonePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where userId = ?.
static Phone PhoneUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
static Phone[] PhoneUtil.findByUuid_C_PrevAndNext(long phoneId, String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.
 Phone[] PhonePersistence.findByUuid_C_PrevAndNext(long phoneId, String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.
static List<Phone> PhoneUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
 List<Phone> PhonePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
static List<Phone> PhoneUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
 List<Phone> PhonePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
static Phone PhoneUtil.findByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 Phone PhonePersistence.findByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
static Phone PhoneUtil.findByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 Phone PhonePersistence.findByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
static Phone[] PhoneUtil.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
 Phone[] PhonePersistence.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
static List<Phone> PhoneUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ?.
 List<Phone> PhonePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ?.
static List<Phone> PhoneUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ?.
 List<Phone> PhonePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ?.
static List<Phone> PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Phone> orderByComparator)
           
 

Uses of Phone in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that return Phone
 Phone PhonePersistenceImpl.create(long phoneId)
          Creates a new phone with the primary key.
 Phone PhonePersistenceImpl.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistenceImpl.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistenceImpl.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistenceImpl.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistenceImpl.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 Phone PhonePersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 Phone PhonePersistenceImpl.fetchByPrimaryKey(long phoneId)
          Returns the phone with the primary key or returns null if it could not be found.
 Phone PhonePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the phone with the primary key or returns null if it could not be found.
 Phone PhonePersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 Phone PhonePersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 Phone PhonePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 Phone PhonePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 Phone PhonePersistenceImpl.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistenceImpl.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistenceImpl.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistenceImpl.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone[] PhonePersistenceImpl.findByC_C_C_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone[] PhonePersistenceImpl.findByC_C_C_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Phone[] PhonePersistenceImpl.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 Phone PhonePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 Phone[] PhonePersistenceImpl.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
 Phone PhonePersistenceImpl.findByPrimaryKey(long phoneId)
          Returns the phone with the primary key or throws a NoSuchPhoneException if it could not be found.
 Phone PhonePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the phone with the primary key or throws a NoSuchModelException if it could not be found.
 Phone PhonePersistenceImpl.findByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 Phone PhonePersistenceImpl.findByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 Phone[] PhonePersistenceImpl.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
 Phone PhonePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 Phone[] PhonePersistenceImpl.findByUuid_C_PrevAndNext(long phoneId, String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 Phone PhonePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 Phone[] PhonePersistenceImpl.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
protected  Phone PhonePersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByC_C_C_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByC_C_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByCompanyId_PrevAndNext(Session session, Phone phone, long companyId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByUserId_PrevAndNext(Session session, Phone phone, long userId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByUuid_C_PrevAndNext(Session session, Phone phone, String uuid, long companyId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByUuid_PrevAndNext(Session session, Phone phone, String uuid, OrderByComparator<Phone> orderByComparator, boolean previous)
           
 Phone PhonePersistenceImpl.remove(long phoneId)
          Removes the phone with the primary key from the database.
 Phone PhonePersistenceImpl.remove(Serializable primaryKey)
          Removes the phone with the primary key from the database.
protected  Phone PhonePersistenceImpl.removeImpl(Phone phone)
           
protected  Phone PhonePersistenceImpl.toUnwrappedModel(Phone phone)
           
 Phone PhonePersistenceImpl.updateImpl(Phone phone)
           
 

Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type Phone
 Map<Serializable,Phone> PhonePersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<Phone> PhonePersistenceImpl.findAll()
          Returns all the phones.
 List<Phone> PhonePersistenceImpl.findAll(int start, int end)
          Returns a range of all the phones.
 List<Phone> PhonePersistenceImpl.findAll(int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones.
 List<Phone> PhonePersistenceImpl.findAll(int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones.
 List<Phone> PhonePersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
          Returns all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Phone> PhonePersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
          Returns a range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Phone> PhonePersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Phone> PhonePersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Phone> PhonePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns all the phones where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
          Returns a range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistenceImpl.findByC_C(long companyId, long classNameId)
          Returns all the phones where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the phones where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistenceImpl.findByCompanyId(long companyId)
          Returns all the phones where companyId = ?.
 List<Phone> PhonePersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the phones where companyId = ?.
 List<Phone> PhonePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ?.
 List<Phone> PhonePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ?.
 List<Phone> PhonePersistenceImpl.findByUserId(long userId)
          Returns all the phones where userId = ?.
 List<Phone> PhonePersistenceImpl.findByUserId(long userId, int start, int end)
          Returns a range of all the phones where userId = ?.
 List<Phone> PhonePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where userId = ?.
 List<Phone> PhonePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where userId = ?.
 List<Phone> PhonePersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the phones where uuid = ? and companyId = ?.
 List<Phone> PhonePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the phones where uuid = ? and companyId = ?.
 List<Phone> PhonePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
 List<Phone> PhonePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
 List<Phone> PhonePersistenceImpl.findByUuid(String uuid)
          Returns all the phones where uuid = ?.
 List<Phone> PhonePersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the phones where uuid = ?.
 List<Phone> PhonePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ?.
 List<Phone> PhonePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ?.
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type Phone
 void PhonePersistenceImpl.cacheResult(Phone phone)
          Caches the phone in the entity cache if it is enabled.
 void PhonePersistenceImpl.clearCache(Phone phone)
          Clears the cache for the phone.
protected  Phone PhonePersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByC_C_C_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByC_C_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByCompanyId_PrevAndNext(Session session, Phone phone, long companyId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByUserId_PrevAndNext(Session session, Phone phone, long userId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByUuid_C_PrevAndNext(Session session, Phone phone, String uuid, long companyId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByUuid_PrevAndNext(Session session, Phone phone, String uuid, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.removeImpl(Phone phone)
           
protected  Phone PhonePersistenceImpl.toUnwrappedModel(Phone phone)
           
 Phone PhonePersistenceImpl.updateImpl(Phone phone)
           
 

Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type Phone
 void PhonePersistenceImpl.cacheResult(List<Phone> phones)
          Caches the phones in the entity cache if it is enabled.
 void PhonePersistenceImpl.clearCache(List<Phone> phones)
           
 Phone PhonePersistenceImpl.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistenceImpl.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistenceImpl.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistenceImpl.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistenceImpl.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 Phone PhonePersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 Phone PhonePersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 Phone PhonePersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 Phone PhonePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 Phone PhonePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 List<Phone> PhonePersistenceImpl.findAll(int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones.
 List<Phone> PhonePersistenceImpl.findAll(int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones.
 Phone PhonePersistenceImpl.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistenceImpl.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistenceImpl.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistenceImpl.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone[] PhonePersistenceImpl.findByC_C_C_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Phone> PhonePersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Phone> PhonePersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone[] PhonePersistenceImpl.findByC_C_C_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
 List<Phone> PhonePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Phone[] PhonePersistenceImpl.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
 List<Phone> PhonePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ? and classNameId = ?.
 Phone PhonePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 Phone PhonePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 Phone[] PhonePersistenceImpl.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
 List<Phone> PhonePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where companyId = ?.
 List<Phone> PhonePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where companyId = ?.
 Phone PhonePersistenceImpl.findByUserId_First(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 Phone PhonePersistenceImpl.findByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 Phone[] PhonePersistenceImpl.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
 List<Phone> PhonePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where userId = ?.
 List<Phone> PhonePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where userId = ?.
 Phone PhonePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 Phone[] PhonePersistenceImpl.findByUuid_C_PrevAndNext(long phoneId, String uuid, long companyId, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.
 List<Phone> PhonePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
 List<Phone> PhonePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ? and companyId = ?.
 Phone PhonePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 Phone PhonePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 Phone[] PhonePersistenceImpl.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
 List<Phone> PhonePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator)
          Returns an ordered range of all the phones where uuid = ?.
 List<Phone> PhonePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the phones where uuid = ?.
protected  Phone PhonePersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByC_C_C_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByC_C_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByCompanyId_PrevAndNext(Session session, Phone phone, long companyId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByUserId_PrevAndNext(Session session, Phone phone, long userId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByUuid_C_PrevAndNext(Session session, Phone phone, String uuid, long companyId, OrderByComparator<Phone> orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByUuid_PrevAndNext(Session session, Phone phone, String uuid, OrderByComparator<Phone> orderByComparator, boolean previous)
           
 

Uses of Phone in com.liferay.portlet.usersadmin.util
 

Methods in com.liferay.portlet.usersadmin.util that return types with arguments of type Phone
 List<Phone> UsersAdminImpl.getPhones(ActionRequest actionRequest)
           
 List<Phone> UsersAdminImpl.getPhones(ActionRequest actionRequest, List<Phone> defaultPhones)
           
 

Method parameters in com.liferay.portlet.usersadmin.util with type arguments of type Phone
 List<Phone> UsersAdminImpl.getPhones(ActionRequest actionRequest, List<Phone> defaultPhones)
           
 void UsersAdminImpl.updatePhones(String className, long classPK, List<Phone> phones)
           
 

Uses of Phone in com.liferay.users.admin.kernel.util
 

Methods in com.liferay.users.admin.kernel.util that return types with arguments of type Phone
 List<Phone> UsersAdmin.getPhones(ActionRequest actionRequest)
           
static List<Phone> UsersAdminUtil.getPhones(ActionRequest actionRequest)
           
 List<Phone> UsersAdmin.getPhones(ActionRequest actionRequest, List<Phone> defaultPhones)
           
static List<Phone> UsersAdminUtil.getPhones(ActionRequest actionRequest, List<Phone> defaultPhones)
           
 

Method parameters in com.liferay.users.admin.kernel.util with type arguments of type Phone
 List<Phone> UsersAdmin.getPhones(ActionRequest actionRequest, List<Phone> defaultPhones)
           
static List<Phone> UsersAdminUtil.getPhones(ActionRequest actionRequest, List<Phone> defaultPhones)
           
 void UsersAdmin.updatePhones(String className, long classPK, List<Phone> phones)
           
static void UsersAdminUtil.updatePhones(String className, long classPK, List<Phone> phones)
           
 


Liferay 7.0-ce-b4