Package com.appiancorp.suiteapi.portal
Class NotificationRule
java.lang.Object
com.appiancorp.suiteapi.portal.NotificationRule
- All Implemented Interfaces:
Serializable
Deprecated.
The Notification functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Integer
Deprecated.Sort by theapplication
propertystatic final Integer
Deprecated.Sort by theapplicationId
propertystatic final Integer
Deprecated.Sort by theconditions
propertystatic final Integer
Deprecated.Sort by themedium
propertystatic final Integer
Deprecated.Sort by themediumId
propertystatic final Integer
Deprecated.Sort by theoptions
propertystatic final Integer
Deprecated.Sort by thetype
propertystatic final Integer
Deprecated.Sort by thetypeId
property -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.int
Deprecated.String[][]
Deprecated.Deprecated.Deprecated.int
Deprecated.Deprecated.getType()
Deprecated.int
Deprecated.void
Deprecated.void
setApplicationId
(int p) Deprecated.void
setConditions
(String[][] p) Deprecated.void
Deprecated.void
Deprecated.void
setMediumId
(int p) Deprecated.void
setOptions
(Map p) Deprecated.void
Deprecated.void
setTypeId
(int p) Deprecated.
-
Field Details
-
SORT_BY_CONDITIONS
Deprecated.Sort by theconditions
property -
SORT_BY_MEDIUM_ID
Deprecated.Sort by themediumId
property -
SORT_BY_MEDIUM
Deprecated.Sort by themedium
property -
SORT_BY_APPLICATION_ID
Deprecated.Sort by theapplicationId
property -
SORT_BY_APPLICATION
Deprecated.Sort by theapplication
property -
SORT_BY_TYPE_ID
Deprecated.Sort by thetypeId
property -
SORT_BY_TYPE
Deprecated.Sort by thetype
property -
SORT_BY_OPTIONS
Deprecated.Sort by theoptions
property
-
-
Constructor Details
-
NotificationRule
public NotificationRule()Deprecated.
-
-
Method Details
-
getConditions
Deprecated. -
setConditions
Deprecated. -
getMediumId
public int getMediumId()Deprecated. -
setMediumId
public void setMediumId(int p) Deprecated. -
getMedium
Deprecated. -
setMedium
Deprecated. -
getApplicationId
public int getApplicationId()Deprecated. -
setApplicationId
public void setApplicationId(int p) Deprecated. -
getApplication
Deprecated. -
setApplication
Deprecated. -
getTypeId
public int getTypeId()Deprecated. -
setTypeId
public void setTypeId(int p) Deprecated. -
getType
Deprecated. -
setType
Deprecated. -
getOptions
Deprecated. -
setOptions
Deprecated. -
getKeyedOptions
Deprecated. -
setKeyedOptions
Deprecated.
-