Liferay 7.0-ce-b4

com.liferay.portlet.messageboards.service.persistence
Class MBBanExportActionableDynamicQuery

java.lang.Object
  extended by com.liferay.portal.kernel.dao.orm.DefaultActionableDynamicQuery
      extended by com.liferay.portlet.messageboards.service.persistence.MBBanActionableDynamicQuery
          extended by com.liferay.portlet.messageboards.service.persistence.MBBanExportActionableDynamicQuery
All Implemented Interfaces:
ActionableDynamicQuery

Deprecated. As of 7.0.0, replaced by MBBanLocalServiceUtil.getExportActionableDynamicQuery(PortletDataContext)

@Deprecated
@ProviderType
public class MBBanExportActionableDynamicQuery
extends MBBanActionableDynamicQuery


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery
ActionableDynamicQuery.AddCriteriaMethod, ActionableDynamicQuery.AddOrderCriteriaMethod, ActionableDynamicQuery.PerformActionMethod<T>, ActionableDynamicQuery.PerformCountMethod
 
Field Summary
 
Fields inherited from class com.liferay.portal.kernel.dao.orm.DefaultActionableDynamicQuery
REQUIRES_NEW_TRANSACTION_ATTRIBUTE
 
Constructor Summary
MBBanExportActionableDynamicQuery(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.DefaultActionableDynamicQuery
actionsCompleted, addDefaultCriteria, addOrderCriteria, doPerformActions, executeDynamicQuery, getAddCriteriaMethod, getAddOrderCriteriaMethod, getCompanyId, getCountProjection, getInterval, getModelClass, getPerformActionMethod, getPerformCountMethod, getTransactionAttribute, intervalCompleted, isParallel, performActions, setAddCriteriaMethod, setAddOrderCriteriaMethod, setBaseLocalService, setClass, setClassLoader, setCompanyId, setGroupId, setGroupIdPropertyName, setInterval, setModelClass, setParallel, setPerformActionMethod, setPerformCountMethod, setPrimaryKeyPropertyName, setTransactionAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBBanExportActionableDynamicQuery

public MBBanExportActionableDynamicQuery(PortletDataContext portletDataContext)
Deprecated. 
Method Detail

performCount

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

addCriteria

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

getStagedModelType

protected StagedModelType getStagedModelType()
Deprecated. 

performAction

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

Liferay 7.0-ce-b4