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
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in PhoneServiceImpl
.
PhoneServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
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 |
Constructor and Description |
---|
PhoneServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
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.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local 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.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@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.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public 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.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic 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.PhoneService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query