Liferay 6.0.3

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

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

Uses of Phone in com.liferay.portal.model
 

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

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

Methods in com.liferay.portal.model with parameters of type Phone
 int PhoneWrapper.compareTo(Phone phone)
           
 int PhoneModel.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 PhoneImpl
           
 

Methods in com.liferay.portal.model.impl that return Phone
 Phone PhoneModelImpl.toEscapedModel()
           
static Phone PhoneModelImpl.toModel(PhoneSoap soapModel)
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Phone
static List<Phone> PhoneModelImpl.toModels(PhoneSoap[] soapModels)
           
 

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 PhoneLocalServiceWrapper.addPhone(long userId, String className, long classPK, String number, String extension, int typeId, boolean primary)
           
static Phone PhoneLocalServiceUtil.addPhone(long userId, String className, long classPK, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneLocalService.addPhone(long userId, String className, long classPK, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneLocalServiceWrapper.addPhone(Phone phone)
           
static Phone PhoneLocalServiceUtil.addPhone(Phone phone)
           
 Phone PhoneLocalService.addPhone(Phone phone)
           
 Phone PhoneServiceWrapper.addPhone(String className, long classPK, String number, String extension, int typeId, boolean primary)
           
static Phone PhoneServiceUtil.addPhone(String className, long classPK, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneService.addPhone(String className, long classPK, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneLocalServiceWrapper.createPhone(long phoneId)
           
static Phone PhoneLocalServiceUtil.createPhone(long phoneId)
           
 Phone PhoneLocalService.createPhone(long phoneId)
           
 Phone PhoneServiceWrapper.getPhone(long phoneId)
           
static Phone PhoneServiceUtil.getPhone(long phoneId)
           
 Phone PhoneService.getPhone(long phoneId)
           
 Phone PhoneLocalServiceWrapper.getPhone(long phoneId)
           
static Phone PhoneLocalServiceUtil.getPhone(long phoneId)
           
 Phone PhoneLocalService.getPhone(long phoneId)
           
 Phone PhoneServiceWrapper.updatePhone(long phoneId, String number, String extension, int typeId, boolean primary)
           
static Phone PhoneServiceUtil.updatePhone(long phoneId, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneService.updatePhone(long phoneId, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneLocalServiceWrapper.updatePhone(long phoneId, String number, String extension, int typeId, boolean primary)
           
static Phone PhoneLocalServiceUtil.updatePhone(long phoneId, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneLocalService.updatePhone(long phoneId, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneLocalServiceWrapper.updatePhone(Phone phone)
           
static Phone PhoneLocalServiceUtil.updatePhone(Phone phone)
           
 Phone PhoneLocalService.updatePhone(Phone phone)
           
 Phone PhoneLocalServiceWrapper.updatePhone(Phone phone, boolean merge)
           
static Phone PhoneLocalServiceUtil.updatePhone(Phone phone, boolean merge)
           
 Phone PhoneLocalService.updatePhone(Phone phone, boolean merge)
           
 

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

Methods in com.liferay.portal.service with parameters of type Phone
 Phone PhoneLocalServiceWrapper.addPhone(Phone phone)
           
static Phone PhoneLocalServiceUtil.addPhone(Phone phone)
           
 Phone PhoneLocalService.addPhone(Phone phone)
           
 void PhoneLocalServiceWrapper.deletePhone(Phone phone)
           
static void PhoneLocalServiceUtil.deletePhone(Phone phone)
           
 void PhoneLocalService.deletePhone(Phone phone)
           
 Phone PhoneLocalServiceWrapper.updatePhone(Phone phone)
           
static Phone PhoneLocalServiceUtil.updatePhone(Phone phone)
           
 Phone PhoneLocalService.updatePhone(Phone phone)
           
 Phone PhoneLocalServiceWrapper.updatePhone(Phone phone, boolean merge)
           
static Phone PhoneLocalServiceUtil.updatePhone(Phone phone, boolean merge)
           
 Phone PhoneLocalService.updatePhone(Phone phone, boolean merge)
           
 

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

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

Methods in com.liferay.portal.service.base that return Phone
 Phone PhoneLocalServiceBaseImpl.addPhone(Phone phone)
           
 Phone PhoneLocalServiceBaseImpl.createPhone(long phoneId)
           
 Phone PhoneLocalServiceBaseImpl.getPhone(long phoneId)
           
 Phone PhoneLocalServiceBaseImpl.updatePhone(Phone phone)
           
 Phone PhoneLocalServiceBaseImpl.updatePhone(Phone phone, boolean merge)
           
 

Methods in com.liferay.portal.service.base that return types with arguments of type Phone
 List<Phone> PhoneLocalServiceBaseImpl.getPhones(int start, int end)
           
 

Methods in com.liferay.portal.service.base with parameters of type Phone
 Phone PhoneLocalServiceBaseImpl.addPhone(Phone phone)
           
 void PhoneLocalServiceBaseImpl.deletePhone(Phone phone)
           
 Phone PhoneLocalServiceBaseImpl.updatePhone(Phone phone)
           
 Phone PhoneLocalServiceBaseImpl.updatePhone(Phone phone, boolean merge)
           
 

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, int typeId, boolean primary)
           
static Phone PhoneServiceHttp.getPhone(HttpPrincipal httpPrincipal, long phoneId)
           
static Phone PhoneServiceHttp.updatePhone(HttpPrincipal httpPrincipal, long phoneId, String number, String extension, int 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)
           
 

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

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, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static User UserServiceHttp.addUser(HttpPrincipal httpPrincipal, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
static JSONArray PhoneJSONSerializer.toJSONArray(List<Phone> models)
           
static Company CompanyServiceHttp.updateCompany(HttpPrincipal httpPrincipal, long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
           
static Organization OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static User UserServiceHttp.updateUser(HttpPrincipal httpPrincipal, long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 

Uses of 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, int typeId, boolean primary)
           
 Phone PhoneServiceImpl.addPhone(String className, long classPK, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneServiceImpl.getPhone(long phoneId)
           
 Phone PhoneLocalServiceImpl.getPhone(long phoneId)
           
 Phone PhoneServiceImpl.updatePhone(long phoneId, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneLocalServiceImpl.updatePhone(long phoneId, String number, String extension, int 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)
           
 

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, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 User UserServiceImpl.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 Company CompanyServiceImpl.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
           
 Organization OrganizationServiceImpl.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 User UserServiceImpl.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portal.service.persistence that return Phone
static Phone PhoneUtil.create(long phoneId)
           
 Phone PhonePersistence.create(long phoneId)
           
 Phone PhonePersistenceImpl.create(long phoneId)
           
static Phone PhoneUtil.fetchByPrimaryKey(long phoneId)
           
 Phone PhonePersistence.fetchByPrimaryKey(long phoneId)
           
 Phone PhonePersistenceImpl.fetchByPrimaryKey(long phoneId)
           
 Phone PhonePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static Phone PhoneUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 Phone PhonePersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 Phone PhonePersistenceImpl.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static Phone PhoneUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 Phone PhonePersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 Phone PhonePersistenceImpl.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static Phone PhoneUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 Phone PhonePersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 Phone PhonePersistenceImpl.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
static Phone PhoneUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 Phone PhonePersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 Phone PhonePersistenceImpl.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
static Phone[] PhoneUtil.findByC_C_C_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 Phone[] PhonePersistence.findByC_C_C_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 Phone[] PhonePersistenceImpl.findByC_C_C_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
static Phone[] PhoneUtil.findByC_C_C_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 Phone[] PhonePersistence.findByC_C_C_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 Phone[] PhonePersistenceImpl.findByC_C_C_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static Phone PhoneUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 Phone PhonePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 Phone PhonePersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
           
static Phone PhoneUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 Phone PhonePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 Phone PhonePersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
           
static Phone[] PhoneUtil.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator orderByComparator)
           
 Phone[] PhonePersistence.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator orderByComparator)
           
 Phone[] PhonePersistenceImpl.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator orderByComparator)
           
static Phone PhoneUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 Phone PhonePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 Phone PhonePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static Phone PhoneUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 Phone PhonePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 Phone PhonePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static Phone[] PhoneUtil.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator orderByComparator)
           
 Phone[] PhonePersistence.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator orderByComparator)
           
 Phone[] PhonePersistenceImpl.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator orderByComparator)
           
static Phone PhoneUtil.findByPrimaryKey(long phoneId)
           
 Phone PhonePersistence.findByPrimaryKey(long phoneId)
           
 Phone PhonePersistenceImpl.findByPrimaryKey(long phoneId)
           
 Phone PhonePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static Phone PhoneUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 Phone PhonePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 Phone PhonePersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
static Phone PhoneUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 Phone PhonePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 Phone PhonePersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
static Phone[] PhoneUtil.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator orderByComparator)
           
 Phone[] PhonePersistence.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator orderByComparator)
           
 Phone[] PhonePersistenceImpl.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator orderByComparator)
           
protected  Phone PhonePersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByC_C_C_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByC_C_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByCompanyId_PrevAndNext(Session session, Phone phone, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByUserId_PrevAndNext(Session session, Phone phone, long userId, OrderByComparator orderByComparator, boolean previous)
           
static Phone PhoneUtil.remove(long phoneId)
           
 Phone PhonePersistence.remove(long phoneId)
           
 Phone PhonePersistenceImpl.remove(long phoneId)
           
static Phone PhoneUtil.remove(Phone phone)
           
 Phone PhonePersistenceImpl.remove(Serializable primaryKey)
           
protected  Phone PhonePersistenceImpl.removeImpl(Phone phone)
           
protected  Phone PhonePersistenceImpl.toUnwrappedModel(Phone phone)
           
static Phone PhoneUtil.update(Phone phone, boolean merge)
           
static Phone PhoneUtil.update(Phone phone, boolean merge, ServiceContext serviceContext)
           
static Phone PhoneUtil.updateImpl(Phone phone, boolean merge)
           
 Phone PhonePersistence.updateImpl(Phone phone, boolean merge)
           
 Phone PhonePersistenceImpl.updateImpl(Phone phone, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Phone
static List<Phone> PhoneUtil.findAll()
           
 List<Phone> PhonePersistence.findAll()
           
 List<Phone> PhonePersistenceImpl.findAll()
           
static List<Phone> PhoneUtil.findAll(int start, int end)
           
 List<Phone> PhonePersistence.findAll(int start, int end)
           
 List<Phone> PhonePersistenceImpl.findAll(int start, int end)
           
static List<Phone> PhoneUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<Phone> PhonePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<Phone> PhonePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<Phone> PhoneUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
           
 List<Phone> PhonePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
           
 List<Phone> PhonePersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
           
static List<Phone> PhoneUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
           
 List<Phone> PhonePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
           
 List<Phone> PhonePersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
           
static List<Phone> PhoneUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
           
 List<Phone> PhonePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
           
 List<Phone> PhonePersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
           
static List<Phone> PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK)
           
 List<Phone> PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK)
           
 List<Phone> PhonePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK)
           
static List<Phone> PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
           
 List<Phone> PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
           
 List<Phone> PhonePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
           
static List<Phone> PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<Phone> PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<Phone> PhonePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<Phone> PhoneUtil.findByC_C(long companyId, long classNameId)
           
 List<Phone> PhonePersistence.findByC_C(long companyId, long classNameId)
           
 List<Phone> PhonePersistenceImpl.findByC_C(long companyId, long classNameId)
           
static List<Phone> PhoneUtil.findByC_C(long companyId, long classNameId, int start, int end)
           
 List<Phone> PhonePersistence.findByC_C(long companyId, long classNameId, int start, int end)
           
 List<Phone> PhonePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end)
           
