Liferay 7.0-ce-b4

com.liferay.portal.service.base
Class ContactServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.ContactServiceBaseImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, ContactService
Direct Known Subclasses:
ContactServiceImpl

public abstract class ContactServiceBaseImpl
extends BaseServiceImpl
implements ContactService, IdentifiableOSGiService

Provides the base implementation for the contact remote service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in ContactServiceImpl.

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

Field Summary
protected  AddressLocalService addressLocalService
           
protected  AddressPersistence addressPersistence
           
protected  AddressService addressService
           
protected  ContactLocalService contactLocalService
           
protected  ContactPersistence contactPersistence
           
protected  ContactService contactService
           
protected  CounterLocalService counterLocalService
           
protected  EmailAddressLocalService emailAddressLocalService
           
protected  EmailAddressPersistence emailAddressPersistence
           
protected  EmailAddressService emailAddressService
           
protected  OrganizationFinder organizationFinder
           
protected  OrganizationLocalService organizationLocalService
           
protected  OrganizationPersistence organizationPersistence
           
protected  OrganizationService organizationService
           
protected  PhoneLocalService phoneLocalService
           
protected  PhonePersistence phonePersistence
           
protected  PhoneService phoneService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
protected  WebsiteLocalService websiteLocalService
           
protected  WebsitePersistence websitePersistence
           
protected  WebsiteService websiteService
           
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ContactServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 AddressLocalService getAddressLocalService()
          Returns the address local service.
 AddressPersistence getAddressPersistence()
          Returns the address persistence.
 AddressService getAddressService()
          Returns the address remote service.
 ContactLocalService getContactLocalService()
          Returns the contact local service.
 ContactPersistence getContactPersistence()
          Returns the contact persistence.
 ContactService getContactService()
          Returns the contact remote service.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 EmailAddressLocalService getEmailAddressLocalService()
          Returns the email address local service.
 EmailAddressPersistence getEmailAddressPersistence()
          Returns the email address persistence.
 EmailAddressService getEmailAddressService()
          Returns the email address remote service.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 OrganizationFinder getOrganizationFinder()
          Returns the organization finder.
 OrganizationLocalService getOrganizationLocalService()
          Returns the organization local service.
 OrganizationPersistence getOrganizationPersistence()
          Returns the organization persistence.
 OrganizationService getOrganizationService()
          Returns the organization remote service.
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 PhoneLocalService getPhoneLocalService()
          Returns the phone local service.
 PhonePersistence getPhonePersistence()
          Returns the phone persistence.
 PhoneService getPhoneService()
          Returns the phone remote service.
 UserFinder getUserFinder()
          Returns the user finder.
 UserLocalService getUserLocalService()
          Returns the user local service.
 UserPersistence getUserPersistence()
          Returns the user persistence.
 UserService getUserService()
          Returns the user remote service.
 WebsiteLocalService getWebsiteLocalService()
          Returns the website local service.
 WebsitePersistence getWebsitePersistence()
          Returns the website persistence.
 WebsiteService getWebsiteService()
          Returns the website remote service.
protected  void runSQL(String sql)
          Performs a SQL query.
 void setAddressLocalService(AddressLocalService addressLocalService)
          Sets the address local service.
 void setAddressPersistence(AddressPersistence addressPersistence)
          Sets the address persistence.
 void setAddressService(AddressService addressService)
          Sets the address remote service.
 void setContactLocalService(ContactLocalService contactLocalService)
          Sets the contact local service.
 void setContactPersistence(ContactPersistence contactPersistence)
          Sets the contact persistence.
 void setContactService(ContactService contactService)
          Sets the contact remote service.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setEmailAddressLocalService(EmailAddressLocalService emailAddressLocalService)
          Sets the email address local service.
 void setEmailAddressPersistence(EmailAddressPersistence emailAddressPersistence)
          Sets the email address persistence.
 void setEmailAddressService(EmailAddressService emailAddressService)
          Sets the email address remote service.
 void setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 void setOrganizationLocalService(OrganizationLocalService organizationLocalService)
          Sets the organization local service.
 void setOrganizationPersistence(OrganizationPersistence organizationPersistence)
          Sets the organization persistence.
 void setOrganizationService(OrganizationService organizationService)
          Sets the organization remote service.
 void setPhoneLocalService(PhoneLocalService phoneLocalService)
          Sets the phone local service.
 void setPhonePersistence(PhonePersistence phonePersistence)
          Sets the phone persistence.
 void setPhoneService(PhoneService phoneService)
          Sets the phone remote service.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(UserService userService)
          Sets the user remote service.
 void setWebsiteLocalService(WebsiteLocalService websiteLocalService)
          Sets the website local service.
 void setWebsitePersistence(WebsitePersistence websitePersistence)
          Sets the website persistence.
 void setWebsiteService(WebsiteService websiteService)
          Sets the website remote service.
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.ContactService
getContact, getContacts, getContactsCount
 

