Class CPHostingManager
java.lang.Object
ru.bitel.bgbilling.modules.hd.server.bean.CPHostingManager
public class CPHostingManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CPHostingManager(java.sql.Connection con, int mid) -
Method Summary
Modifier and Type Method Description voiddeleteHosting(int contractPackageId)CPHostinggetHosting(int cpid)java.util.List<CPHosting>getHostingList()voidupdateHosting(CPHosting hosting)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CPHostingManager
public CPHostingManager(java.sql.Connection con, int mid)
-
-
Method Details
-
getHosting
-
getHostingList
-
deleteHosting
public void deleteHosting(int contractPackageId) -
updateHosting
-