Liferay 6.2-ce-ga5

com.liferay.portlet.polls.service.persistence
Class PollsQuestionExportActionableDynamicQuery

java.lang.Object
  extended by com.liferay.portal.kernel.dao.orm.BaseActionableDynamicQuery
      extended by com.liferay.portlet.polls.service.persistence.PollsQuestionActionableDynamicQuery
          extended by com.liferay.portlet.polls.service.persistence.PollsQuestionExportActionableDynamicQuery
All Implemented Interfaces:
ActionableDynamicQuery

public class PollsQuestionExportActionableDynamicQuery
extends PollsQuestionActionableDynamicQuery

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

Constructor Summary
PollsQuestionExportActionableDynamicQuery(PortletDataContext portletDataContext)
           
 
Method Summary
protected  void addCriteria(DynamicQuery dynamicQuery)
           
protected  StagedModelType getStagedModelType()
           
protected  void performAction(Object object)
           
 long performCount()
           
 
Methods inherited from class com.liferay.portal.kernel.dao.orm.BaseActionableDynamicQuery
addDefaultCriteria, addDocument, addDocuments, addOrderCriteria, doPerformCount, executeDynamicQuery, getCountProjection, getSearchEngineId, indexInterval, intervalCompleted, performActions, performActions, performActionsInMultipleIntervals, performActionsInSingleInterval, setBaseLocalService, setClass, setClassLoader, setCompanyId, setGroupId, setGroupIdPropertyName, setInterval, setPrimaryKeyPropertyName, setSearchEngineId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollsQuestionExportActionableDynamicQuery

public PollsQuestionExportActionableDynamicQuery(PortletDataContext portletDataContext)
                                          throws SystemException
Throws:
SystemException
Method Detail

performCount

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

addCriteria

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

getStagedModelType

protected StagedModelType getStagedModelType()

performAction

protected void performAction(Object object)
                      throws PortalException,
                             SystemException
Specified by:
performAction in class BaseActionableDynamicQuery
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5