Field Detail

contactLocalService

@BeanReference(type=ContactLocalService.class)
protected ContactLocalService contactLocalService

contactService

@BeanReference(type=ContactService.class)
protected ContactService contactService

contactPersistence

@BeanReference(type=ContactPersistence.class)
protected ContactPersistence contactPersistence

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

addressLocalService

@BeanReference(type=AddressLocalService.class)
protected AddressLocalService addressLocalService

addressService

@BeanReference(type=AddressService.class)
protected AddressService addressService

addressPersistence

@BeanReference(type=AddressPersistence.class)
protected AddressPersistence addressPersistence

emailAddressLocalService

@BeanReference(type=EmailAddressLocalService.class)
protected EmailAddressLocalService emailAddressLocalService

emailAddressService

@BeanReference(type=EmailAddressService.class)
protected EmailAddressService emailAddressService

emailAddressPersistence

@BeanReference(type=EmailAddressPersistence.class)
protected EmailAddressPersistence emailAddressPersistence

organizationLocalService

@BeanReference(type=OrganizationLocalService.class)
protected OrganizationLocalService organizationLocalService

organizationService

@BeanReference(type=OrganizationService.class)
protected OrganizationService organizationService

organizationPersistence

@BeanReference(type=OrganizationPersistence.class)
protected OrganizationPersistence organizationPersistence

organizationFinder

@BeanReference(type=OrganizationFinder.class)
protected OrganizationFinder organizationFinder

phoneLocalService

@BeanReference(type=PhoneLocalService.class)
protected PhoneLocalService phoneLocalService

phoneService

@BeanReference(type=PhoneService.class)
protected PhoneService phoneService

phonePersistence

@BeanReference(type=PhonePersistence.class)
protected PhonePersistence phonePersistence

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

websiteLocalService

@BeanReference(type=WebsiteLocalService.class)
protected WebsiteLocalService websiteLocalService

websiteService

@BeanReference(type=WebsiteService.class)
protected WebsiteService websiteService

websitePersistence

@BeanReference(type=WebsitePersistence.class)
protected WebsitePersistence websitePersistence
Constructor Detail

ContactServiceBaseImpl

public ContactServiceBaseImpl()
Method Detail

getContactLocalService

public ContactLocalService getContactLocalService()
Returns the contact local service.

Returns:
the contact local service

setContactLocalService

public void setContactLocalService(ContactLocalService contactLocalService)
Sets the contact local service.

Parameters:
contactLocalService - the contact local service

getContactService

public ContactService getContactService()
Returns the contact remote service.

Returns:
the contact remote service

setContactService

public void setContactService(ContactService contactService)
Sets the contact remote service.

Parameters:
contactService - the contact remote service

getContactPersistence

public ContactPersistence getContactPersistence()
Returns the contact persistence.

Returns:
the contact persistence

setContactPersistence

public void setContactPersistence(ContactPersistence contactPersistence)
Sets the contact persistence.

Parameters:
contactPersistence - the contact persistence

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getAddressLocalService

public AddressLocalService getAddressLocalService()
Returns the address local service.

Returns:
the address local service

setAddressLocalService

public void setAddressLocalService(AddressLocalService addressLocalService)
Sets the address local service.

Parameters:
addressLocalService - the address local service

getAddressService

public AddressService getAddressService()
Returns the address remote service.

Returns:
the address remote service

setAddressService

public void setAddressService(AddressService addressService)
Sets the address remote service.

Parameters:
addressService - the address remote service

getAddressPersistence

