Class ServiceLinkManager
java.lang.Object
ru.bitel.bgbilling.modules.ipn.server.bean.ServiceLinkManager
public class ServiceLinkManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ServiceLinkManager(java.sql.Connection con, int mid) -
Method Summary
Modifier and Type Method Description voidcopyLinks(int fromId, int toId)voiddeleteServiceLink(int id)ServiceLinkgetServiceLink(int id)java.util.List<ServiceLink>getServiceLinkList()java.util.List<ServiceLink>getServiceLinkList(int plan, int sid, java.util.Calendar date)java.util.List<ServiceLink>getServiceLinkList(java.util.Calendar date, int sourceId)voidupdatePlanLinks(int planId, java.util.List<ServiceLink> serviceLinkList)voidupdateServiceLink(ServiceLink sl)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ServiceLinkManager
public ServiceLinkManager(java.sql.Connection con, int mid)
-
-
Method Details
-
getServiceLinkList
-
getServiceLinkList
-
getServiceLinkList
-
getServiceLink
-
updateServiceLink
-
deleteServiceLink
public void deleteServiceLink(int id) -
updatePlanLinks
-
copyLinks
public void copyLinks(int fromId, int toId)
-