|
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.ClassNameServiceBaseImpl
public abstract class ClassNameServiceBaseImpl
Provides the base implementation for the class name 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 ClassNameServiceImpl.
ClassNameServiceImpl,
ClassNameServiceUtil| Field Summary | |
|---|---|
protected ClassNameLocalService |
classNameLocalService
|
protected ClassNamePersistence |
classNamePersistence
|
protected ClassNameService |
classNameService
|
protected CounterLocalService |
counterLocalService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
ClassNameServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service. |
ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence. |
ClassNameService |
getClassNameService()
Returns the class name remote service. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setClassNameLocalService(ClassNameLocalService classNameLocalService)
Sets the class name local service. |
void |
setClassNamePersistence(ClassNamePersistence classNamePersistence)
Sets the class name persistence. |
void |
setClassNameService(ClassNameService classNameService)
Sets the class name remote service. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local 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.ClassNameService |
|---|
fetchClassName |
| Field Detail |
|---|
@BeanReference(type=ClassNameLocalService.class) protected ClassNameLocalService classNameLocalService
@BeanReference(type=ClassNameService.class) protected ClassNameService classNameService
@BeanReference(type=ClassNamePersistence.class) protected ClassNamePersistence classNamePersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
| Constructor Detail |
|---|
public ClassNameServiceBaseImpl()
| Method Detail |
|---|
public ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic ClassNameService getClassNameService()
public void setClassNameService(ClassNameService classNameService)
classNameService - the class name remote servicepublic ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface ClassNameServiceprotected 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 | |||||||||