com.liferay.portal.service
Class PhoneLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.PhoneLocalServiceWrapper
- All Implemented Interfaces:
- PhoneLocalService
public class PhoneLocalServiceWrapper
- extends Object
- implements PhoneLocalService
This class is a wrapper for PhoneLocalService.
- See Also:
PhoneLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
Phone |
addPhone(long userId,
String className,
long classPK,
String number,
String extension,
int typeId,
boolean primary)
|
Phone |
addPhone(Phone phone)
|
Phone |
createPhone(long phoneId)
|
void |
deletePhone(long phoneId)
|
void |
deletePhone(Phone phone)
|
void |
deletePhones(long companyId,
String className,
long classPK)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
Phone |
getPhone(long phoneId)
|
List<Phone> |
getPhones()
|
List<Phone> |
getPhones(int start,
int end)
|
List<Phone> |
getPhones(long companyId,
String className,
long classPK)
|
int |
getPhonesCount()
|
PhoneLocalService |
getWrappedPhoneLocalService()
|
Phone |
updatePhone(long phoneId,
String number,
String extension,
int typeId,
boolean primary)
|
Phone |
updatePhone(Phone phone)
|
Phone |
updatePhone(Phone phone,
boolean merge)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhoneLocalServiceWrapper
public PhoneLocalServiceWrapper(PhoneLocalService phoneLocalService)
addPhone
public Phone addPhone(Phone phone)
throws SystemException
- Specified by:
addPhone in interface PhoneLocalService
- Throws:
SystemException
createPhone
public Phone createPhone(long phoneId)
- Specified by:
createPhone in interface PhoneLocalService
deletePhone
public void deletePhone(long phoneId)
throws PortalException,
SystemException
- Specified by:
deletePhone in interface PhoneLocalService
- Throws:
PortalException
SystemException
deletePhone
public void deletePhone(Phone phone)
throws SystemException
- Specified by:
deletePhone in interface PhoneLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface PhoneLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface PhoneLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface PhoneLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface PhoneLocalService
- Throws:
SystemException
getPhone
public Phone getPhone(long phoneId)
throws PortalException,
SystemException
- Specified by:
getPhone in interface PhoneLocalService
- Throws:
PortalException
SystemException
getPhones
public List<Phone> getPhones(int start,
int end)
throws SystemException
- Specified by:
getPhones in interface PhoneLocalService
- Throws:
SystemException
getPhonesCount
public int getPhonesCount()
throws SystemException
- Specified by:
getPhonesCount in interface PhoneLocalService
- Throws:
SystemException
updatePhone
public Phone updatePhone(Phone phone)
throws SystemException
- Specified by:
updatePhone in interface PhoneLocalService
- Throws:
SystemException
updatePhone
public Phone updatePhone(Phone phone,
boolean merge)
throws SystemException
- Specified by:
updatePhone in interface PhoneLocalService
- Throws:
SystemException
addPhone
public Phone addPhone(long userId,
String className,
long classPK,
String number,
String extension,
int typeId,
boolean primary)
throws PortalException,
SystemException
- Specified by:
addPhone in interface PhoneLocalService
- Throws:
PortalException
SystemException
deletePhones
public void deletePhones(long companyId,
String className,
long classPK)
throws SystemException
- Specified by:
deletePhones in interface PhoneLocalService
- Throws:
SystemException
getPhones
public List<Phone> getPhones()
throws SystemException
- Specified by:
getPhones in interface PhoneLocalService
- Throws:
SystemException
getPhones
public List<Phone> getPhones(long companyId,
String className,
long classPK)
throws SystemException
- Specified by:
getPhones in interface PhoneLocalService
- Throws:
SystemException
updatePhone
public Phone updatePhone(long phoneId,
String number,
String extension,
int typeId,
boolean primary)
throws PortalException,
SystemException
- Specified by:
updatePhone in interface PhoneLocalService
- Throws:
PortalException
SystemException
getWrappedPhoneLocalService
public PhoneLocalService getWrappedPhoneLocalService()