@Deprecated
public class ContractNotificationManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.log4j.Logger |
log
Deprecated.
|
Constructor and Description |
---|
ContractNotificationManager(java.sql.Connection con)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteNotification(int id)
Deprecated.
|
int |
getNewNotificationsCount(int cid)
Deprecated.
|
ContractNotification |
getNotification(int id)
Deprecated.
|
java.util.List<ContractNotification> |
getNotificationList(int cid)
Deprecated.
|
void |
updateNotification(ContractNotification notice)
Deprecated.
|
public ContractNotificationManager(java.sql.Connection con)
public void updateNotification(ContractNotification notice)
public void deleteNotification(int id)
public ContractNotification getNotification(int id)
public java.util.List<ContractNotification> getNotificationList(int cid)
public int getNewNotificationsCount(int cid)