|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.ContactServiceBaseImpl
public abstract class ContactServiceBaseImpl
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.
ContactServiceImpl,
ContactServiceUtil| 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 |
|---|
@BeanReference(type=ContactLocalService.class) protected ContactLocalService contactLocalService
@BeanReference(type=ContactService.class) protected ContactService contactService
@BeanReference(type=ContactPersistence.class) protected ContactPersistence contactPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=AddressLocalService.class) protected AddressLocalService addressLocalService
@BeanReference(type=AddressService.class) protected AddressService addressService
@BeanReference(type=AddressPersistence.class) protected AddressPersistence addressPersistence
@BeanReference(type=EmailAddressLocalService.class) protected EmailAddressLocalService emailAddressLocalService
@BeanReference(type=EmailAddressService.class) protected EmailAddressService emailAddressService
@BeanReference(type=EmailAddressPersistence.class) protected EmailAddressPersistence emailAddressPersistence
@BeanReference(type=OrganizationLocalService.class) protected OrganizationLocalService organizationLocalService
@BeanReference(type=OrganizationService.class) protected OrganizationService organizationService
@BeanReference(type=OrganizationPersistence.class) protected OrganizationPersistence organizationPersistence
@BeanReference(type=OrganizationFinder.class) protected OrganizationFinder organizationFinder
@BeanReference(type=PhoneLocalService.class) protected PhoneLocalService phoneLocalService
@BeanReference(type=PhoneService.class) protected PhoneService phoneService
@BeanReference(type=PhonePersistence.class) protected PhonePersistence phonePersistence
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=WebsiteLocalService.class) protected WebsiteLocalService websiteLocalService
@BeanReference(type=WebsiteService.class) protected WebsiteService websiteService
@BeanReference(type=WebsitePersistence.class) protected WebsitePersistence websitePersistence
| Constructor Detail |
|---|
public ContactServiceBaseImpl()
| Method Detail |
|---|
public ContactLocalService getContactLocalService()
public void setContactLocalService(ContactLocalService contactLocalService)
contactLocalService - the contact local servicepublic ContactService getContactService()
public void setContactService(ContactService contactService)
contactService - the contact remote servicepublic ContactPersistence getContactPersistence()
public void setContactPersistence(ContactPersistence contactPersistence)
contactPersistence - the contact persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic AddressLocalService getAddressLocalService()
public void setAddressLocalService(AddressLocalService addressLocalService)
addressLocalService - the address local servicepublic AddressService getAddressService()
public void setAddressService(AddressService addressService)
addressService - the address remote servicepublic AddressPersistence getAddressPersistence()
public void setAddressPersistence(AddressPersistence addressPersistence)
addressPersistence - the address persistencepublic EmailAddressLocalService getEmailAddressLocalService()
public void setEmailAddressLocalService(EmailAddressLocalService emailAddressLocalService)
emailAddressLocalService - the email address local servicepublic EmailAddressService getEmailAddressService()
public void setEmailAddressService(EmailAddressService emailAddressService)
emailAddressService - the email address remote servicepublic EmailAddressPersistence getEmailAddressPersistence()
public void setEmailAddressPersistence(EmailAddressPersistence emailAddressPersistence)
emailAddressPersistence - the email address persistencepublic OrganizationLocalService getOrganizationLocalService()
public void setOrganizationLocalService(OrganizationLocalService organizationLocalService)
organizationLocalService - the organization local servicepublic OrganizationService getOrganizationService()
public void setOrganizationService(OrganizationService organizationService)
organizationService - the organization remote servicepublic OrganizationPersistence getOrganizationPersistence()
public void setOrganizationPersistence(OrganizationPersistence organizationPersistence)
organizationPersistence - the organization persistencepublic OrganizationFinder getOrganizationFinder()
public void setOrganizationFinder(OrganizationFinder organizationFinder)
organizationFinder - the organization finderpublic PhoneLocalService getPhoneLocalService()
public void setPhoneLocalService(PhoneLocalService phoneLocalService)
phoneLocalService - the phone local servicepublic PhoneService getPhoneService()
public void setPhoneService(PhoneService phoneService)
phoneService - the phone remote servicepublic PhonePersistence getPhonePersistence()
public void setPhonePersistence(PhonePersistence phonePersistence)
phonePersistence - the phone persistencepublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService - the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService - the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic WebsiteLocalService getWebsiteLocalService()
public void setWebsiteLocalService(WebsiteLocalService websiteLocalService)
websiteLocalService - the website local servicepublic WebsiteService getWebsiteService()
public void setWebsiteService(WebsiteService websiteService)
websiteService - the website remote servicepublic WebsitePersistence getWebsitePersistence()
public void setWebsitePersistence(WebsitePersistence websitePersistence)
websitePersistence - the website persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface ContactServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||