Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.service.base
Class DDLRecordServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.dynamicdatalists.service.base.DDLRecordServiceBaseImpl
All Implemented Interfaces:
IdentifiableBean, BaseService, DDLRecordService
Direct Known Subclasses:
DDLRecordServiceImpl

public abstract class DDLRecordServiceBaseImpl
extends BaseServiceImpl
implements DDLRecordService, IdentifiableBean

The base implementation of the d d l record 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 DDLRecordServiceImpl.

See Also:
DDLRecordServiceImpl, DDLRecordServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  AssetEntryFinder assetEntryFinder
           
protected  AssetEntryLocalService assetEntryLocalService
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetEntryService assetEntryService
           
protected  CounterLocalService counterLocalService
           
protected  DDLRecordFinder ddlRecordFinder
           
protected  DDLRecordLocalService ddlRecordLocalService
           
protected  DDLRecordPersistence ddlRecordPersistence
           
protected  DDLRecordService ddlRecordService
           
protected  DDLRecordSetFinder ddlRecordSetFinder
           
protected  DDLRecordSetLocalService ddlRecordSetLocalService
           
protected  DDLRecordSetPersistence ddlRecordSetPersistence
           
protected  DDLRecordSetService ddlRecordSetService
           
protected  DDLRecordVersionPersistence ddlRecordVersionPersistence
           
protected  DDMStructureFinder ddmStructureFinder
           
protected  DDMStructureLocalService ddmStructureLocalService
           
protected  DDMStructurePersistence ddmStructurePersistence
           
protected  DDMStructureService ddmStructureService
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
protected  WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService
           
protected  WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
           
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
DDLRecordServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 AssetEntryFinder getAssetEntryFinder()
          Returns the asset entry finder.
 AssetEntryLocalService getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryPersistence getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryService getAssetEntryService()
          Returns the asset entry remote service.
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 DDLRecordFinder getDDLRecordFinder()
          Returns the d d l record finder.
 DDLRecordLocalService getDDLRecordLocalService()
          Returns the d d l record local service.
 DDLRecordPersistence getDDLRecordPersistence()
          Returns the d d l record persistence.
 DDLRecordService getDDLRecordService()
          Returns the d d l record remote service.
 DDLRecordSetFinder getDDLRecordSetFinder()
          Returns the d d l record set finder.
 DDLRecordSetLocalService getDDLRecordSetLocalService()
          Returns the d d l record set local service.
 DDLRecordSetPersistence getDDLRecordSetPersistence()
          Returns the d d l record set persistence.
 DDLRecordSetService getDDLRecordSetService()
          Returns the d d l record set remote service.
 DDLRecordVersionPersistence getDDLRecordVersionPersistence()
          Returns the d d l record version persistence.
 DDMStructureFinder getDDMStructureFinder()
          Returns the d d m structure finder.
 DDMStructureLocalService getDDMStructureLocalService()
          Returns the d d m structure local service.
 DDMStructurePersistence getDDMStructurePersistence()
          Returns the d d m structure persistence.
 DDMStructureService getDDMStructureService()
          Returns the d d m structure remote service.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 ResourceFinder getResourceFinder()
          Returns the resource finder.
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 ResourcePersistence getResourcePersistence()
          Returns the resource persistence.
 ResourceService getResourceService()
          Returns the resource 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.
 WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
          Returns the workflow instance link local service.
 WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
          Returns the workflow instance link persistence.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
          Sets the asset entry finder.
 void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setDDLRecordFinder(DDLRecordFinder ddlRecordFinder)
          Sets the d d l record finder.
 void setDDLRecordLocalService(DDLRecordLocalService ddlRecordLocalService)
          Sets the d d l record local service.
 void setDDLRecordPersistence(DDLRecordPersistence ddlRecordPersistence)
          Sets the d d l record persistence.
 void setDDLRecordService(DDLRecordService ddlRecordService)
          Sets the d d l record remote service.
 void setDDLRecordSetFinder(DDLRecordSetFinder ddlRecordSetFinder)
          Sets the d d l record set finder.
 void setDDLRecordSetLocalService(DDLRecordSetLocalService ddlRecordSetLocalService)
          Sets the d d l record set local service.
 void setDDLRecordSetPersistence(DDLRecordSetPersistence ddlRecordSetPersistence)
          Sets the d d l record set persistence.
 void setDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
          Sets the d d l record set remote service.
 void setDDLRecordVersionPersistence(DDLRecordVersionPersistence ddlRecordVersionPersistence)
          Sets the d d l record version persistence.
 void setDDMStructureFinder(DDMStructureFinder ddmStructureFinder)
          Sets the d d m structure finder.
 void setDDMStructureLocalService(DDMStructureLocalService ddmStructureLocalService)
          Sets the d d m structure local service.
 void setDDMStructurePersistence(DDMStructurePersistence ddmStructurePersistence)
          Sets the d d m structure persistence.
 void setDDMStructureService(DDMStructureService ddmStructureService)
          Sets the d d m structure remote service.
 void setResourceFinder(ResourceFinder resourceFinder)
          Sets the resource finder.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePersistence(ResourcePersistence resourcePersistence)
          Sets the resource persistence.
 void setResourceService(ResourceService resourceService)
          Sets the resource 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.
 void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
          Sets the workflow instance link local service.
 void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
          Sets the workflow instance link persistence.
 
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.portlet.dynamicdatalists.service.DDLRecordService
addRecord, addRecord, getRecord, updateRecord, updateRecord
 

