Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Class AddressExportActionableDynamicQuery

java.lang.Object
  extended by com.liferay.portal.kernel.dao.orm.DefaultActionableDynamicQuery
      extended by com.liferay.portal.service.persistence.AddressActionableDynamicQuery
          extended by com.liferay.portal.service.persistence.AddressExportActionableDynamicQuery
All Implemented Interfaces:
ActionableDynamicQuery

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

@Deprecated
@ProviderType
public class AddressExportActionableDynamicQuery
extends AddressActionableDynamicQuery


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
AddressExportActionableDynamicQuery(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

AddressExportActionableDynamicQuery

public AddressExportActionableDynamicQuery(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