public class TransferStatusDAOImpl extends Object implements TransferStatusDAO
Constructor and Description |
---|
TransferStatusDAOImpl() |
Modifier and Type | Method and Description |
---|---|
TransferStatusEntity |
createTransferStatus(String transferId,
Integer currentPos,
Integer endPos,
String status,
Serializable error) |
void |
delete(TransferStatusEntity statusEntity) |
TransferStatusEntity |
findByTransferId(String transferId) |
void |
setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate) |
void |
update(TransferStatusEntity statusEntity) |
public final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
public TransferStatusEntity createTransferStatus(String transferId, Integer currentPos, Integer endPos, String status, Serializable error)
createTransferStatus
in interface TransferStatusDAO
public void delete(TransferStatusEntity statusEntity)
delete
in interface TransferStatusDAO
public TransferStatusEntity findByTransferId(String transferId)
findByTransferId
in interface TransferStatusDAO
public void update(TransferStatusEntity statusEntity)
update
in interface TransferStatusDAO
Copyright © 2005–2017 Alfresco Software. All rights reserved.