Field Detail

ddlRecordLocalService

@BeanReference(type=DDLRecordLocalService.class)
protected DDLRecordLocalService ddlRecordLocalService

ddlRecordService

@BeanReference(type=DDLRecordService.class)
protected DDLRecordService ddlRecordService

ddlRecordPersistence

@BeanReference(type=DDLRecordPersistence.class)
protected DDLRecordPersistence ddlRecordPersistence

ddlRecordFinder

@BeanReference(type=DDLRecordFinder.class)
protected DDLRecordFinder ddlRecordFinder

ddlRecordSetLocalService

@BeanReference(type=DDLRecordSetLocalService.class)
protected DDLRecordSetLocalService ddlRecordSetLocalService

ddlRecordSetService

@BeanReference(type=DDLRecordSetService.class)
protected DDLRecordSetService ddlRecordSetService

ddlRecordSetPersistence

@BeanReference(type=DDLRecordSetPersistence.class)
protected DDLRecordSetPersistence ddlRecordSetPersistence

ddlRecordSetFinder

@BeanReference(type=DDLRecordSetFinder.class)
protected DDLRecordSetFinder ddlRecordSetFinder

ddlRecordVersionPersistence

@BeanReference(type=DDLRecordVersionPersistence.class)
protected DDLRecordVersionPersistence ddlRecordVersionPersistence

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=ResourceService.class)
protected ResourceService resourceService

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

workflowInstanceLinkLocalService

@BeanReference(type=WorkflowInstanceLinkLocalService.class)
protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService

workflowInstanceLinkPersistence

@BeanReference(type=WorkflowInstanceLinkPersistence.class)
protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence

assetEntryLocalService

@BeanReference(type=AssetEntryLocalService.class)
protected AssetEntryLocalService assetEntryLocalService

assetEntryService

@BeanReference(type=AssetEntryService.class)
protected AssetEntryService assetEntryService

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(type=AssetEntryFinder.class)
protected AssetEntryFinder assetEntryFinder

ddmStructureLocalService

@BeanReference(type=DDMStructureLocalService.class)
protected DDMStructureLocalService ddmStructureLocalService

ddmStructureService

@BeanReference(type=DDMStructureService.class)
protected DDMStructureService ddmStructureService

ddmStructurePersistence

@BeanReference(type=DDMStructurePersistence.class)
protected DDMStructurePersistence ddmStructurePersistence

