Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class PhoneServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.PhoneServiceWrapper
All Implemented Interfaces:
BaseService, PhoneService, ServiceWrapper<PhoneService>

public class PhoneServiceWrapper
extends Object
implements PhoneService, ServiceWrapper<PhoneService>

This class is a wrapper for PhoneService.

See Also:
PhoneService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
PhoneServiceWrapper(PhoneService phoneService)
           
 
Method Summary
 Phone addPhone(String className, long classPK, String number, String extension, int typeId, boolean primary)
           
 void deletePhone(long phoneId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 Phone getPhone(long phoneId)
           
 List<Phone> getPhones(String className, long classPK)
           
 PhoneService getWrappedPhoneService()
          Deprecated. Renamed to getWrappedService()
 PhoneService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedPhoneService(PhoneService phoneService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.PhoneService)
 void setWrappedService(PhoneService phoneService)
           
 Phone updatePhone(long phoneId, String number, String extension, int typeId, boolean primary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhoneServiceWrapper

public PhoneServiceWrapper(PhoneService phoneService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface PhoneService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface PhoneService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addPhone

public Phone addPhone(String className,
                      long classPK,
                      String number,
                      String extension,
                      int typeId,
                      boolean primary)
               throws PortalException,
                      SystemException
Specified by:
addPhone in interface PhoneService
Throws:
PortalException
SystemException

deletePhone

public void deletePhone(long phoneId)
                 throws PortalException,
                        SystemException
Specified by:
deletePhone in interface PhoneService
Throws:
PortalException
SystemException

getPhone

public Phone getPhone(long phoneId)
               throws PortalException,
                      SystemException
Specified by:
getPhone in interface PhoneService
Throws:
PortalException
SystemException

getPhones

public List<Phone> getPhones(String className,
                             long classPK)
                      throws PortalException,
                             SystemException
Specified by:
getPhones in interface PhoneService
Throws:
PortalException
SystemException

updatePhone

public Phone updatePhone(long phoneId,
                         String number,
                         String extension,
                         int typeId,
                         boolean primary)
                  throws PortalException,
                         SystemException
Specified by:
updatePhone in interface PhoneService
Throws:
PortalException
SystemException

getWrappedPhoneService

public PhoneService getWrappedPhoneService()
Deprecated. Renamed to getWrappedService()


setWrappedPhoneService

public void setWrappedPhoneService(PhoneService phoneService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.PhoneService)


getWrappedService

public PhoneService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<PhoneService>

setWrappedService

public void setWrappedService(PhoneService phoneService)
Specified by:
setWrappedService in interface ServiceWrapper<PhoneService>

Liferay 6.1.2-ce-ga3