public AddressPersistence getAddressPersistence()
Returns the address persistence.

Returns:
the address persistence

setAddressPersistence

public void setAddressPersistence(AddressPersistence addressPersistence)
Sets the address persistence.

Parameters:
addressPersistence - the address persistence

getEmailAddressLocalService

public EmailAddressLocalService getEmailAddressLocalService()
Returns the email address local service.

Returns:
the email address local service

setEmailAddressLocalService

public void setEmailAddressLocalService(EmailAddressLocalService emailAddressLocalService)
Sets the email address local service.

Parameters:
emailAddressLocalService - the email address local service

getEmailAddressService

public EmailAddressService getEmailAddressService()
Returns the email address remote service.

Returns:
the email address remote service

setEmailAddressService

public void setEmailAddressService(EmailAddressService emailAddressService)
Sets the email address remote service.

Parameters:
emailAddressService - the email address remote service

getEmailAddressPersistence

public EmailAddressPersistence getEmailAddressPersistence()
Returns the email address persistence.

Returns:
the email address persistence

setEmailAddressPersistence

public void setEmailAddressPersistence(EmailAddressPersistence emailAddressPersistence)
Sets the email address persistence.

Parameters:
emailAddressPersistence - the email address persistence

getOrganizationLocalService

public OrganizationLocalService getOrganizationLocalService()
Returns the organization local service.

Returns:
the organization local service

setOrganizationLocalService

public void setOrganizationLocalService(OrganizationLocalService organizationLocalService)
Sets the organization local service.

Parameters:
organizationLocalService - the organization local service

getOrganizationService

public OrganizationService getOrganizationService()
Returns the organization remote service.

Returns:
the organization remote service

setOrganizationService

public void setOrganizationService(OrganizationService organizationService)
Sets the organization remote service.

Parameters:
organizationService - the organization remote service

getOrganizationPersistence

public OrganizationPersistence getOrganizationPersistence()
Returns the organization persistence.

Returns:
the organization persistence

setOrganizationPersistence

public void setOrganizationPersistence(OrganizationPersistence organizationPersistence)
Sets the organization persistence.

Parameters:
organizationPersistence - the organization persistence

getOrganizationFinder

public OrganizationFinder getOrganizationFinder()
Returns the organization finder.

Returns:
the organization finder

setOrganizationFinder

public void setOrganizationFinder(OrganizationFinder organizationFinder)
Sets the organization finder.

Parameters:
organizationFinder - the organization finder

getPhoneLocalService

public PhoneLocalService getPhoneLocalService()
Returns the phone local service.

Returns:
the phone local service

setPhoneLocalService

public void setPhoneLocalService(PhoneLocalService phoneLocalService)
Sets the phone local service.

Parameters:
phoneLocalService - the phone local service

getPhoneService

public PhoneService getPhoneService()
Returns the phone remote service.

Returns:
the phone remote service

setPhoneService

public void setPhoneService(PhoneService phoneService)
Sets the phone remote service.

Parameters:
phoneService - the phone remote service

getPhonePersistence

public PhonePersistence getPhonePersistence()
Returns the phone persistence.

Returns:
the phone persistence

setPhonePersistence

public void setPhonePersistence(PhonePersistence phonePersistence)
Sets the phone persistence.

Parameters:
phonePersistence - the phone persistence

getUserLocalService

public UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getWebsiteLocalService

public WebsiteLocalService getWebsiteLocalService()
Returns the website local service.

Returns:
the website local service

setWebsiteLocalService

public void setWebsiteLocalService(WebsiteLocalService websiteLocalService)
Sets the website local service.

Parameters:
websiteLocalService - the website local service

getWebsiteService

public WebsiteService getWebsiteService()
Returns the website remote service.

Returns:
the website remote service

setWebsiteService

public void setWebsiteService(WebsiteService websiteService)
Sets the website remote service.

Parameters:
websiteService - the website remote service

getWebsitePersistence

public WebsitePersistence getWebsitePersistence()
Returns the website persistence.

Returns:
the website persistence

setWebsitePersistence

public void setWebsitePersistence(WebsitePersistence websitePersistence)
Sets the website persistence.

Parameters:
websitePersistence - the website persistence

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface ContactService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ce-b4