Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.service.base
Class ContactServiceBaseImpl

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

public abstract class ContactServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.ContactService, com.liferay.portal.kernel.module.framework.service.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
{$generated.description}

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

Field Detail

contactLocalService

@BeanReference(type=com.liferay.portal.kernel.service.ContactLocalService.class)
protected com.liferay.portal.kernel.service.ContactLocalService contactLocalService

contactService

@BeanReference(type=com.liferay.portal.kernel.service.ContactService.class)
protected com.liferay.portal.kernel.service.ContactService contactService

contactPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.ContactPersistence.class)
protected com.liferay.portal.kernel.service.persistence.ContactPersistence contactPersistence

counterLocalService

@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class)
protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService

addressLocalService

@BeanReference(type=com.liferay.portal.kernel.service.AddressLocalService.class)
protected com.liferay.portal.kernel.service.AddressLocalService addressLocalService

addressService

@BeanReference(type=com.liferay.portal.kernel.service.AddressService.class)
protected com.liferay.portal.kernel.service.AddressService addressService

addressPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.AddressPersistence.class)
protected com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence

emailAddressLocalService

@BeanReference(type=com.liferay.portal.kernel.service.EmailAddressLocalService.class)
protected com.liferay.portal.kernel.service.EmailAddressLocalService emailAddressLocalService

emailAddressService

@BeanReference(type=com.liferay.portal.kernel.service.EmailAddressService.class)
protected com.liferay.portal.kernel.service.EmailAddressService emailAddressService

emailAddressPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.EmailAddressPersistence.class)
protected com.liferay.portal.kernel.service.persistence.EmailAddressPersistence emailAddressPersistence

organizationLocalService

@BeanReference(type=com.liferay.portal.kernel.service.OrganizationLocalService.class)
protected com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService

organizationService

@BeanReference(type=com.liferay.portal.kernel.service.OrganizationService.class)
protected com.liferay.portal.kernel.service.OrganizationService organizationService

organizationPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationPersistence.class)
protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence

organizationFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationFinder.class)
protected com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder

phoneLocalService

@BeanReference(type=com.liferay.portal.kernel.service.PhoneLocalService.class)
protected com.liferay.portal.kernel.service.PhoneLocalService phoneLocalService

phoneService

@BeanReference(type=com.liferay.portal.kernel.service.PhoneService.class)
protected com.liferay.portal.kernel.service.PhoneService phoneService

phonePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.PhonePersistence.class)
protected com.liferay.portal.kernel.service.persistence.PhonePersistence phonePersistence

userLocalService

@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class)
protected com.liferay.portal.kernel.service.UserLocalService userLocalService

userService

@BeanReference(type=com.liferay.portal.kernel.service.UserService.class)
protected com.liferay.portal.kernel.service.UserService userService

userPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class)
protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder

websiteLocalService

@BeanReference(type=com.liferay.portal.kernel.service.WebsiteLocalService.class)
protected com.liferay.portal.kernel.service.WebsiteLocalService websiteLocalService

websiteService

@BeanReference(type=com.liferay.portal.kernel.service.WebsiteService.class)
protected com.liferay.portal.kernel.service.WebsiteService websiteService

websitePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.WebsitePersistence.class)
protected com.liferay.portal.kernel.service.persistence.WebsitePersistence websitePersistence
Constructor Detail

ContactServiceBaseImpl

public ContactServiceBaseImpl()
Method Detail

getContactLocalService

public com.liferay.portal.kernel.service.ContactLocalService getContactLocalService()
Returns the contact local service.

Returns:
the contact local service

setContactLocalService

public void setContactLocalService(com.liferay.portal.kernel.service.ContactLocalService contactLocalService)
Sets the contact local service.

Parameters:
contactLocalService - the contact local service

getContactService

public com.liferay.portal.kernel.service.ContactService getContactService()
Returns the contact remote service.

Returns:
the contact remote service

setContactService

public void setContactService(com.liferay.portal.kernel.service.ContactService contactService)
Sets the contact remote service.

Parameters:
contactService - the contact remote service

getContactPersistence

public com.liferay.portal.kernel.service.persistence.ContactPersistence getContactPersistence()
Returns the contact persistence.

Returns:
the contact persistence

setContactPersistence

public void setContactPersistence(com.liferay.portal.kernel.service.persistence.ContactPersistence contactPersistence)
Sets the contact persistence.

Parameters:
contactPersistence - the contact persistence

getCounterLocalService

public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

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

Parameters:
counterLocalService - the counter local service

getAddressLocalService

public com.liferay.portal.kernel.service.AddressLocalService getAddressLocalService()
Returns the address local service.

Returns:
the address local service

setAddressLocalService

public void setAddressLocalService(com.liferay.portal.kernel.service.AddressLocalService addressLocalService)
Sets the address local service.

Parameters:
addressLocalService - the address local service

getAddressService

public com.liferay.portal.kernel.service.AddressService getAddressService()
Returns the address remote service.

Returns:
the address remote service

setAddressService

public void setAddressService(com.liferay.portal.kernel.service.AddressService addressService)
Sets the address remote service.

