Class ForwardManager
java.lang.Object
ru.bitel.bgbilling.modules.email.server.bean.ForwardManager
public class ForwardManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ForwardManager(java.sql.Connection con, int mid)
-
Method Summary
Modifier and Type Method Description int
getForwardCount(int accountID)
java.util.List<Forward>
getForwardList(int accountID)
void
updateForwardList(int accountID, java.util.List<Forward> forwardList)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ForwardManager
public ForwardManager(java.sql.Connection con, int mid)
-
-
Method Details
-
getForwardCount
public int getForwardCount(int accountID) -
getForwardList
-
updateForwardList
-