Liferay 6.2-ce-ga5

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

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  DDLRecordVersionPersistence ddlRecordVersionPersistence
           
protected  DDMStructureFinder ddmStructureFinder
           
protected  DDMStructureLocalService ddmStructureLocalService
           
protected  DDMStructurePersistence ddmStructurePersistence
           
protected  DDMStructureService ddmStructureService
           
protected  PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  ResourceLocalService resourceLocalService
           
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.BaseLocalServiceImpl
layoutPersistence
 
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.
 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.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows that match the dynamic query.
 DDLRecord fetchDDLRecord(long recordId)
           
 DDLRecord fetchDDLRecordByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record with the matching UUID and company.
 DDLRecord fetchDDLRecordByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record matching the UUID and group.
 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 getDDLRecordByUuidAndCompanyId(String uuid, long companyId)
          Returns the d d l record with the matching UUID and company.
 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.
 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.
 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()
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 ResourceLocalService getResourceLocalService()
          Returns the resource local 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 setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local 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, getLayoutURL, getLayoutURL
 
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, deleteRecord, deleteRecord, deleteRecordLocale, deleteRecords, fetchRecord, getCompanyRecords, getCompanyRecords, getCompanyRecordsCount, getCompanyRecordsCount, getLatestRecordVersion, getMinAndMaxCompanyRecordIds, getMinAndMaxCompanyRecords, getRecord, getRecords, getRecords, getRecords, getRecordsCount, getRecordVersion, getRecordVersion, getRecordVersions, getRecordVersionsCount, revertRecordVersion, search, updateAsset, 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

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

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

persistedModelLocalServiceRegistry

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

DDLRecordLocalServiceBaseImpl

public DDLRecordLocalServiceBaseImpl()
Method Detail

addDDLRecord

@Indexable(type=REINDEX)
public DDLRecord addDDLRecord(DDLRecord ddlRecord)
                       throws SystemException
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
Throws:
SystemException - if a system exception occurred

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,
                                 SystemException
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
SystemException - if a system exception occurred

deleteDDLRecord

@Indexable(type=DELETE)
public DDLRecord deleteDDLRecord(DDLRecord ddlRecord)
                          throws SystemException
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
Throws:
SystemException - if a system exception occurred

dynamicQuery

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

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 DDLRecordLocalService
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. 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
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. 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
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 DDLRecordLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
                       throws SystemException
Returns the number of rows that match 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 that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchDDLRecord

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

fetchDDLRecordByUuidAndCompanyId

public DDLRecord fetchDDLRecordByUuidAndCompanyId(String uuid,
                                                  long companyId)
                                           throws SystemException
Returns the d d l record with the matching UUID and company.

Specified by:
fetchDDLRecordByUuidAndCompanyId in interface DDLRecordLocalService
Parameters:
uuid - the d d l record's UUID
companyId - the primary key of the company
Returns:
the matching d d l record, or null if a matching d d l record could not be found
Throws:
SystemException - if a system exception occurred

fetchDDLRecordByUuidAndGroupId

public DDLRecord fetchDDLRecordByUuidAndGroupId(String uuid,
                                                long groupId)
                                         throws SystemException
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
Throws:
SystemException - if a system exception occurred

getDDLRecord

public DDLRecord getDDLRecord(long recordId)
                       throws PortalException,
                              SystemException
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
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 DDLRecordLocalService
Throws:
PortalException
SystemException

getDDLRecordByUuidAndCompanyId

public DDLRecord getDDLRecordByUuidAndCompanyId(String uuid,
                                                long companyId)
                                         throws PortalException,
                                                SystemException
Returns the d d l record with the matching UUID and company.

Specified by:
getDDLRecordByUuidAndCompanyId in interface DDLRecordLocalService
Parameters:
uuid - the d d l record's UUID
companyId - the primary key of the company
Returns:
the matching d d l record
Throws:
PortalException - if a matching d d l record could not be found
SystemException - if a system exception occurred

getDDLRecordByUuidAndGroupId

public DDLRecord getDDLRecordByUuidAndGroupId(String uuid,
                                              long groupId)
                                       throws PortalException,
                                              SystemException
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
SystemException - if a system exception occurred

getDDLRecords

public List<DDLRecord> getDDLRecords(int start,
                                     int end)
                              throws SystemException
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
Throws:
SystemException - if a system exception occurred

getDDLRecordsCount

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

Specified by:
getDDLRecordsCount in interface DDLRecordLocalService
Returns:
the number of d d l records
Throws:
SystemException - if a system exception occurred

updateDDLRecord

@Indexable(type=REINDEX)
public DDLRecord updateDDLRecord(DDLRecord ddlRecord)
                          throws SystemException
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
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

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 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)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query
Throws:
SystemException

Liferay 6.2-ce-ga5