static List<Phone> PhoneUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<Phone> PhonePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<Phone> PhonePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
static List<Phone> PhoneUtil.findByCompanyId(long companyId)
           
 List<Phone> PhonePersistence.findByCompanyId(long companyId)
           
 List<Phone> PhonePersistenceImpl.findByCompanyId(long companyId)
           
static List<Phone> PhoneUtil.findByCompanyId(long companyId, int start, int end)
           
 List<Phone> PhonePersistence.findByCompanyId(long companyId, int start, int end)
           
 List<Phone> PhonePersistenceImpl.findByCompanyId(long companyId, int start, int end)
           
static List<Phone> PhoneUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<Phone> PhonePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<Phone> PhonePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static List<Phone> PhoneUtil.findByUserId(long userId)
           
 List<Phone> PhonePersistence.findByUserId(long userId)
           
 List<Phone> PhonePersistenceImpl.findByUserId(long userId)
           
static List<Phone> PhoneUtil.findByUserId(long userId, int start, int end)
           
 List<Phone> PhonePersistence.findByUserId(long userId, int start, int end)
           
 List<Phone> PhonePersistenceImpl.findByUserId(long userId, int start, int end)
           
static List<Phone> PhoneUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Phone> PhonePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Phone> PhonePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
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 orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Phone
static void PhoneUtil.cacheResult(Phone phone)
           
 void PhonePersistence.cacheResult(Phone phone)
           
 void PhonePersistenceImpl.cacheResult(Phone phone)
           
