InboxDAO

public interface InboxDAO extends DAO
Author:Donahue Sze

Methods

addInbox

public void addInbox(InboxDVO data)

deleteInbox

public void deleteInbox(InboxDVO data)

findInbox

public boolean findInbox(InboxDVO data)

findInboxNextOrderNo

public long findInboxNextOrderNo()

Returns next value of inbox order no. from DB sequence. it determines message order being retrieved by client.

Returns:the value of next inbox order no.

updateInbox

public boolean updateInbox(InboxDVO data)