Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portal.service.ContactService

Packages that use ContactService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of ContactService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement ContactService
 class ContactServiceWrapper
          Provides a wrapper for ContactService.
 

Methods in com.liferay.portal.service that return ContactService
static ContactService ContactServiceUtil.getService()
           
 ContactService ContactServiceWrapper.getWrappedContactService()
          Deprecated. As of 6.1.0, replaced by ContactServiceWrapper.getWrappedService()
 ContactService ContactServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type ContactService
 void ContactServiceUtil.setService(ContactService service)
          Deprecated. As of 6.2.0
 void ContactServiceWrapper.setWrappedContactService(ContactService contactService)
          Deprecated. As of 6.1.0, replaced by ContactServiceWrapper.setWrappedService(com.liferay.portal.service.ContactService)
 void ContactServiceWrapper.setWrappedService(ContactService contactService)
           
 

Constructors in com.liferay.portal.service with parameters of type ContactService
ContactServiceWrapper(ContactService contactService)
           
 

Uses of ContactService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement ContactService
 class ContactServiceBaseImpl
          Provides the base implementation for the contact remote service.
 

Fields in com.liferay.portal.service.base declared as ContactService
protected  ContactService CompanyServiceBaseImpl.contactService
           
protected  ContactService ContactServiceBaseImpl.contactService
           
protected  ContactService ContactLocalServiceBaseImpl.contactService
           
protected  ContactService CompanyLocalServiceBaseImpl.contactService
           
protected  ContactService UserServiceBaseImpl.contactService
           
protected  ContactService UserLocalServiceBaseImpl.contactService
           
 

Methods in com.liferay.portal.service.base that return ContactService
 ContactService CompanyServiceBaseImpl.getContactService()
          Returns the contact remote service.
 ContactService ContactServiceBaseImpl.getContactService()
          Returns the contact remote service.
 ContactService ContactLocalServiceBaseImpl.getContactService()
          Returns the contact remote service.
 ContactService CompanyLocalServiceBaseImpl.getContactService()
          Returns the contact remote service.
 ContactService UserServiceBaseImpl.getContactService()
          Returns the contact remote service.
 ContactService UserLocalServiceBaseImpl.getContactService()
          Returns the contact remote service.
 

Methods in com.liferay.portal.service.base with parameters of type ContactService
 void CompanyServiceBaseImpl.setContactService(ContactService contactService)
          Sets the contact remote service.
 void ContactServiceBaseImpl.setContactService(ContactService contactService)
          Sets the contact remote service.
 void ContactLocalServiceBaseImpl.setContactService(ContactService contactService)
          Sets the contact remote service.
 void CompanyLocalServiceBaseImpl.setContactService(ContactService contactService)
          Sets the contact remote service.
 void UserServiceBaseImpl.setContactService(ContactService contactService)
          Sets the contact remote service.
 void UserLocalServiceBaseImpl.setContactService(ContactService contactService)
          Sets the contact remote service.
 

Uses of ContactService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement ContactService
 class ContactServiceImpl
           
 


Liferay 7.0-ce-m6