Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.dynamicdatalists.service.base.DDLRecordSetLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, DDLRecordSetLocalService
Direct Known Subclasses:
DDLRecordSetLocalServiceImpl

public abstract class DDLRecordSetLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements DDLRecordSetLocalService, IdentifiableBean

The base implementation of the d d l record set local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in DDLRecordSetLocalServiceImpl.

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

Field Summary
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  DDMStructureLinkLocalService ddmStructureLinkLocalService
           
protected  DDMStructureLinkPersistence ddmStructureLinkPersistence
           
protected  DDMStructureLocalService ddmStructureLocalService
           
protected  DDMStructurePersistence ddmStructurePersistence
           
protected  DDMStructureService ddmStructureService
           
protected  PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
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  WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService
           
protected  WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence
           
 
Constructor Summary
DDLRecordSetLocalServiceBaseImpl()
           
 
Method Summary
 DDLRecordSet addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
 void afterPropertiesSet()
           
 DDLRecordSet createDDLRecordSet(long recordSetId)
          Creates a new d d l record set with the primary key.
 DDLRecordSet deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
 DDLRecordSet deleteDDLRecordSet(long recordSetId)
          Deletes the d d l record set with the primary key from the database.
 void destroy()
           
 DynamicQuery dynamicQuery()
           
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
 DDLRecordSet fetchDDLRecordSet(long recordSetId)
           
 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.
 DDLRecordSet getDDLRecordSet(long recordSetId)
          Returns the d d l record set with the primary key.
 DDLRecordSet getDDLRecordSetByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record set with the UUID in the group.
 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.
 List<DDLRecordSet> getDDLRecordSets(int start, int end)
          Returns a range of all the d d l record sets.
 int getDDLRecordSetsCount()
          Returns the number of d d l record sets.
 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.
 DDMStructureLinkLocalService getDDMStructureLinkLocalService()
          Returns the d d m structure link local service.
 DDMStructureLinkPersistence getDDMStructureLinkPersistence()
          Returns the d d m structure link persistence.
 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()
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 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.
 WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService()
          Returns the workflow definition link local service.
 WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence()
          Returns the workflow definition link persistence.
protected  void runSQL(String sql)
          Performs an SQL query.
 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 setDDMStructureLinkLocalService(DDMStructureLinkLocalService ddmStructureLinkLocalService)
          Sets the d d m structure link local service.
 void setDDMStructureLinkPersistence(DDMStructureLinkPersistence ddmStructureLinkPersistence)
          Sets the d d m structure link persistence.
 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 setWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
          Sets the workflow definition link local service.
 void setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
          Sets the workflow definition link persistence.
 DDLRecordSet updateDDLRecordSet(DDLRecordSet ddlRecordSet)
          Updates the d d l record set in the database or adds it if it does not yet exist.
 DDLRecordSet updateDDLRecordSet(DDLRecordSet ddlRecordSet, boolean merge)
          Updates the d d l record set in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader
 
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.DDLRecordSetLocalService
addRecordSet, addRecordSetResources, addRecordSetResources, deleteRecordSet, deleteRecordSet, deleteRecordSet, deleteRecordSets, fetchRecordSet, getRecordSet, getRecordSet, getRecordSets, getRecordSetsCount, search, search, searchCount, searchCount, updateMinDisplayRows, updateRecordSet, updateRecordSet
 

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

workflowDefinitionLinkLocalService

@BeanReference(type=WorkflowDefinitionLinkLocalService.class)
protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService

workflowDefinitionLinkPersistence

@BeanReference(type=WorkflowDefinitionLinkPersistence.class)
protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence

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

ddmStructureLinkLocalService

@BeanReference(type=DDMStructureLinkLocalService.class)
protected DDMStructureLinkLocalService ddmStructureLinkLocalService

ddmStructureLinkPersistence

@BeanReference(type=DDMStructureLinkPersistence.class)
protected DDMStructureLinkPersistence ddmStructureLinkPersistence

persistedModelLocalServiceRegistry

@BeanReference(type=PersistedModelLocalServiceRegistry.class)
protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

DDLRecordSetLocalServiceBaseImpl

public DDLRecordSetLocalServiceBaseImpl()
Method Detail

addDDLRecordSet

@Indexable(type=REINDEX)
public DDLRecordSet addDDLRecordSet(DDLRecordSet ddlRecordSet)
                             throws SystemException
Adds the d d l record set to the database. Also notifies the appropriate model listeners.

Specified by:
addDDLRecordSet in interface DDLRecordSetLocalService
Parameters:
ddlRecordSet - the d d l record set
Returns:
the d d l record set that was added
Throws:
SystemException - if a system exception occurred

createDDLRecordSet

public DDLRecordSet createDDLRecordSet(long recordSetId)
Creates a new d d l record set with the primary key. Does not add the d d l record set to the database.

Specified by:
createDDLRecordSet in interface DDLRecordSetLocalService
Parameters:
recordSetId - the primary key for the new d d l record set
Returns:
the new d d l record set

deleteDDLRecordSet

@Indexable(type=DELETE)
public DDLRecordSet deleteDDLRecordSet(long recordSetId)
                                throws PortalException,
                                       SystemException
