Liferay 7.0-ce-m3

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

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

@ProviderType
public abstract class DDLRecordLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements DDLRecordLocalService, IdentifiableBean

Provides the base implementation for the d d l record 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 DDLRecordLocalServiceImpl.

See Also:
DDLRecordLocalServiceImpl, DDLRecordLocalServiceUtil
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  DDLRecordVersionLocalService ddlRecordVersionLocalService
           
protected  DDLRecordVersionPersistence ddlRecordVersionPersistence
           
protected  DDLRecordVersionService ddlRecordVersionService
           
protected  DDMStructureFinder ddmStructureFinder
           
protected  DDMStructureLocalService ddmStructureLocalService
           
protected  DDMStructurePersistence ddmStructurePersistence
           
protected  DDMStructureService ddmStructureService
           
protected  PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
protected  WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService
           
protected  WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
           
 
Constructor Summary
DDLRecordLocalServiceBaseImpl()
           
 
Method Summary
 DDLRecord addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
 void afterPropertiesSet()
           
 DDLRecord createDDLRecord(long recordId)
          Creates a new d d l record with the primary key.
 DDLRecord deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
 DDLRecord deleteDDLRecord(long recordId)
          Deletes the d d l record with the primary key from the database.
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 void destroy()
           
 DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> 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 matching the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows matching the dynamic query.
 DDLRecord fetchDDLRecord(long recordId)
           
 DDLRecord fetchDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record matching the UUID and group.
 ActionableDynamicQuery getActionableDynamicQuery()
           
 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.
 DDLRecord getDDLRecord(long recordId)
          Returns the d d l record with the primary key.
 DDLRecord getDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record matching the UUID and group.
 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.
 List<DDLRecord> getDDLRecords(int start, int end)
          Returns a range of all the d d l records.
 List<DDLRecord> getDDLRecordsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the d d l records matching the UUID and company.
 List<DDLRecord> getDDLRecordsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDLRecord> orderByComparator)
          Returns a range of d d l records matching the UUID and company.
 int getDDLRecordsCount()
          Returns the number of d d l records.
 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.
 DDLRecordVersionLocalService getDDLRecordVersionLocalService()
          Returns the d d l record version local service.
 DDLRecordVersionPersistence getDDLRecordVersionPersistence()
          Returns the d d l record version persistence.
 DDLRecordVersionService getDDLRecordVersionService()
          Returns the d d l record version remote service.
 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.
 ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
           
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 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 initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
           
protected  void runSQL(String sql)
          Performs a 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 setDDLRecordVersionLocalService(DDLRecordVersionLocalService ddlRecordVersionLocalService)
          Sets the d d l record version local service.
 void setDDLRecordVersionPersistence(DDLRecordVersionPersistence ddlRecordVersionPersistence)
          Sets the d d l record version persistence.
 void setDDLRecordVersionService(DDLRecordVersionService ddlRecordVersionService)
          Sets the d d l record version remote service.
 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 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.
 DDLRecord updateDDLRecord(DDLRecord ddlRecord)
          Updates the d d l record 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.DDLRecordLocalService
addRecord, addRecord, addRecord, deleteRecord, deleteRecord, deleteRecordLocale, deleteRecords, fetchRecord, getCompanyRecords, getCompanyRecordsCount, getLatestRecordVersion, getMinAndMaxCompanyRecordIds, getMinAndMaxCompanyRecords, getRecord, getRecords, getRecords, getRecords, getRecordsCount, getRecordVersion, getRecordVersion, getRecordVersions, getRecordVersionsCount, revertRecord, revertRecordVersion, search, searchDDLRecords, updateAsset, updateRecord, updateRecord, updateRecord, updateStatus
 

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

counterLocalService

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

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

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

ddlRecordVersionLocalService

@BeanReference(type=DDLRecordVersionLocalService.class)
protected DDLRecordVersionLocalService ddlRecordVersionLocalService

ddlRecordVersionService

@BeanReference(type=DDLRecordVersionService.class)
protected DDLRecordVersionService ddlRecordVersionService

ddlRecordVersionPersistence

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

persistedModelLocalServiceRegistry

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

DDLRecordLocalServiceBaseImpl

public DDLRecordLocalServiceBaseImpl()
Method Detail

addDDLRecord

@Indexable(type=REINDEX)
public DDLRecord addDDLRecord(DDLRecord ddlRecord)
Adds the d d l record to the database. Also notifies the appropriate model listeners.

Specified by:
addDDLRecord in interface DDLRecordLocalService
Parameters:
ddlRecord - the d d l record
Returns:
the d d l record that was added

createDDLRecord

public DDLRecord createDDLRecord(long recordId)
Creates a new d d l record with the primary key. Does not add the d d l record to the database.

Specified by:
createDDLRecord in interface DDLRecordLocalService
Parameters:
recordId - the primary key for the new d d l record
Returns:
the new d d l record

deleteDDLRecord

@Indexable(type=DELETE)
public DDLRecord deleteDDLRecord(long recordId)
                          throws PortalException
Deletes the d d l record with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDDLRecord in interface DDLRecordLocalService
Parameters:
recordId - the primary key of the d d l record
Returns:
the d d l record that was removed
Throws:
PortalException - if a d d l record with the primary key could not be found

