|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.service.actioninbox.AbstractActionInboxNotification
A base implementation of a IActionInboxNotification.
Copyright 2004 SAP AG
| Field Summary | |
protected java.lang.String |
m_AssignedRef
the assigend reference. |
protected RID |
m_AssignedRID
the assigend resources RID. |
protected java.lang.String |
m_CategoryID
the id of the category the notification belongs to. |
protected Descriptions |
m_Descriptions
the descriptions stored with the locale.toString() as key. |
protected java.util.Date |
m_NotificationDate
the date when the notification was created. |
protected com.sapportals.portal.security.usermanagement.IUMPrincipal |
m_Originator
the originator of that notification. |
protected java.util.Properties |
m_Properties
the properties. |
| Constructor Summary | |
AbstractActionInboxNotification(java.lang.String categoryID,
Descriptions descriptions,
com.sapportals.portal.security.usermanagement.IUMPrincipal originator,
java.util.Date notificationDate,
java.util.Properties properties,
java.lang.String assignedRef,
RID assignedRID)
|
|
| Method Summary | |
java.lang.String |
getAssignedRef()
Get the assigned reference to something for this notification. |
RID |
getAssignedRID()
Get the rid of the resource that's assigned to this notification. |
java.lang.String |
getCategoryID()
Get the id of the category this notification is for. |
java.util.Date |
getNotificationDate()
Provide the exact date, when this notification was generated. |
com.sapportals.portal.security.usermanagement.IUMPrincipal |
getOriginator()
Provide the user, who caused this notification. |
java.util.Properties |
getProperties()
Provide the properties for this notification. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String m_CategoryID
protected Descriptions m_Descriptions
protected com.sapportals.portal.security.usermanagement.IUMPrincipal m_Originator
protected java.util.Date m_NotificationDate
protected java.util.Properties m_Properties
protected java.lang.String m_AssignedRef
protected RID m_AssignedRID
| Constructor Detail |
public AbstractActionInboxNotification(java.lang.String categoryID,
Descriptions descriptions,
com.sapportals.portal.security.usermanagement.IUMPrincipal originator,
java.util.Date notificationDate,
java.util.Properties properties,
java.lang.String assignedRef,
RID assignedRID)
| Method Detail |
public java.lang.String getCategoryID()
IActionInboxNotificationgetCategoryID in interface IActionInboxNotificationcom.sapportals.wcm.service.actioninbox.IActionInboxNotificationStrings with the notification's category id.public com.sapportals.portal.security.usermanagement.IUMPrincipal getOriginator()
IActionInboxNotificationgetOriginator in interface IActionInboxNotificationcom.sapportals.wcm.service.actioninbox.IActionInboxNotificationIUMPrincipal which holds the user who caused this
notification.public java.util.Date getNotificationDate()
IActionInboxNotificationgetNotificationDate in interface IActionInboxNotificationcom.sapportals.wcm.service.actioninbox.IActionInboxNotificationDate with the timestamp of the time when this
notification was generated.public java.util.Properties getProperties()
IActionInboxNotificationgetProperties in interface IActionInboxNotificationcom.sapportals.wcm.service.actioninbox.IActionInboxNotificationProperties which define the content of this
notification.public java.lang.String getAssignedRef()
IActionInboxNotificationgetAssignedRef in interface IActionInboxNotificationcom.sapportals.wcm.service.actioninbox.IActionInboxNotificationString with the assigned reference or
null if no reference is assigned to this notification.public RID getAssignedRID()
IActionInboxNotificationgetAssignedRID in interface IActionInboxNotificationcom.sapportals.wcm.service.actioninbox.IActionInboxNotificationRID of the assigned resource or null
if no resource is assigned to this notification.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||