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
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in ContactServiceImpl
.
ContactServiceImpl
,
ContactServiceUtil
Modifier and Type | Field and Description |
---|---|
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 |
Constructor and Description |
---|
ContactServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
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.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.portal.kernel.service.ContactLocalService.class) protected com.liferay.portal.kernel.service.ContactLocalService contactLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ContactService.class) protected com.liferay.portal.kernel.service.ContactService contactService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ContactPersistence.class) protected com.liferay.portal.kernel.service.persistence.ContactPersistence contactPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.AddressLocalService.class) protected com.liferay.portal.kernel.service.AddressLocalService addressLocalService
@BeanReference(type=com.liferay.portal.kernel.service.AddressService.class) protected com.liferay.portal.kernel.service.AddressService addressService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.AddressPersistence.class) protected com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence
@BeanReference(type=com.liferay.portal.kernel.service.EmailAddressLocalService.class) protected com.liferay.portal.kernel.service.EmailAddressLocalService emailAddressLocalService
@BeanReference(type=com.liferay.portal.kernel.service.EmailAddressService.class) protected com.liferay.portal.kernel.service.EmailAddressService emailAddressService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.EmailAddressPersistence.class) protected com.liferay.portal.kernel.service.persistence.EmailAddressPersistence emailAddressPersistence
@BeanReference(type=com.liferay.portal.kernel.service.OrganizationLocalService.class) protected com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService
@BeanReference(type=com.liferay.portal.kernel.service.OrganizationService.class) protected com.liferay.portal.kernel.service.OrganizationService organizationService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationPersistence.class) protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationFinder.class) protected com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder
@BeanReference(type=com.liferay.portal.kernel.service.PhoneLocalService.class) protected com.liferay.portal.kernel.service.PhoneLocalService phoneLocalService
@BeanReference(type=com.liferay.portal.kernel.service.PhoneService.class) protected com.liferay.portal.kernel.service.PhoneService phoneService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.PhonePersistence.class) protected com.liferay.portal.kernel.service.persistence.PhonePersistence phonePersistence
@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class) protected com.liferay.portal.kernel.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.kernel.service.UserService.class) protected com.liferay.portal.kernel.service.UserService userService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class) protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder
@BeanReference(type=com.liferay.portal.kernel.service.WebsiteLocalService.class) protected com.liferay.portal.kernel.service.WebsiteLocalService websiteLocalService
@BeanReference(type=com.liferay.portal.kernel.service.WebsiteService.class) protected com.liferay.portal.kernel.service.WebsiteService websiteService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.WebsitePersistence.class) protected com.liferay.portal.kernel.service.persistence.WebsitePersistence websitePersistence
public com.liferay.portal.kernel.service.ContactLocalService getContactLocalService()
public void setContactLocalService(com.liferay.portal.kernel.service.ContactLocalService contactLocalService)
contactLocalService
- the contact local servicepublic com.liferay.portal.kernel.service.ContactService getContactService()
public void setContactService(com.liferay.portal.kernel.service.ContactService contactService)
contactService
- the contact remote servicepublic com.liferay.portal.kernel.service.persistence.ContactPersistence getContactPersistence()
public void setContactPersistence(com.liferay.portal.kernel.service.persistence.ContactPersistence contactPersistence)
contactPersistence
- the contact persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic com.liferay.portal.kernel.service.AddressLocalService getAddressLocalService()
public void setAddressLocalService(com.liferay.portal.kernel.service.AddressLocalService addressLocalService)
addressLocalService
- the address local servicepublic com.liferay.portal.kernel.service.AddressService getAddressService()
public void setAddressService(com.liferay.portal.kernel.service.AddressService addressService)
addressService
- the address remote servicepublic com.liferay.portal.kernel.service.persistence.AddressPersistence getAddressPersistence()
public void setAddressPersistence(com.liferay.portal.kernel.service.persistence.AddressPersistence addressPersistence)
addressPersistence
- the address persistencepublic com.liferay.portal.kernel.service.EmailAddressLocalService getEmailAddressLocalService()
public void setEmailAddressLocalService(com.liferay.portal.kernel.service.EmailAddressLocalService emailAddressLocalService)
emailAddressLocalService
- the email address local servicepublic com.liferay.portal.kernel.service.EmailAddressService getEmailAddressService()
public void setEmailAddressService(com.liferay.portal.kernel.service.EmailAddressService emailAddressService)
emailAddressService
- the email address remote servicepublic com.liferay.portal.kernel.service.persistence.EmailAddressPersistence getEmailAddressPersistence()
public void setEmailAddressPersistence(com.liferay.portal.kernel.service.persistence.EmailAddressPersistence emailAddressPersistence)
emailAddressPersistence
- the email address persistencepublic com.liferay.portal.kernel.service.OrganizationLocalService getOrganizationLocalService()
public void setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
organizationLocalService
- the organization local servicepublic com.liferay.portal.kernel.service.OrganizationService getOrganizationService()
public void setOrganizationService(com.liferay.portal.kernel.service.OrganizationService organizationService)
organizationService
- the organization remote servicepublic com.liferay.portal.kernel.service.persistence.OrganizationPersistence getOrganizationPersistence()
public void setOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence)
organizationPersistence
- the organization persistencepublic com.liferay.portal.kernel.service.persistence.OrganizationFinder getOrganizationFinder()
public void setOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder)
organizationFinder
- the organization finderpublic com.liferay.portal.kernel.service.PhoneLocalService getPhoneLocalService()
public void setPhoneLocalService(com.liferay.portal.kernel.service.PhoneLocalService phoneLocalService)
phoneLocalService
- the phone local servicepublic com.liferay.portal.kernel.service.PhoneService getPhoneService()
public void setPhoneService(com.liferay.portal.kernel.service.PhoneService phoneService)
phoneService
- the phone remote servicepublic com.liferay.portal.kernel.service.persistence.PhonePersistence getPhonePersistence()
public void setPhonePersistence(com.liferay.portal.kernel.service.persistence.PhonePersistence phonePersistence)
phonePersistence
- the phone persistencepublic com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
userLocalService
- the user local servicepublic com.liferay.portal.kernel.service.UserService getUserService()
public void setUserService(com.liferay.portal.kernel.service.UserService userService)
userService
- the user remote servicepublic com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
userPersistence
- the user persistencepublic com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
userFinder
- the user finderpublic com.liferay.portal.kernel.service.WebsiteLocalService getWebsiteLocalService()
public void setWebsiteLocalService(com.liferay.portal.kernel.service.WebsiteLocalService websiteLocalService)
websiteLocalService
- the website local servicepublic com.liferay.portal.kernel.service.WebsiteService getWebsiteService()
public void setWebsiteService(com.liferay.portal.kernel.service.WebsiteService websiteService)
websiteService
- the website remote servicepublic com.liferay.portal.kernel.service.persistence.WebsitePersistence getWebsitePersistence()
public void setWebsitePersistence(com.liferay.portal.kernel.service.persistence.WebsitePersistence websitePersistence)
websitePersistence
- the website persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.service.ContactService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query