|
Liferay 7.0-ce-m3 | |||||||||
| 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.ExportImportConfigurationServiceBaseImpl
public abstract class ExportImportConfigurationServiceBaseImpl
Provides the base implementation for the export import configuration 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 ExportImportConfigurationServiceImpl.
ExportImportConfigurationServiceImpl,
ExportImportConfigurationServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected ExportImportConfigurationLocalService |
exportImportConfigurationLocalService
|
protected ExportImportConfigurationPersistence |
exportImportConfigurationPersistence
|
protected ExportImportConfigurationService |
exportImportConfigurationService
|
protected TrashEntryLocalService |
trashEntryLocalService
|
protected TrashEntryPersistence |
trashEntryPersistence
|
protected TrashEntryService |
trashEntryService
|
protected UserFinder |
userFinder
|
protected UserLocalService |
userLocalService
|
protected UserPersistence |
userPersistence
|
protected UserService |
userService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
ExportImportConfigurationServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
ExportImportConfigurationLocalService |
getExportImportConfigurationLocalService()
Returns the export import configuration local service. |
ExportImportConfigurationPersistence |
getExportImportConfigurationPersistence()
Returns the export import configuration persistence. |
ExportImportConfigurationService |
getExportImportConfigurationService()
Returns the export import configuration remote service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
TrashEntryLocalService |
getTrashEntryLocalService()
Returns the trash entry local service. |
TrashEntryPersistence |
getTrashEntryPersistence()
Returns the trash entry persistence. |
TrashEntryService |
getTrashEntryService()
Returns the trash entry 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. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setExportImportConfigurationLocalService(ExportImportConfigurationLocalService exportImportConfigurationLocalService)
Sets the export import configuration local service. |
void |
setExportImportConfigurationPersistence(ExportImportConfigurationPersistence exportImportConfigurationPersistence)
Sets the export import configuration persistence. |
void |
setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
Sets the export import configuration remote service. |
void |
setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
Sets the trash entry local service. |
void |
setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
Sets the trash entry persistence. |
void |
setTrashEntryService(TrashEntryService trashEntryService)
Sets the trash entry 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. |
| 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.ExportImportConfigurationService |
|---|
deleteExportImportConfiguration, moveExportImportConfigurationToTrash, restoreExportImportConfigurationFromTrash |
| Field Detail |
|---|
@BeanReference(type=ExportImportConfigurationLocalService.class) protected ExportImportConfigurationLocalService exportImportConfigurationLocalService
@BeanReference(type=ExportImportConfigurationService.class) protected ExportImportConfigurationService exportImportConfigurationService
@BeanReference(type=ExportImportConfigurationPersistence.class) protected ExportImportConfigurationPersistence exportImportConfigurationPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=TrashEntryLocalService.class) protected TrashEntryLocalService trashEntryLocalService
@BeanReference(type=TrashEntryService.class) protected TrashEntryService trashEntryService
@BeanReference(type=TrashEntryPersistence.class) protected TrashEntryPersistence trashEntryPersistence
@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
| Constructor Detail |
|---|
public ExportImportConfigurationServiceBaseImpl()
| Method Detail |
|---|
public ExportImportConfigurationLocalService getExportImportConfigurationLocalService()
public void setExportImportConfigurationLocalService(ExportImportConfigurationLocalService exportImportConfigurationLocalService)
exportImportConfigurationLocalService - the export import configuration local servicepublic ExportImportConfigurationService getExportImportConfigurationService()
public void setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
exportImportConfigurationService - the export import configuration remote servicepublic ExportImportConfigurationPersistence getExportImportConfigurationPersistence()
public void setExportImportConfigurationPersistence(ExportImportConfigurationPersistence exportImportConfigurationPersistence)
exportImportConfigurationPersistence - the export import configuration persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic TrashEntryLocalService getTrashEntryLocalService()
public void setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
trashEntryLocalService - the trash entry local servicepublic TrashEntryService getTrashEntryService()
public void setTrashEntryService(TrashEntryService trashEntryService)
trashEntryService - the trash entry remote servicepublic TrashEntryPersistence getTrashEntryPersistence()
public void setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
trashEntryPersistence - the trash entry 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 void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier in interface IdentifiableBeangetBeanIdentifier in interface ExportImportConfigurationServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface ExportImportConfigurationServicebeanIdentifier - the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||