Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class EmailAddressServiceWrapper

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

public class EmailAddressServiceWrapper
extends Object
implements EmailAddressService, ServiceWrapper<EmailAddressService>

This class is a wrapper for EmailAddressService.

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

Constructor Summary
EmailAddressServiceWrapper(EmailAddressService emailAddressService)
           
 
Method Summary
 EmailAddress addEmailAddress(String className, long classPK, String address, int typeId, boolean primary)
           
 void deleteEmailAddress(long emailAddressId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 EmailAddress getEmailAddress(long emailAddressId)
           
 List<EmailAddress> getEmailAddresses(String className, long classPK)
           
 EmailAddressService getWrappedEmailAddressService()
          Deprecated. Renamed to getWrappedService()
 EmailAddressService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedEmailAddressService(EmailAddressService emailAddressService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.EmailAddressService)
 void setWrappedService(EmailAddressService emailAddressService)
           
 EmailAddress updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailAddressServiceWrapper

public EmailAddressServiceWrapper(EmailAddressService emailAddressService)
Method Detail

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface EmailAddressService
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 EmailAddressService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addEmailAddress

public EmailAddress addEmailAddress(String className,
                                    long classPK,
                                    String address,
                                    int typeId,
                                    boolean primary)
                             throws PortalException,
                                    SystemException
Specified by:
addEmailAddress in interface EmailAddressService
Throws:
PortalException
SystemException

deleteEmailAddress

public void deleteEmailAddress(long emailAddressId)
                        throws PortalException,
                               SystemException
Specified by:
deleteEmailAddress in interface EmailAddressService
Throws:
PortalException
SystemException

getEmailAddress

public EmailAddress getEmailAddress(long emailAddressId)
                             throws PortalException,
                                    SystemException
Specified by:
getEmailAddress in interface EmailAddressService
Throws:
PortalException
SystemException

getEmailAddresses

public List<EmailAddress> getEmailAddresses(String className,
                                            long classPK)
                                     throws PortalException,
                                            SystemException
Specified by:
getEmailAddresses in interface EmailAddressService
Throws:
PortalException
SystemException

updateEmailAddress

public EmailAddress updateEmailAddress(long emailAddressId,
                                       String address,
                                       int typeId,
                                       boolean primary)
                                throws PortalException,
                                       SystemException
Specified by:
updateEmailAddress in interface EmailAddressService
Throws:
PortalException
SystemException

getWrappedEmailAddressService

public EmailAddressService getWrappedEmailAddressService()
Deprecated. Renamed to getWrappedService()


setWrappedEmailAddressService

public void setWrappedEmailAddressService(EmailAddressService emailAddressService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.EmailAddressService)


getWrappedService

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

setWrappedService

public void setWrappedService(EmailAddressService emailAddressService)
Specified by:
setWrappedService in interface ServiceWrapper<EmailAddressService>

Liferay 6.1.2-ce-ga3