public class ForwardManager
extends java.lang.Object
Constructor and Description |
---|
ForwardManager(java.sql.Connection con,
int mid) |
Modifier and Type | Method and Description |
---|---|
int |
getForwardCount(int accountID) |
java.util.List<Forward> |
getForwardList(int accountID) |
void |
updateForwardList(int accountID,
java.util.List<Forward> forwardList) |