Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatalists.service.persistence
Class DDLRecordExportActionableDynamicQuery

java.lang.Object
  extended by com.liferay.portal.kernel.dao.orm.BaseActionableDynamicQuery
      extended by com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordActionableDynamicQuery
          extended by com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordExportActionableDynamicQuery
All Implemented Interfaces:
ActionableDynamicQuery

Deprecated. As of 7.0.0, replaced by com.liferay.portlet.dynamicdatalists.service.DDLRecordLocalServiceUtil#getExportActionableDynamicQuery()

@Deprecated
@ProviderType
public class DDLRecordExportActionableDynamicQuery
extends DDLRecordActionableDynamicQuery

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery
ActionableDynamicQuery.AddCriteriaMethod, ActionableDynamicQuery.PerformActionMethod, ActionableDynamicQuery.PerformCountMethod
 
Field Summary
 
Fields inherited from class com.liferay.portal.kernel.dao.orm.BaseActionableDynamicQuery
REQUIRES_NEW_TRANSACTION_ATTRIBUTE
 
Constructor Summary
DDLRecordExportActionableDynamicQuery(PortletDataContext portletDataContext)
          Deprecated.  
 
Method Summary
protected  void addCriteria(DynamicQuery dynamicQuery)
          Deprecated.  
protected  StagedModelType getStagedModelType()
          Deprecated.  
protected  void performAction(Object object)
          Deprecated.  
 long performCount()
          Deprecated.  
 
Methods inherited from class com.liferay.portal.kernel.dao.orm.BaseActionableDynamicQuery
addDefaultCriteria, addDocument, addDocuments, doPerformActions, executeDynamicQuery, getAddCriteriaMethod, getCountProjection, getPerformActionMethod, getPerformCountMethod, getSearchEngineId, getTransactionAttribute, indexInterval, intervalCompleted, performActions, setAddCriteriaMethod, setBaseLocalService, setClass, setClassLoader, setCommitImmediately, setCompanyId, setGroupId, setGroupIdPropertyName, setInterval, setPerformActionMethod, setPerformCountMethod, setPrimaryKeyPropertyName, setSearchEngineId, setTransactionAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLRecordExportActionableDynamicQuery

public DDLRecordExportActionableDynamicQuery(PortletDataContext portletDataContext)
Deprecated. 
Method Detail

performCount

public long performCount()
                  throws PortalException
Deprecated. 
Specified by:
performCount in interface ActionableDynamicQuery
Overrides:
performCount in class BaseActionableDynamicQuery
Throws:
PortalException

addCriteria

protected void addCriteria(DynamicQuery dynamicQuery)
Deprecated. 
Overrides:
addCriteria in class BaseActionableDynamicQuery

getStagedModelType

protected StagedModelType getStagedModelType()
Deprecated. 

performAction

protected void performAction(Object object)
                      throws PortalException
Deprecated. 
Overrides:
performAction in class BaseActionableDynamicQuery
Throws:
PortalException

Liferay 7.0-ce-m3