public DocumentStatus load(DocumentLocaleKey key) throws Exception {
DocumentDAO documentDAO = getDocumentDAO();
HTextFlowTarget target =
documentDAO.getLastTranslatedTarget(key.getDocumentId(),
key.getLocaleId());
DocumentStatus documentStatus = new DocumentStatus();
return updateDocumentStatus(documentDAO, documentStatus,
key.getDocumentId(), target);
}