Class ContractNotificationManager
java.lang.Object
bitel.billing.server.contract.bean.ContractNotificationManager
@Deprecated
public class ContractNotificationManager
extends java.lang.Object
Deprecated.
- 
Field Summary
Fields Modifier and Type Field Description protected org.apache.logging.log4j.LoggerlogDeprecated. - 
Constructor Summary
Constructors Constructor Description ContractNotificationManager(java.sql.Connection con)Deprecated. - 
Method Summary
Modifier and Type Method Description voiddeleteNotification(int id)Deprecated.intgetNewNotificationsCount(int cid)Deprecated.ContractNotificationgetNotification(int id)Deprecated.java.util.List<ContractNotification>getNotificationList(int cid)Deprecated.voidupdateNotification(ContractNotification notice)Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Field Details
- 
log
protected org.apache.logging.log4j.Logger logDeprecated. 
 - 
 - 
Constructor Details
- 
ContractNotificationManager
public ContractNotificationManager(java.sql.Connection con)Deprecated. 
 - 
 - 
Method Details
- 
updateNotification
Deprecated. - 
deleteNotification
public void deleteNotification(int id)Deprecated. - 
getNotification
Deprecated. - 
getNotificationList
Deprecated. - 
getNewNotificationsCount
public int getNewNotificationsCount(int cid)Deprecated. 
 - 
 
ContractNotification,ContractNotificationDaoandContractNotificationService