Class CPHostManager
java.lang.Object
ru.bitel.bgbilling.modules.hd.server.bean.CPHostManager
public class CPHostManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CPHostManager(java.sql.Connection con, int mid)
-
Method Summary
Modifier and Type Method Description int
checkHost(java.lang.String packages, int cpid, java.lang.String host)
void
deleteHost(int cpid)
java.util.List<CPHost>
getHostList(int contractServiceId)
void
updateHost(int cpid, java.util.List<CPHost> hostList)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CPHostManager
public CPHostManager(java.sql.Connection con, int mid)
-
-
Method Details
-
getHostList
-
deleteHost
public void deleteHost(int cpid) -
updateHost
-
checkHost
public int checkHost(java.lang.String packages, int cpid, java.lang.String host)
-