| |
|
| org.tigris.scarab.om.BaseNotificationStatusManager org.tigris.scarab.om.NotificationStatusManager
NotificationStatusManager | public class NotificationStatusManager extends BaseNotificationStatusManager (Code) | | This class manages NotificationStatus objects.
The skeleton for this class was autogenerated by Torque * You should add additional methods to this class to meet the
application requirements. This class will only be generated as
long as it does not already exist in the output directory.
|
NotificationStatusManager | public NotificationStatusManager() throws TorqueException(Code) | | Creates a new NotificationStatusManager instance.
exception: TorqueException - if an error occurs |
getNotificationsFor | public static List getNotificationsFor(ScarabUser user) throws TorqueException(Code) | | Get the list of notifications currently stored in the
Table SCARAB_NOTIFICATION_STATUS.
Parameters: user - throws: TorqueException - |
|
|
|