public class NotificationType extends KraPersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Modifier and Type | Field and Description |
|---|---|
static String |
AD_HOC_CONTEXT |
static String |
AD_HOC_NOTIFICATION_TYPE |
UPDATE_USER_LENGTH| Constructor and Description |
|---|
NotificationType() |
| Modifier and Type | Method and Description |
|---|---|
List |
buildListOfDeletionAwareLists() |
boolean |
equals(Object obj) |
String |
getActionCode() |
CoeusModule |
getCoeusModule() |
String |
getDescription() |
String |
getMessage() |
String |
getModuleCode() |
Long |
getNotificationTypeId() |
List<NotificationTypeRecipient> |
getNotificationTypeRecipients() |
boolean |
getPromptUser() |
String |
getSubject() |
int |
hashCode() |
boolean |
isActive() |
void |
setActionCode(String actionCode) |
void |
setActive(boolean active) |
void |
setCoeusModule(CoeusModule coeusModule) |
void |
setDescription(String description) |
void |
setMessage(String message) |
void |
setModuleCode(String moduleCode) |
void |
setNotificationTypeId(Long notificationTypeId) |
void |
setNotificationTypeRecipients(List<NotificationTypeRecipient> notificationTypeRecipients) |
void |
setPromptUser(boolean promptUser) |
void |
setSubject(String subject) |
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic static final String AD_HOC_CONTEXT
public static final String AD_HOC_NOTIFICATION_TYPE
public Long getNotificationTypeId()
public void setNotificationTypeId(Long notificationTypeId)
public String getModuleCode()
public void setModuleCode(String moduleCode)
public String getActionCode()
public void setActionCode(String actionCode)
public String getDescription()
public void setDescription(String description)
public String getSubject()
public void setSubject(String subject)
public String getMessage()
public void setMessage(String message)
public boolean getPromptUser()
public void setPromptUser(boolean promptUser)
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatablepublic CoeusModule getCoeusModule()
public void setCoeusModule(CoeusModule coeusModule)
public List<NotificationTypeRecipient> getNotificationTypeRecipients()
public void setNotificationTypeRecipients(List<NotificationTypeRecipient> notificationTypeRecipients)
public List buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists in interface org.kuali.rice.krad.bo.PersistableBusinessObjectbuildListOfDeletionAwareLists in class org.kuali.rice.krad.bo.PersistableBusinessObjectBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.