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 intcheckHost(java.lang.String packages, int cpid, java.lang.String host)voiddeleteHost(int cpid)java.util.List<CPHost>getHostList(int contractServiceId)voidupdateHost(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)
-