com.liferay.portlet.dynamicdatamapping.service.base
Class DDMTemplateServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.dynamicdatamapping.service.base.DDMTemplateServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService
Direct Known Subclasses:
DDMTemplateServiceImpl

public abstract class DDMTemplateServiceBaseImpl
extends com.liferay.portal.service.base.PrincipalBean
implements com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService, com.liferay.portal.kernel.bean.IdentifiableBean

The base implementation of the d d m template 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 DDMTemplateServiceImpl.

Author:
Brian Wing Shun Chan
See Also:
DDMTemplateServiceImpl, DDMTemplateServiceUtil
Generated:

Field Summary
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService ddmContentLocalService
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence ddmContentPersistence
           
protected  com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService ddmStorageLinkLocalService
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStorageLinkPersistence ddmStorageLinkPersistence
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder ddmStructureFinder
           
protected  com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService ddmStructureLinkLocalService
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureLinkPersistence ddmStructureLinkPersistence
           
protected  com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService ddmStructureLocalService
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence ddmStructurePersistence
           
protected  com.liferay.portlet.dynamicdatamapping.service.DDMStructureService ddmStructureService
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder ddmTemplateFinder
           
protected  com.liferay.portlet.dynamicdatamapping.service.DDMTemplateLocalService ddmTemplateLocalService
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplatePersistence ddmTemplatePersistence
           
protected  com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService ddmTemplateService
           
protected  com.liferay.portal.service.persistence.ResourceFinder resourceFinder
           
protected  com.liferay.portal.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.ResourceService resourceService
           
protected  com.liferay.portal.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.service.UserLocalService userLocalService
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.service.UserService userService
           
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
DDMTemplateServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 java.lang.String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
 com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService getDDMContentLocalService()
          Returns the d d m content local service.
 com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence getDDMContentPersistence()
          Returns the d d m content persistence.
 com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService getDDMStorageLinkLocalService()
          Returns the d d m storage link local service.
 com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStorageLinkPersistence getDDMStorageLinkPersistence()
          Returns the d d m storage link persistence.
 com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder getDDMStructureFinder()
          Returns the d d m structure finder.
 com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService getDDMStructureLinkLocalService()
          Returns the d d m structure link local service.
 com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureLinkPersistence getDDMStructureLinkPersistence()
          Returns the d d m structure link persistence.
 com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService getDDMStructureLocalService()
          Returns the d d m structure local service.
 com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence getDDMStructurePersistence()
          Returns the d d m structure persistence.
 com.liferay.portlet.dynamicdatamapping.service.DDMStructureService getDDMStructureService()
          Returns the d d m structure remote service.
 com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder getDDMTemplateFinder()
          Returns the d d m template finder.
 com.liferay.portlet.dynamicdatamapping.service.DDMTemplateLocalService getDDMTemplateLocalService()
          Returns the d d m template local service.
 com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplatePersistence getDDMTemplatePersistence()
          Returns the d d m template persistence.
 com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService getDDMTemplateService()
          Returns the d d m template remote service.
protected  java.lang.Class<?> getModelClass()
           
protected  java.lang.String getModelClassName()
           
 com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
          Returns the resource finder.
 com.liferay.portal.service.ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
          Returns the resource persistence.
 com.liferay.portal.service.ResourceService getResourceService()
          Returns the resource remote service.
 com.liferay.portal.service.persistence.UserFinder getUserFinder()
          Returns the user finder.
 com.liferay.portal.service.UserLocalService getUserLocalService()
          Returns the user local service.
 com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
          Returns the user persistence.
 com.liferay.portal.service.UserService getUserService()
          Returns the user remote service.
protected  void runSQL(java.lang.String sql)
          Performs an SQL query.
 void setBeanIdentifier(java.lang.String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
          Sets the counter local service.
 void setDDMContentLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService ddmContentLocalService)
          Sets the d d m content local service.
 void setDDMContentPersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence ddmContentPersistence)
          Sets the d d m content persistence.
 void setDDMStorageLinkLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService ddmStorageLinkLocalService)
          Sets the d d m storage link local service.
 void setDDMStorageLinkPersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStorageLinkPersistence ddmStorageLinkPersistence)
          Sets the d d m storage link persistence.
 void setDDMStructureFinder(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder ddmStructureFinder)
          Sets the d d m structure finder.
 void setDDMStructureLinkLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService ddmStructureLinkLocalService)
          Sets the d d m structure link local service.
 void setDDMStructureLinkPersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureLinkPersistence ddmStructureLinkPersistence)
          Sets the d d m structure link persistence.
 void setDDMStructureLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService ddmStructureLocalService)
          Sets the d d m structure local service.
 void setDDMStructurePersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence ddmStructurePersistence)
          Sets the d d m structure persistence.
 void setDDMStructureService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureService ddmStructureService)
          Sets the d d m structure remote service.
 void setDDMTemplateFinder(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder ddmTemplateFinder)
          Sets the d d m template finder.
 void setDDMTemplateLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMTemplateLocalService ddmTemplateLocalService)
          Sets the d d m template local service.
 void setDDMTemplatePersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplatePersistence ddmTemplatePersistence)
          Sets the d d m template persistence.
 void setDDMTemplateService(com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService ddmTemplateService)
          Sets the d d m template remote service.
 void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
          Sets the resource finder.
 void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
          Sets the resource persistence.
 void setResourceService(com.liferay.portal.service.ResourceService resourceService)
          Sets the resource remote service.
 void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(com.liferay.portal.service.UserService userService)
          Sets the user remote service.
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
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.portlet.dynamicdatamapping.service.DDMTemplateService
addTemplate, copyTemplates, deleteTemplate, getTemplate, getTemplates, updateTemplate
 

