Liferay 6.2-ce-ga5

com.liferay.portal.service
Class ContactServiceWrapper

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

@ProviderType
public class ContactServiceWrapper
extends Object
implements ContactService, ServiceWrapper<ContactService>

Provides a wrapper for ContactService.

See Also:
ContactService

Constructor Summary
ContactServiceWrapper(ContactService contactService)
           
 
Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 Contact getContact(long contactId)
           
 List<Contact> getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 int getContactsCount(long classNameId, long classPK)
           
 ContactService getWrappedContactService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 ContactService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedContactService(ContactService contactService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.ContactService)
 void setWrappedService(ContactService contactService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactServiceWrapper

public ContactServiceWrapper(ContactService contactService)
Method Detail

getBeanIdentifier

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

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

getContact

public Contact getContact(long contactId)
                   throws PortalException,
                          SystemException
Specified by:
getContact in interface ContactService
Throws:
PortalException
SystemException

getContacts

public List<Contact> getContacts(long classNameId,
                                 long classPK,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                          throws PortalException,
                                 SystemException
Specified by:
getContacts in interface ContactService
Throws:
PortalException
SystemException

getContactsCount

public int getContactsCount(long classNameId,
                            long classPK)
                     throws PortalException,
                            SystemException
Specified by:
getContactsCount in interface ContactService
Throws:
PortalException
SystemException

getWrappedContactService

public ContactService getWrappedContactService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedContactService

public void setWrappedContactService(ContactService contactService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.ContactService)


getWrappedService

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

setWrappedService

public void setWrappedService(ContactService contactService)
Specified by:
setWrappedService in interface ServiceWrapper<ContactService>

Liferay 6.2-ce-ga5