com.liferay.portal.service.persistence
Class BatchSessionImpl
java.lang.Object
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
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 |
BatchSessionImpl
public BatchSessionImpl()
- Deprecated.
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