Uses of Interface
com.liferay.portal.kernel.model.Phone
Packages that use Phone
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of Phone in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement PhoneFields in com.liferay.portal.kernel.model with type parameters of type PhoneMethods in com.liferay.portal.kernel.model that return PhoneModifier and TypeMethodDescriptionPhoneModel.cloneWithOriginalValues()PhoneWrapper.cloneWithOriginalValues()Methods in com.liferay.portal.kernel.model that return types with arguments of type PhoneModifier and TypeMethodDescriptionPhoneWrapper.getAttributeGetterFunctions()PhoneWrapper.getAttributeSetterBiConsumers()User.getPhones()UserWrapper.getPhones()Methods in com.liferay.portal.kernel.model with parameters of type PhoneConstructors in com.liferay.portal.kernel.model with parameters of type Phone -
Uses of Phone in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return PhoneModifier and TypeMethodDescriptionAdds the phone to the database.PhoneLocalService.addPhone(String externalReferenceCode, long userId, String className, long classPK, String number, String extension, long listTypeId, boolean primary, ServiceContext serviceContext) static PhoneAdds the phone to the database.static PhonePhoneLocalServiceUtil.addPhone(String externalReferenceCode, long userId, String className, long classPK, String number, String extension, long listTypeId, boolean primary, ServiceContext serviceContext) Adds the phone to the database.PhoneLocalServiceWrapper.addPhone(String externalReferenceCode, long userId, String className, long classPK, String number, String extension, long listTypeId, boolean primary, ServiceContext serviceContext) PhoneService.addPhone(String externalReferenceCode, String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext) static PhonePhoneServiceUtil.addPhone(String externalReferenceCode, String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext) PhoneServiceWrapper.addPhone(String externalReferenceCode, String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext) PhoneLocalService.createPhone(long phoneId) Creates a new phone with the primary key.static PhonePhoneLocalServiceUtil.createPhone(long phoneId) Creates a new phone with the primary key.PhoneLocalServiceWrapper.createPhone(long phoneId) Creates a new phone with the primary key.PhoneLocalService.deletePhone(long phoneId) Deletes the phone with the primary key from the database.PhoneLocalService.deletePhone(Phone phone) Deletes the phone from the database.static PhonePhoneLocalServiceUtil.deletePhone(long phoneId) Deletes the phone with the primary key from the database.static PhonePhoneLocalServiceUtil.deletePhone(Phone phone) Deletes the phone from the database.PhoneLocalServiceWrapper.deletePhone(long phoneId) Deletes the phone with the primary key from the database.PhoneLocalServiceWrapper.deletePhone(Phone phone) Deletes the phone from the database.PhoneLocalService.fetchPhone(long phoneId) static PhonePhoneLocalServiceUtil.fetchPhone(long phoneId) PhoneLocalServiceWrapper.fetchPhone(long phoneId) PhoneLocalService.fetchPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) static PhonePhoneLocalServiceUtil.fetchPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) PhoneLocalServiceWrapper.fetchPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) PhoneService.fetchPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) static PhonePhoneServiceUtil.fetchPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) PhoneServiceWrapper.fetchPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) PhoneLocalService.fetchPhoneByUuidAndCompanyId(String uuid, long companyId) Returns the phone with the matching UUID and company.static PhonePhoneLocalServiceUtil.fetchPhoneByUuidAndCompanyId(String uuid, long companyId) Returns the phone with the matching UUID and company.PhoneLocalServiceWrapper.fetchPhoneByUuidAndCompanyId(String uuid, long companyId) Returns the phone with the matching UUID and company.PhoneLocalService.getPhone(long phoneId) Returns the phone with the primary key.static PhonePhoneLocalServiceUtil.getPhone(long phoneId) Returns the phone with the primary key.PhoneLocalServiceWrapper.getPhone(long phoneId) Returns the phone with the primary key.PhoneService.getPhone(long phoneId) static PhonePhoneServiceUtil.getPhone(long phoneId) PhoneServiceWrapper.getPhone(long phoneId) PhoneLocalService.getPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) static PhonePhoneLocalServiceUtil.getPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) PhoneLocalServiceWrapper.getPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) PhoneService.getPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) static PhonePhoneServiceUtil.getPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) PhoneServiceWrapper.getPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) PhoneLocalService.getPhoneByUuidAndCompanyId(String uuid, long companyId) Returns the phone with the matching UUID and company.static PhonePhoneLocalServiceUtil.getPhoneByUuidAndCompanyId(String uuid, long companyId) Returns the phone with the matching UUID and company.PhoneLocalServiceWrapper.getPhoneByUuidAndCompanyId(String uuid, long companyId) Returns the phone with the matching UUID and company.PhoneLocalService.updatePhone(Phone phone) Updates the phone in the database or adds it if it does not yet exist.PhoneLocalService.updatePhone(String externalReferenceCode, long phoneId, String number, String extension, long listTypeId, boolean primary) static PhonePhoneLocalServiceUtil.updatePhone(Phone phone) Updates the phone in the database or adds it if it does not yet exist.static PhonePhoneLocalServiceUtil.updatePhone(String externalReferenceCode, long phoneId, String number, String extension, long listTypeId, boolean primary) PhoneLocalServiceWrapper.updatePhone(Phone phone) Updates the phone in the database or adds it if it does not yet exist.PhoneLocalServiceWrapper.updatePhone(String externalReferenceCode, long phoneId, String number, String extension, long listTypeId, boolean primary) PhoneService.updatePhone(String externalReferenceCode, long phoneId, String number, String extension, long typeId, boolean primary) static PhonePhoneServiceUtil.updatePhone(String externalReferenceCode, long phoneId, String number, String extension, long typeId, boolean primary) PhoneServiceWrapper.updatePhone(String externalReferenceCode, long phoneId, String number, String extension, long typeId, boolean primary) Methods in com.liferay.portal.kernel.service that return types with arguments of type PhoneModifier and TypeMethodDescriptionPhoneLocalService.getCTPersistence()PhoneLocalServiceWrapper.getCTPersistence()PhoneLocalService.getModelClass()PhoneLocalServiceWrapper.getModelClass()PhoneLocalService.getPhones()PhoneLocalService.getPhones(int start, int end) Returns a range of all the phones.PhoneLocalServiceUtil.getPhones()PhoneLocalServiceUtil.getPhones(int start, int end) Returns a range of all the phones.PhoneLocalServiceWrapper.getPhones()PhoneLocalServiceWrapper.getPhones(int start, int end) Returns a range of all the phones.Methods in com.liferay.portal.kernel.service with parameters of type PhoneModifier and TypeMethodDescriptionAdds the phone to the database.static PhoneAdds the phone to the database.Adds the phone to the database.PhoneLocalService.deletePhone(Phone phone) Deletes the phone from the database.static PhonePhoneLocalServiceUtil.deletePhone(Phone phone) Deletes the phone from the database.PhoneLocalServiceWrapper.deletePhone(Phone phone) Deletes the phone from the database.PhoneLocalService.updatePhone(Phone phone) Updates the phone in the database or adds it if it does not yet exist.static PhonePhoneLocalServiceUtil.updatePhone(Phone phone) Updates the phone in the database or adds it if it does not yet exist.PhoneLocalServiceWrapper.updatePhone(Phone phone) Updates the phone in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type PhoneModifier and TypeMethodDescription<R,E extends Throwable>
RPhoneLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<Phone>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RPhoneLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<Phone>, R, E> updateUnsafeFunction) -
Uses of Phone in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return PhoneModifier and TypeMethodDescriptionPhonePersistence.create(long phoneId) Creates a new phone with the primary key.static PhonePhoneUtil.create(long phoneId) Creates a new phone with the primary key.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 PhonePhoneUtil.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 = ?.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 PhonePhoneUtil.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 = ?.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 PhonePhoneUtil.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 = ?.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 PhonePhoneUtil.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 = ?.PhonePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ?.static PhonePhoneUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ?.PhonePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ?.static PhonePhoneUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ?.PhonePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ?.static PhonePhoneUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ?.PhonePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ?.static PhonePhoneUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ?.PhonePersistence.fetchByERC_C(String externalReferenceCode, long companyId) Returns the phone where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found.PhonePersistence.fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the phone where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found, optionally using the finder cache.static PhonePhoneUtil.fetchByERC_C(String externalReferenceCode, long companyId) Returns the phone where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found.static PhonePhoneUtil.fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the phone where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found, optionally using the finder cache.PhonePersistence.fetchByPrimaryKey(long phoneId) Returns the phone with the primary key or returnsnullif it could not be found.static PhonePhoneUtil.fetchByPrimaryKey(long phoneId) Returns the phone with the primary key or returnsnullif it could not be found.PhonePersistence.fetchByUserId_First(long userId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where userId = ?.static PhonePhoneUtil.fetchByUserId_First(long userId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where userId = ?.PhonePersistence.fetchByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where userId = ?.static PhonePhoneUtil.fetchByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where userId = ?.PhonePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ? and companyId = ?.static PhonePhoneUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ? and companyId = ?.PhonePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ? and companyId = ?.static PhonePhoneUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ? and companyId = ?.PhonePersistence.fetchByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ?.static PhonePhoneUtil.fetchByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ?.PhonePersistence.fetchByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ?.static PhonePhoneUtil.fetchByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ?.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 PhonePhoneUtil.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 = ?.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 PhonePhoneUtil.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 = ?.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 PhonePhoneUtil.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 = ?.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 PhonePhoneUtil.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_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_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_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_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 = ?.PhonePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ?.static PhonePhoneUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ?.PhonePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ?.static PhonePhoneUtil.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_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.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 = ?.PhonePersistence.findByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ?.static PhonePhoneUtil.findByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ?.PhonePersistence.findByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ?.static PhonePhoneUtil.findByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator) Returns the last 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.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ?.PhonePersistence.findByERC_C(String externalReferenceCode, long companyId) Returns the phone where externalReferenceCode = ? and companyId = ? or throws aNoSuchPhoneExceptionif it could not be found.static PhonePhoneUtil.findByERC_C(String externalReferenceCode, long companyId) Returns the phone where externalReferenceCode = ? and companyId = ? or throws aNoSuchPhoneExceptionif it could not be found.PhonePersistence.findByPrimaryKey(long phoneId) Returns the phone with the primary key or throws aNoSuchPhoneExceptionif it could not be found.static PhonePhoneUtil.findByPrimaryKey(long phoneId) Returns the phone with the primary key or throws aNoSuchPhoneExceptionif it could not be found.PhonePersistence.findByUserId_First(long userId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where userId = ?.static PhonePhoneUtil.findByUserId_First(long userId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where userId = ?.PhonePersistence.findByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where userId = ?.static PhonePhoneUtil.findByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator) Returns the last 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.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where userId = ?.PhonePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ? and companyId = ?.static PhonePhoneUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ? and companyId = ?.PhonePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ? and companyId = ?.static PhonePhoneUtil.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_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_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 = ?.PhonePersistence.findByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ?.static PhonePhoneUtil.findByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ?.PhonePersistence.findByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ?.static PhonePhoneUtil.findByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator) Returns the last 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.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where uuid = ?.PhonePersistence.remove(long phoneId) Removes the phone with the primary key from the database.static PhonePhoneUtil.remove(long phoneId) Removes the phone with the primary key from the database.PhonePersistence.removeByERC_C(String externalReferenceCode, long companyId) Removes the phone where externalReferenceCode = ? and companyId = ? from the database.static PhonePhoneUtil.removeByERC_C(String externalReferenceCode, long companyId) Removes the phone where externalReferenceCode = ? and companyId = ? from the database.static Phonestatic PhonePhoneUtil.update(Phone phone, ServiceContext serviceContext) PhonePersistence.updateImpl(Phone phone) static PhonePhoneUtil.updateImpl(Phone phone) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type PhoneModifier and TypeMethodDescriptionstatic Map<Serializable,Phone> PhoneUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) PhonePersistence.findAll()Returns all the phones.PhonePersistence.findAll(int start, int end) Returns a range of all the phones.PhonePersistence.findAll(int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones.PhonePersistence.findAll(int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones.PhoneUtil.findAll()Returns all the phones.PhoneUtil.findAll(int start, int end) Returns a range of all the phones.PhoneUtil.findAll(int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones.PhoneUtil.findAll(int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones.PhonePersistence.findByC_C(long companyId, long classNameId) Returns all the phones where companyId = ? and classNameId = ?.PhonePersistence.findByC_C(long companyId, long classNameId, int start, int end) Returns a range of all the phones where companyId = ? and classNameId = ?.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 = ?.PhonePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ?.PhoneUtil.findByC_C(long companyId, long classNameId) Returns all the phones where companyId = ? and classNameId = ?.PhoneUtil.findByC_C(long companyId, long classNameId, int start, int end) Returns a range of all the phones where companyId = ? and classNameId = ?.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 = ?.PhoneUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ?.PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK) Returns all the phones where companyId = ? and classNameId = ? and classPK = ?.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 = ?.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 = ?.PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK) Returns all the phones where companyId = ? and classNameId = ? and classPK = ?.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 = ?.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 = ?.PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.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 = ?.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 = ?.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 = ?.PhonePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.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 = ?.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 = ?.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 = ?.PhoneUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.PhonePersistence.findByCompanyId(long companyId) Returns all the phones where companyId = ?.PhonePersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the phones where companyId = ?.PhonePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where companyId = ?.PhonePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ?.PhoneUtil.findByCompanyId(long companyId) Returns all the phones where companyId = ?.PhoneUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the phones where companyId = ?.PhoneUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where companyId = ?.PhoneUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ?.PhonePersistence.findByUserId(long userId) Returns all the phones where userId = ?.PhonePersistence.findByUserId(long userId, int start, int end) Returns a range of all the phones where userId = ?.PhonePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where userId = ?.PhonePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where userId = ?.PhoneUtil.findByUserId(long userId) Returns all the phones where userId = ?.PhoneUtil.findByUserId(long userId, int start, int end) Returns a range of all the phones where userId = ?.PhoneUtil.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where userId = ?.PhoneUtil.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where userId = ?.PhonePersistence.findByUuid(String uuid) Returns all the phones where uuid = ?.PhonePersistence.findByUuid(String uuid, int start, int end) Returns a range of all the phones where uuid = ?.PhonePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where uuid = ?.PhonePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where uuid = ?.PhoneUtil.findByUuid(String uuid) Returns all the phones where uuid = ?.PhoneUtil.findByUuid(String uuid, int start, int end) Returns a range of all the phones where uuid = ?.PhoneUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where uuid = ?.PhoneUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where uuid = ?.PhonePersistence.findByUuid_C(String uuid, long companyId) Returns all the phones where uuid = ? and companyId = ?.PhonePersistence.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the phones where uuid = ? and companyId = ?.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 = ?.PhonePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where uuid = ? and companyId = ?.PhoneUtil.findByUuid_C(String uuid, long companyId) Returns all the phones where uuid = ? and companyId = ?.PhoneUtil.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the phones where uuid = ? and companyId = ?.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 = ?.PhoneUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where uuid = ? and companyId = ?.PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Phone> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type PhoneModifier and TypeMethodDescriptionvoidPhonePersistence.cacheResult(Phone phone) Caches the phone in the entity cache if it is enabled.static voidPhoneUtil.cacheResult(Phone phone) Caches the phone in the entity cache if it is enabled.static voidPhoneUtil.clearCache(Phone phone) static Phonestatic PhonePhoneUtil.update(Phone phone, ServiceContext serviceContext) PhonePersistence.updateImpl(Phone phone) static PhonePhoneUtil.updateImpl(Phone phone) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type PhoneModifier and TypeMethodDescriptionvoidPhonePersistence.cacheResult(List<Phone> phones) Caches the phones in the entity cache if it is enabled.static voidPhoneUtil.cacheResult(List<Phone> phones) Caches the phones in the entity cache if it is enabled.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 PhonePhoneUtil.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 = ?.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 PhonePhoneUtil.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 = ?.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 PhonePhoneUtil.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 = ?.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 PhonePhoneUtil.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 = ?.PhonePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ?.static PhonePhoneUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ?.PhonePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ?.static PhonePhoneUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ?.PhonePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ?.static PhonePhoneUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ?.PhonePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ?.static PhonePhoneUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ?.PhonePersistence.fetchByUserId_First(long userId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where userId = ?.static PhonePhoneUtil.fetchByUserId_First(long userId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where userId = ?.PhonePersistence.fetchByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where userId = ?.static PhonePhoneUtil.fetchByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where userId = ?.PhonePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ? and companyId = ?.static PhonePhoneUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ? and companyId = ?.PhonePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ? and companyId = ?.static PhonePhoneUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ? and companyId = ?.PhonePersistence.fetchByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ?.static PhonePhoneUtil.fetchByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ?.PhonePersistence.fetchByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ?.static PhonePhoneUtil.fetchByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ?.PhonePersistence.findAll(int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones.PhonePersistence.findAll(int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones.PhoneUtil.findAll(int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones.PhoneUtil.findAll(int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones.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 = ?.PhonePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ?.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 = ?.PhoneUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ?.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 = ?.PhonePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.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 = ?.PhoneUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.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 PhonePhoneUtil.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 = ?.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 PhonePhoneUtil.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 = ?.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 = ?.PhonePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.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 = ?.PhoneUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.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 PhonePhoneUtil.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 = ?.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 PhonePhoneUtil.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_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_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_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_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 = ?.PhonePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ?.static PhonePhoneUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ?.PhonePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ?.static PhonePhoneUtil.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_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.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 = ?.PhonePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where companyId = ?.PhonePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ?.PhoneUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where companyId = ?.PhoneUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ?.PhonePersistence.findByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ?.static PhonePhoneUtil.findByCompanyId_First(long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ?.PhonePersistence.findByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ?.static PhonePhoneUtil.findByCompanyId_Last(long companyId, OrderByComparator<Phone> orderByComparator) Returns the last 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.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ?.PhonePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where userId = ?.PhonePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where userId = ?.PhoneUtil.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where userId = ?.PhoneUtil.findByUserId(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where userId = ?.PhonePersistence.findByUserId_First(long userId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where userId = ?.static PhonePhoneUtil.findByUserId_First(long userId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where userId = ?.PhonePersistence.findByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where userId = ?.static PhonePhoneUtil.findByUserId_Last(long userId, OrderByComparator<Phone> orderByComparator) Returns the last 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.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where userId = ?.PhonePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where uuid = ?.PhonePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where uuid = ?.PhoneUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where uuid = ?.PhoneUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where uuid = ?.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 = ?.PhonePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where uuid = ? and companyId = ?.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 = ?.PhoneUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where uuid = ? and companyId = ?.PhonePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ? and companyId = ?.static PhonePhoneUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ? and companyId = ?.PhonePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ? and companyId = ?.static PhonePhoneUtil.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_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_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 = ?.PhonePersistence.findByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ?.static PhonePhoneUtil.findByUuid_First(String uuid, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ?.PhonePersistence.findByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ?.static PhonePhoneUtil.findByUuid_Last(String uuid, OrderByComparator<Phone> orderByComparator) Returns the last 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.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where uuid = ?.PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Phone> orderByComparator)