Field Detail

ddmContentLocalService

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService.class)
protected com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService ddmContentLocalService

ddmContentPersistence

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence ddmContentPersistence

ddmStorageLinkLocalService

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService.class)
protected com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService ddmStorageLinkLocalService

ddmStorageLinkPersistence

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStorageLinkPersistence.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStorageLinkPersistence ddmStorageLinkPersistence

ddmStructureLocalService

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService.class)
protected com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService ddmStructureLocalService

ddmStructureService

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMStructureService.class)
protected com.liferay.portlet.dynamicdatamapping.service.DDMStructureService ddmStructureService

ddmStructurePersistence

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence ddmStructurePersistence

ddmStructureFinder

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder ddmStructureFinder

ddmStructureLinkLocalService

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService.class)
protected com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService ddmStructureLinkLocalService

ddmStructureLinkPersistence

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureLinkPersistence.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureLinkPersistence ddmStructureLinkPersistence

ddmTemplateLocalService

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMTemplateLocalService.class)
protected com.liferay.portlet.dynamicdatamapping.service.DDMTemplateLocalService ddmTemplateLocalService

ddmTemplateService

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService.class)
protected com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService ddmTemplateService

ddmTemplatePersistence

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplatePersistence.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplatePersistence ddmTemplatePersistence

ddmTemplateFinder

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder ddmTemplateFinder

counterLocalService

@BeanReference(type=com.liferay.counter.service.CounterLocalService.class)
protected com.liferay.counter.service.CounterLocalService counterLocalService

resourceLocalService

@BeanReference(type=com.liferay.portal.service.ResourceLocalService.class)
protected com.liferay.portal.service.ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=com.liferay.portal.service.ResourceService.class)
protected com.liferay.portal.service.ResourceService resourceService

resourcePersistence

@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=com.liferay.portal.service.persistence.ResourceFinder.class)
protected com.liferay.portal.service.persistence.ResourceFinder resourceFinder

userLocalService

@BeanReference(type=com.liferay.portal.service.UserLocalService.class)
protected com.liferay.portal.service.UserLocalService userLocalService

userService

@BeanReference(type=com.liferay.portal.service.UserService.class)
protected com.liferay.portal.service.UserService userService

userPersistence

@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(type=com.liferay.portal.service.persistence.UserFinder.class)
protected com.liferay.portal.service.persistence.UserFinder userFinder
Constructor Detail

DDMTemplateServiceBaseImpl

public DDMTemplateServiceBaseImpl()
Method Detail

getDDMContentLocalService

public com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService getDDMContentLocalService()
Returns the d d m content local service.

Returns:
the d d m content local service

setDDMContentLocalService

public void setDDMContentLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService ddmContentLocalService)
Sets the d d m content local service.

Parameters:
ddmContentLocalService - the d d m content local service

getDDMContentPersistence

public com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence getDDMContentPersistence()
Returns the d d m content persistence.

Returns:
the d d m content persistence

setDDMContentPersistence

public void setDDMContentPersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence ddmContentPersistence)
Sets the d d m content persistence.

Parameters:
ddmContentPersistence - the d d m content persistence

getDDMStorageLinkLocalService

public com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService getDDMStorageLinkLocalService()
Returns the d d m storage link local service.

Returns:
the d d m storage link local service

setDDMStorageLinkLocalService

public void setDDMStorageLinkLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService ddmStorageLinkLocalService)
Sets the d d m storage link local service.

Parameters:
ddmStorageLinkLocalService - the d d m storage link local service

getDDMStorageLinkPersistence

public com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStorageLinkPersistence getDDMStorageLinkPersistence()
Returns the d d m storage link persistence.

Returns:
the d d m storage link persistence

setDDMStorageLinkPersistence

public void setDDMStorageLinkPersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStorageLinkPersistence ddmStorageLinkPersistence)
Sets the d d m storage link persistence.

Parameters:
ddmStorageLinkPersistence - the d d m storage link persistence

getDDMStructureLocalService

public com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService getDDMStructureLocalService()
Returns the d d m structure local service.

Returns:
the d d m structure local service