deleteDDLRecord

@Indexable(type=DELETE)
public DDLRecord deleteDDLRecord(DDLRecord ddlRecord)
Deletes the d d l record from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDDLRecord in interface DDLRecordLocalService
Parameters:
ddlRecord - the d d l record
Returns:
the d d l record that was removed

dynamicQuery

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

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface DDLRecordLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface DDLRecordLocalService
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

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                OrderByComparator<T> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface DDLRecordLocalService
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

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface DDLRecordLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface DDLRecordLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchDDLRecord

public DDLRecord fetchDDLRecord(long recordId)
Specified by:
fetchDDLRecord in interface DDLRecordLocalService

fetchDDLRecordByUuidAndGroupId

public DDLRecord fetchDDLRecordByUuidAndGroupId(String uuid,
                                                long groupId)
Returns the d d l record matching the UUID and group.

Specified by:
fetchDDLRecordByUuidAndGroupId in interface DDLRecordLocalService
Parameters:
uuid - the d d l record's UUID
groupId - the primary key of the group
Returns:
the matching d d l record, or null if a matching d d l record could not be found

getDDLRecord

public DDLRecord getDDLRecord(long recordId)
                       throws PortalException
Returns the d d l record with the primary key.

Specified by:
getDDLRecord in interface DDLRecordLocalService
Parameters:
recordId - the primary key of the d d l record
Returns:
the d d l record
Throws:
PortalException - if a d d l record with the primary key could not be found

getActionableDynamicQuery

public ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface DDLRecordLocalService

initActionableDynamicQuery

protected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)

getExportActionableDynamicQuery

public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
Specified by:
getExportActionableDynamicQuery in interface DDLRecordLocalService

deletePersistedModel

public PersistedModel deletePersistedModel(PersistedModel persistedModel)
                                    throws PortalException
Specified by:
deletePersistedModel in interface PersistedModelLocalService
Specified by:
deletePersistedModel in interface DDLRecordLocalService
Throws:
PortalException

getPersistedModel

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

getDDLRecordsByUuidAndCompanyId

public List<DDLRecord> getDDLRecordsByUuidAndCompanyId(String uuid,
                                                       long companyId)
Returns all the d d l records matching the UUID and company.

Specified by:
getDDLRecordsByUuidAndCompanyId in interface DDLRecordLocalService
Parameters:
uuid - the UUID of the d d l records
companyId - the primary key of the company
Returns:
the matching d d l records, or an empty list if no matches were found

getDDLRecordsByUuidAndCompanyId

public List<DDLRecord> getDDLRecordsByUuidAndCompanyId(String uuid,
                                                       long companyId,
                                                       int start,
                                                       int end,
                                                       OrderByComparator<DDLRecord> orderByComparator)
Returns a range of d d l records matching the UUID and company.

Specified by:
getDDLRecordsByUuidAndCompanyId in interface DDLRecordLocalService
Parameters:
uuid - the UUID of the d d l records
companyId - the primary key of the company
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the range of matching d d l records, or an empty list if no matches were found

getDDLRecordByUuidAndGroupId

public DDLRecord getDDLRecordByUuidAndGroupId(String uuid,
                                              long groupId)
                                       throws PortalException
Returns the d d l record matching the UUID and group.

Specified by:
getDDLRecordByUuidAndGroupId in interface DDLRecordLocalService
Parameters:
uuid - the d d l record's UUID
groupId - the primary key of the group
Returns:
the matching d d l record
Throws:
PortalException - if a matching d d l record could not be found

getDDLRecords

public List<DDLRecord> getDDLRecords(int start,
                                     int end)
Returns a range of all the d d l records.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getDDLRecords in interface DDLRecordLocalService
Parameters:
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
Returns:
the range of d d l records

getDDLRecordsCount

public int getDDLRecordsCount()
Returns the number of d d l records.

Specified by:
getDDLRecordsCount in interface DDLRecordLocalService
Returns:
the number of d d l records

updateDDLRecord

@Indexable(type=REINDEX)
public DDLRecord updateDDLRecord(DDLRecord ddlRecord)
Updates the d d l record in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateDDLRecord in interface DDLRecordLocalService
Parameters:
ddlRecord - the d d l record
Returns:
the d d l record that was updated

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

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

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

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

getDDLRecordVersionLocalService

public DDLRecordVersionLocalService getDDLRecordVersionLocalService()
Returns the d d l record version local service.

Returns:
the d d l record version local service

setDDLRecordVersionLocalService

public void setDDLRecordVersionLocalService(DDLRecordVersionLocalService ddlRecordVersionLocalService)
Sets the d d l record version local service.

Parameters:
ddlRecordVersionLocalService - the d d l record version local service

getDDLRecordVersionService

public DDLRecordVersionService getDDLRecordVersionService()
Returns the d d l record version remote service.

Returns:
the d d l record version remote service

setDDLRecordVersionService

public void setDDLRecordVersionService(DDLRecordVersionService ddlRecordVersionService)
Sets the d d l record version remote service.

Parameters:
ddlRecordVersionService - the d d l record version remote service

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

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 DDLRecordLocalService
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 DDLRecordLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ce-m3