Parameters:
addressService - the address remote service

getAddressPersistence

public com.liferay.portal.kernel.service.persistence.AddressPersistence getAddressPersistence()
Returns the address persistence.

Returns:
the address persistence

setAddressPersistence

public void setAddressPersistence(com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence)
Sets the address persistence.

Parameters:
addressPersistence - the address persistence

getEmailAddressLocalService

public com.liferay.portal.kernel.service.EmailAddressLocalService getEmailAddressLocalService()
Returns the email address local service.

Returns:
the email address local service

setEmailAddressLocalService

public void setEmailAddressLocalService(com.liferay.portal.kernel.service.EmailAddressLocalService emailAddressLocalService)
Sets the email address local service.

Parameters:
emailAddressLocalService - the email address local service

getEmailAddressService

public com.liferay.portal.kernel.service.EmailAddressService getEmailAddressService()
Returns the email address remote service.

Returns:
the email address remote service

setEmailAddressService

public void setEmailAddressService(com.liferay.portal.kernel.service.EmailAddressService emailAddressService)
Sets the email address remote service.

Parameters:
emailAddressService - the email address remote service

getEmailAddressPersistence

public com.liferay.portal.kernel.service.persistence.EmailAddressPersistence getEmailAddressPersistence()
Returns the email address persistence.

Returns:
the email address persistence

setEmailAddressPersistence

public void setEmailAddressPersistence(com.liferay.portal.kernel.service.persistence.EmailAddressPersistence emailAddressPersistence)
Sets the email address persistence.

Parameters:
emailAddressPersistence - the email address persistence

getOrganizationLocalService

public com.liferay.portal.kernel.service.OrganizationLocalService getOrganizationLocalService()
Returns the organization local service.

Returns:
the organization local service

setOrganizationLocalService

public void setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
Sets the organization local service.

Parameters:
organizationLocalService - the organization local service

getOrganizationService

public com.liferay.portal.kernel.service.OrganizationService getOrganizationService()
Returns the organization remote service.

Returns:
the organization remote service

setOrganizationService

public void setOrganizationService(com.liferay.portal.kernel.service.OrganizationService organizationService)
Sets the organization remote service.

Parameters:
organizationService - the organization remote service

getOrganizationPersistence

public com.liferay.portal.kernel.service.persistence.OrganizationPersistence getOrganizationPersistence()
Returns the organization persistence.

Returns:
the organization persistence

setOrganizationPersistence

public void setOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence)
Sets the organization persistence.

Parameters:
organizationPersistence - the organization persistence

getOrganizationFinder

public com.liferay.portal.kernel.service.persistence.OrganizationFinder getOrganizationFinder()
Returns the organization finder.

Returns:
the organization finder

setOrganizationFinder

public void setOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder)
Sets the organization finder.

Parameters:
organizationFinder - the organization finder

getPhoneLocalService

public com.liferay.portal.kernel.service.PhoneLocalService getPhoneLocalService()
Returns the phone local service.

Returns:
the phone local service

setPhoneLocalService

public void setPhoneLocalService(com.liferay.portal.kernel.service.PhoneLocalService phoneLocalService)
Sets the phone local service.

Parameters:
phoneLocalService - the phone local service

getPhoneService

public com.liferay.portal.kernel.service.PhoneService getPhoneService()
Returns the phone remote service.

Returns:
the phone remote service

setPhoneService

public void setPhoneService(com.liferay.portal.kernel.service.PhoneService phoneService)
Sets the phone remote service.

Parameters:
phoneService - the phone remote service

getPhonePersistence

public com.liferay.portal.kernel.service.persistence.PhonePersistence getPhonePersistence()
Returns the phone persistence.

Returns:
the phone persistence

setPhonePersistence

public void setPhonePersistence(com.liferay.portal.kernel.service.persistence.PhonePersistence phonePersistence)
Sets the phone persistence.

Parameters:
phonePersistence - the phone persistence

getUserLocalService

public com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public com.liferay.portal.kernel.service.UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(com.liferay.portal.kernel.service.UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getWebsiteLocalService

public com.liferay.portal.kernel.service.WebsiteLocalService getWebsiteLocalService()
Returns the website local service.

Returns:
the website local service

setWebsiteLocalService

public void setWebsiteLocalService(com.liferay.portal.kernel.service.WebsiteLocalService websiteLocalService)
Sets the website local service.

Parameters:
websiteLocalService - the website local service

getWebsiteService

public com.liferay.portal.kernel.service.WebsiteService getWebsiteService()
Returns the website remote service.

Returns:
the website remote service

setWebsiteService

public void setWebsiteService(com.liferay.portal.kernel.service.WebsiteService websiteService)
Sets the website remote service.

Parameters:
websiteService - the website remote service

getWebsitePersistence

public com.liferay.portal.kernel.service.persistence.WebsitePersistence getWebsitePersistence()
Returns the website persistence.

Returns:
the website persistence

setWebsitePersistence

public void setWebsitePersistence(com.liferay.portal.kernel.service.persistence.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 com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.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-b7 portal-impl