ddmStructureFinder

@BeanReference(type=DDMStructureFinder.class)
protected DDMStructureFinder ddmStructureFinder
Constructor Detail

DDLRecordServiceBaseImpl

public DDLRecordServiceBaseImpl()
Method Detail

getDDLRecordLocalService

public DDLRecordLocalService getDDLRecordLocalService()
Returns the d d l record local service.

Returns:
the d d l record local service

setDDLRecordLocalService

public void setDDLRecordLocalService(DDLRecordLocalService ddlRecordLocalService)
Sets the d d l record local service.

Parameters:
ddlRecordLocalService - the d d l record local service

getDDLRecordService

public DDLRecordService getDDLRecordService()
Returns the d d l record remote service.

Returns:
the d d l record remote service

setDDLRecordService

public void setDDLRecordService(DDLRecordService ddlRecordService)
Sets the d d l record remote service.

Parameters:
ddlRecordService - the d d l record remote service

getDDLRecordPersistence

public DDLRecordPersistence getDDLRecordPersistence()
Returns the d d l record persistence.

Returns:
the d d l record persistence

setDDLRecordPersistence

public void setDDLRecordPersistence(DDLRecordPersistence ddlRecordPersistence)
Sets the d d l record persistence.

Parameters:
ddlRecordPersistence - the d d l record persistence

getDDLRecordFinder

public DDLRecordFinder getDDLRecordFinder()
Returns the d d l record finder.

Returns:
the d d l record finder

setDDLRecordFinder

public void setDDLRecordFinder(DDLRecordFinder ddlRecordFinder)
Sets the d d l record finder.

Parameters:
ddlRecordFinder - the d d l record finder

getDDLRecordSetLocalService

public DDLRecordSetLocalService getDDLRecordSetLocalService()
Returns the d d l record set local service.

Returns:
the d d l record set local service

setDDLRecordSetLocalService

public void setDDLRecordSetLocalService(DDLRecordSetLocalService ddlRecordSetLocalService)
Sets the d d l record set local service.

Parameters:
ddlRecordSetLocalService - the d d l record set local service

getDDLRecordSetService

public DDLRecordSetService getDDLRecordSetService()
Returns the d d l record set remote service.

Returns:
the d d l record set remote service

setDDLRecordSetService

public void setDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
Sets the d d l record set remote service.

Parameters:
ddlRecordSetService - the d d l record set remote service

getDDLRecordSetPersistence

public DDLRecordSetPersistence getDDLRecordSetPersistence()
Returns the d d l record set persistence.

Returns:
the d d l record set persistence

setDDLRecordSetPersistence

public void setDDLRecordSetPersistence(DDLRecordSetPersistence ddlRecordSetPersistence)
Sets the d d l record set persistence.

Parameters:
ddlRecordSetPersistence - the d d l record set persistence

getDDLRecordSetFinder

public DDLRecordSetFinder getDDLRecordSetFinder()
Returns the d d l record set finder.

Returns:
the d d l record set finder

setDDLRecordSetFinder

public void setDDLRecordSetFinder(DDLRecordSetFinder ddlRecordSetFinder)
Sets the d d l record set finder.

Parameters:
ddlRecordSetFinder - the d d l record set finder

getDDLRecordVersionPersistence

public DDLRecordVersionPersistence getDDLRecordVersionPersistence()
Returns the d d l record version persistence.

Returns:
the d d l record version persistence

setDDLRecordVersionPersistence

public void setDDLRecordVersionPersistence(DDLRecordVersionPersistence ddlRecordVersionPersistence)
Sets the d d l record version persistence.

Parameters:
ddlRecordVersionPersistence - the d d l record version persistence

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

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

Parameters:
counterLocalService - the counter local service

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

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

Parameters:
resourceLocalService - the resource local service

getResourceService

public ResourceService getResourceService()
Returns the resource remote service.

Returns:
the resource remote service

setResourceService

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