Deletes the d d l record set with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDDLRecordSet in interface DDLRecordSetLocalService
Parameters:
recordSetId - the primary key of the d d l record set
Returns:
the d d l record set that was removed
Throws:
PortalException - if a d d l record set with the primary key could not be found
SystemException - if a system exception occurred

deleteDDLRecordSet

@Indexable(type=DELETE)
public DDLRecordSet deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
                                throws SystemException
Deletes the d d l record set from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDDLRecordSet in interface DDLRecordSetLocalService
Parameters:
ddlRecordSet - the d d l record set
Returns:
the d d l record set that was removed
Throws:
SystemException - if a system exception occurred

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface DDLRecordSetLocalService

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface DDLRecordSetLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface DDLRecordSetLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface DDLRecordSetLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface DDLRecordSetLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchDDLRecordSet

public DDLRecordSet fetchDDLRecordSet(long recordSetId)
                               throws SystemException
Specified by:
fetchDDLRecordSet in interface DDLRecordSetLocalService
Throws:
SystemException

getDDLRecordSet

public DDLRecordSet getDDLRecordSet(long recordSetId)
                             throws PortalException,
                                    SystemException
Returns the d d l record set with the primary key.

Specified by:
getDDLRecordSet in interface DDLRecordSetLocalService
Parameters:
recordSetId - the primary key of the d d l record set
Returns:
the d d l record set
Throws:
PortalException - if a d d l record set with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface DDLRecordSetLocalService
Throws:
PortalException
SystemException

getDDLRecordSetByUuidAndGroupId

public DDLRecordSet getDDLRecordSetByUuidAndGroupId(String uuid,
                                                    long groupId)
                                             throws PortalException,
                                                    SystemException
Returns the d d l record set with the UUID in the group.

Specified by:
getDDLRecordSetByUuidAndGroupId in interface DDLRecordSetLocalService
Parameters:
uuid - the UUID of d d l record set
groupId - the group id of the d d l record set
Returns:
the d d l record set
Throws:
PortalException - if a d d l record set with the UUID in the group could not be found
SystemException - if a system exception occurred

getDDLRecordSets

public List<DDLRecordSet> getDDLRecordSets(int start,
                                           int end)
                                    throws SystemException
Returns a range of all the d d l record sets.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
getDDLRecordSets in interface DDLRecordSetLocalService
Parameters:
start - the lower bound of the range of d d l record sets
end - the upper bound of the range of d d l record sets (not inclusive)
Returns:
the range of d d l record sets
Throws:
SystemException - if a system exception occurred

getDDLRecordSetsCount

public int getDDLRecordSetsCount()
                          throws SystemException
Returns the number of d d l record sets.

Specified by:
getDDLRecordSetsCount in interface DDLRecordSetLocalService
Returns:
the number of d d l record sets
Throws:
SystemException - if a system exception occurred

updateDDLRecordSet

@Indexable(type=REINDEX)
public DDLRecordSet updateDDLRecordSet(DDLRecordSet ddlRecordSet)
                                throws SystemException
Updates the d d l record set in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateDDLRecordSet in interface DDLRecordSetLocalService
Parameters:
ddlRecordSet - the d d l record set
Returns:
the d d l record set that was updated
Throws:
SystemException - if a system exception occurred

updateDDLRecordSet

@Indexable(type=REINDEX)
public DDLRecordSet updateDDLRecordSet(DDLRecordSet ddlRecordSet,
                                                            boolean merge)
                                throws SystemException
Updates the d d l record set in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateDDLRecordSet in interface DDLRecordSetLocalService
Parameters:
ddlRecordSet - the d d l record set
merge - whether to merge the d d l record set with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the d d l record set that was updated
Throws:
SystemException - if a system exception occurred

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

getWorkflowDefinitionLinkLocalService

public WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService()
Returns the workflow definition link local service.

Returns:
the workflow definition link local service

setWorkflowDefinitionLinkLocalService

public void setWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
Sets the workflow definition link local service.

Parameters:
workflowDefinitionLinkLocalService - the workflow definition link local service

getWorkflowDefinitionLinkPersistence

public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence()
Returns the workflow definition link persistence.

Returns:
the workflow definition link persistence

setWorkflowDefinitionLinkPersistence

public void setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
Sets the workflow definition link persistence.

Parameters:
workflowDefinitionLinkPersistence - the workflow definition link persistence

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

getDDMStructureLinkLocalService

public DDMStructureLinkLocalService getDDMStructureLinkLocalService()
Returns the d d m structure link local service.

Returns:
the d d m structure link local service

setDDMStructureLinkLocalService

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

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

getDDMStructureLinkPersistence

public DDMStructureLinkPersistence getDDMStructureLinkPersistence()
Returns the d d m structure link persistence.

Returns:
the d d m structure link persistence

setDDMStructureLinkPersistence

public void setDDMStructureLinkPersistence(DDMStructureLinkPersistence ddmStructureLinkPersistence)
Sets the d d m structure link persistence.

Parameters:
ddmStructureLinkPersistence - the d d m structure link persistence

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 DDLRecordSetLocalService
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 DDLRecordSetLocalService
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