static void PhoneUtil.clearCache(Phone phone)
           
 void PhonePersistenceImpl.clearCache(Phone phone)
           
protected  Phone PhonePersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByC_C_C_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByC_C_PrevAndNext(Session session, Phone phone, long companyId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByCompanyId_PrevAndNext(Session session, Phone phone, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Phone PhonePersistenceImpl.getByUserId_PrevAndNext(Session session, Phone phone, long userId, OrderByComparator orderByComparator, boolean previous)
           
static Phone PhoneUtil.remove(Phone phone)
           
protected  Phone PhonePersistenceImpl.removeImpl(Phone phone)
           
protected  Phone PhonePersistenceImpl.toUnwrappedModel(Phone phone)
           
static Phone PhoneUtil.update(Phone phone, boolean merge)
           
static Phone PhoneUtil.update(Phone phone, boolean merge, ServiceContext serviceContext)
           
static Phone PhoneUtil.updateImpl(Phone phone, boolean merge)
           
 Phone PhonePersistence.updateImpl(Phone phone, boolean merge)
           
 Phone PhonePersistenceImpl.updateImpl(Phone phone, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Phone
static void PhoneUtil.cacheResult(List<Phone> phones)
           
 void PhonePersistence.cacheResult(List<Phone> phones)
           
 void PhonePersistenceImpl.cacheResult(List<Phone> phones)
           
 

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

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

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


Liferay 6.0.3