setDDMStructureLocalService

public void setDDMStructureLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService ddmStructureLocalService)
Sets the d d m structure local service.

Parameters:
ddmStructureLocalService - the d d m structure local service

getDDMStructureService

public com.liferay.portlet.dynamicdatamapping.service.DDMStructureService getDDMStructureService()
Returns the d d m structure remote service.

Returns:
the d d m structure remote service

setDDMStructureService

public void setDDMStructureService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureService ddmStructureService)
Sets the d d m structure remote service.

Parameters:
ddmStructureService - the d d m structure remote service

getDDMStructurePersistence

public com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence getDDMStructurePersistence()
Returns the d d m structure persistence.

Returns:
the d d m structure persistence

setDDMStructurePersistence

public void setDDMStructurePersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence ddmStructurePersistence)
Sets the d d m structure persistence.

Parameters:
ddmStructurePersistence - the d d m structure persistence

getDDMStructureFinder

public com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder getDDMStructureFinder()
Returns the d d m structure finder.

Returns:
the d d m structure finder

setDDMStructureFinder

public void setDDMStructureFinder(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder ddmStructureFinder)
Sets the d d m structure finder.

Parameters:
ddmStructureFinder - the d d m structure finder

getDDMStructureLinkLocalService

public com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService getDDMStructureLinkLocalService()
Returns the d d m structure link local service.

Returns:
the d d m structure link local service

setDDMStructureLinkLocalService

public void setDDMStructureLinkLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService ddmStructureLinkLocalService)
Sets the d d m structure link local service.

Parameters:
ddmStructureLinkLocalService - the d d m structure link local service

getDDMStructureLinkPersistence

public com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureLinkPersistence getDDMStructureLinkPersistence()
Returns the d d m structure link persistence.

Returns:
the d d m structure link persistence

setDDMStructureLinkPersistence

public void setDDMStructureLinkPersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureLinkPersistence ddmStructureLinkPersistence)
Sets the d d m structure link persistence.

Parameters:
ddmStructureLinkPersistence - the d d m structure link persistence

getDDMTemplateLocalService

public com.liferay.portlet.dynamicdatamapping.service.DDMTemplateLocalService getDDMTemplateLocalService()
Returns the d d m template local service.

Returns:
the d d m template local service

setDDMTemplateLocalService

public void setDDMTemplateLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMTemplateLocalService ddmTemplateLocalService)
Sets the d d m template local service.

Parameters:
ddmTemplateLocalService - the d d m template local service

getDDMTemplateService

public com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService getDDMTemplateService()
Returns the d d m template remote service.

Returns:
the d d m template remote service

setDDMTemplateService

public void setDDMTemplateService(com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService ddmTemplateService)
Sets the d d m template remote service.

Parameters:
ddmTemplateService - the d d m template remote service

getDDMTemplatePersistence

public com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplatePersistence getDDMTemplatePersistence()
Returns the d d m template persistence.

Returns:
the d d m template persistence

setDDMTemplatePersistence

public void setDDMTemplatePersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplatePersistence ddmTemplatePersistence)
Sets the d d m template persistence.

Parameters:
ddmTemplatePersistence - the d d m template persistence

getDDMTemplateFinder

public com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder getDDMTemplateFinder()
Returns the d d m template finder.

Returns:
the d d m template finder

setDDMTemplateFinder

public void setDDMTemplateFinder(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder ddmTemplateFinder)
Sets the d d m template finder.

Parameters:
ddmTemplateFinder - the d d m template finder

getCounterLocalService

public com.liferay.counter.service.CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getResourceLocalService

public com.liferay.portal.service.ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourceService

public com.liferay.portal.service.ResourceService getResourceService()
Returns the resource remote service.

Returns:
the resource remote service

setResourceService

public void setResourceService(com.liferay.portal.service.ResourceService resourceService)
Sets the resource remote service.

Parameters:
resourceService - the resource remote service

getResourcePersistence

public com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
Returns the resource persistence.

Returns:
the resource persistence

setResourcePersistence

public void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
Sets the resource persistence.

Parameters:
resourcePersistence - the resource persistence

getResourceFinder

public com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
Returns the resource finder.

Returns:
the resource finder

setResourceFinder

public void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
Sets the resource finder.

Parameters:
resourceFinder - the resource finder

getUserLocalService

public com.liferay.portal.service.UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public com.liferay.portal.service.UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(com.liferay.portal.service.UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public com.liferay.portal.service.persistence.UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getBeanIdentifier

public java.lang.String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBean
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBean
Parameters:
beanIdentifier - the Spring bean ID for this bean

getModelClass

protected java.lang.Class<?> getModelClass()

getModelClassName

protected java.lang.String getModelClassName()

runSQL

protected void runSQL(java.lang.String sql)
               throws com.liferay.portal.kernel.exception.SystemException
Performs an SQL query.

Parameters:
sql - the sql query
Throws:
com.liferay.portal.kernel.exception.SystemException