Package com.liferay.portal.service.base
Class PhoneServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.PhoneServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.PhoneService
- Direct Known Subclasses:
PhoneServiceImpl
public abstract class PhoneServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.PhoneService
Provides the base implementation for the phone 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 PhoneServiceImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalServiceprotected com.liferay.portal.kernel.service.PhoneLocalServiceprotected com.liferay.portal.kernel.service.persistence.PhonePersistenceprotected com.liferay.portal.kernel.service.PhoneServiceFields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()com.liferay.counter.kernel.service.CounterLocalServiceReturns the counter local service.protected Class<?>protected StringReturns the OSGi service identifier.com.liferay.portal.kernel.service.PhoneLocalServiceReturns the phone local service.com.liferay.portal.kernel.service.persistence.PhonePersistenceReturns the phone persistence.com.liferay.portal.kernel.service.PhoneServiceReturns the phone remote service.protected voidPerforms a SQL query.voidsetCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.voidsetPhoneLocalService(com.liferay.portal.kernel.service.PhoneLocalService phoneLocalService) Sets the phone local service.voidsetPhonePersistence(com.liferay.portal.kernel.service.persistence.PhonePersistence phonePersistence) Sets the phone persistence.voidsetPhoneService(com.liferay.portal.kernel.service.PhoneService phoneService) Sets the phone remote service.Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PhoneService
addPhone, deletePhone, fetchPhoneByExternalReferenceCode, getPhone, getPhoneByExternalReferenceCode, getPhones, updatePhone
-
Field Details
-
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 -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
PhoneServiceBaseImpl
public PhoneServiceBaseImpl()
-
-
Method Details
-
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
-
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
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.service.PhoneService- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql- the sql query
-