Liferay 7.0-ga1 portal-impl

com.liferay.portal.service.persistence
Class BatchSessionImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.BatchSessionImpl
All Implemented Interfaces:
com.liferay.portal.kernel.service.persistence.BatchSession

Deprecated. As of 6.2.0, see LPS-30598.

@Deprecated
public class BatchSessionImpl
extends Object
implements com.liferay.portal.kernel.service.persistence.BatchSession


Constructor Summary
BatchSessionImpl()
          Deprecated.  
 
Method Summary
 void delete(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.BaseModel<?> model)
          Deprecated.  
 boolean isEnabled()
          Deprecated.  
 void setEnabled(boolean enabled)
          Deprecated.  
 void update(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.BaseModel<?> model, boolean merge)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchSessionImpl

public BatchSessionImpl()
Deprecated. 
Method Detail

delete

public void delete(com.liferay.portal.kernel.dao.orm.Session session,
                   com.liferay.portal.kernel.model.BaseModel<?> model)
            throws com.liferay.portal.kernel.dao.orm.ORMException
Deprecated. 
Specified by:
delete in interface com.liferay.portal.kernel.service.persistence.BatchSession
Throws:
com.liferay.portal.kernel.dao.orm.ORMException

isEnabled

public boolean isEnabled()
Deprecated. 
Specified by:
isEnabled in interface com.liferay.portal.kernel.service.persistence.BatchSession

setEnabled

public void setEnabled(boolean enabled)
Deprecated. 
Specified by:
setEnabled in interface com.liferay.portal.kernel.service.persistence.BatchSession

update

public void update(com.liferay.portal.kernel.dao.orm.Session session,
                   com.liferay.portal.kernel.model.BaseModel<?> model,
                   boolean merge)
            throws com.liferay.portal.kernel.dao.orm.ORMException
Deprecated. 
Specified by:
update in interface com.liferay.portal.kernel.service.persistence.BatchSession
Throws:
com.liferay.portal.kernel.dao.orm.ORMException

Liferay 7.0-ga1 portal-impl