Modifier and Type | Field and Description |
---|---|
Map<String,Inbox> |
inboxes |
Map<String,Message> |
messages |
Constructor and Description |
---|
Storage() |
Modifier and Type | Method and Description |
---|---|
Inbox |
deleteInbox(String id) |
Message |
deleteMessage(String id) |
Inbox |
retrieveInbox(String id) |
Message |
retrieveMessage(String id) |
Inbox |
storeInbox(Inbox inbox) |
Message |
storeMessage(Message message) |
public Storage()
public Inbox storeInbox(Inbox inbox)
public Message storeMessage(Message message)
public Inbox retrieveInbox(String id)
public Message retrieveMessage(String id)
public Inbox deleteInbox(String id)
public Message deleteMessage(String id)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.