Parameters:
resourceService - the resource remote service

getResourcePersistence

public ResourcePersistence getResourcePersistence()
Returns the resource persistence.

Returns:
the resource persistence

setResourcePersistence

public void setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence.

Parameters:
resourcePersistence - the resource persistence

getResourceFinder

public ResourceFinder getResourceFinder()
Returns the resource finder.

Returns:
the resource finder

setResourceFinder

public void setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder.

Parameters:
resourceFinder - the resource finder

getUserLocalService

public UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

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

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

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

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getWorkflowInstanceLinkLocalService

public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
Returns the workflow instance link local service.

Returns:
the workflow instance link local service

setWorkflowInstanceLinkLocalService

public void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
Sets the workflow instance link local service.

Parameters:
workflowInstanceLinkLocalService - the workflow instance link local service

getWorkflowInstanceLinkPersistence

public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
Returns the workflow instance link persistence.

Returns:
the workflow instance link persistence

setWorkflowInstanceLinkPersistence

public void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
Sets the workflow instance link persistence.

Parameters:
workflowInstanceLinkPersistence - the workflow instance link persistence

getAssetEntryLocalService

public AssetEntryLocalService getAssetEntryLocalService()
Returns the asset entry local service.

Returns:
the asset entry local service

setAssetEntryLocalService

public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.

Parameters:
assetEntryLocalService - the asset entry local service

getAssetEntryService

public AssetEntryService getAssetEntryService()
Returns the asset entry remote service.

Returns:
the asset entry remote service

setAssetEntryService

public void setAssetEntryService(AssetEntryService assetEntryService)
Sets the asset entry remote service.

Parameters:
assetEntryService - the asset entry remote service

getAssetEntryPersistence

public AssetEntryPersistence getAssetEntryPersistence()
Returns the asset entry persistence.

Returns:
the asset entry persistence

setAssetEntryPersistence

public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.

Parameters:
assetEntryPersistence - the asset entry persistence

getAssetEntryFinder

public AssetEntryFinder getAssetEntryFinder()
Returns the asset entry finder.

Returns:
the asset entry finder

setAssetEntryFinder

public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.

Parameters:
assetEntryFinder - the asset entry finder

getDDMStructureLocalService

public DDMStructureLocalService getDDMStructureLocalService()
Returns the d d m structure local service.

Returns:
the d d m structure local service

setDDMStructureLocalService

public void setDDMStructureLocalService(DDMStructureLocalService ddmStructureLocalService)
Sets the d d m structure local service.

Parameters:
ddmStructureLocalService - the d d m structure local service

getDDMStructureService

public DDMStructureService getDDMStructureService()
Returns the d d m structure remote service.

Returns:
the d d m structure remote service

setDDMStructureService

public void setDDMStructureService(DDMStructureService ddmStructureService)
Sets the d d m structure remote service.

Parameters:
ddmStructureService - the d d m structure remote service

getDDMStructurePersistence

public DDMStructurePersistence getDDMStructurePersistence()
Returns the d d m structure persistence.

Returns:
the d d m structure persistence

setDDMStructurePersistence

public void setDDMStructurePersistence(DDMStructurePersistence ddmStructurePersistence)
Sets the d d m structure persistence.

Parameters:
ddmStructurePersistence - the d d m structure persistence

getDDMStructureFinder

public DDMStructureFinder getDDMStructureFinder()
Returns the d d m structure finder.

Returns:
the d d m structure finder

setDDMStructureFinder

public void setDDMStructureFinder(DDMStructureFinder ddmStructureFinder)
Sets the d d m structure finder.

Parameters:
ddmStructureFinder - the d d m structure finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface IdentifiableBean
Specified by:
getBeanIdentifier in interface DDLRecordService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Specified by:
setBeanIdentifier in interface IdentifiableBean
Specified by:
setBeanIdentifier in interface DDLRecordService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query
Throws:
SystemException

Liferay 6.1.2-ce-ga3