| Package | Description |
|---|---|
| org.egov.portal.entity | |
| org.egov.portal.entity.enums | |
| org.egov.portal.repository |
| Modifier and Type | Method and Description |
|---|---|
MessageType |
CitizenInbox.getMessageType() |
| Modifier and Type | Method and Description |
|---|---|
void |
CitizenInbox.setMessageType(MessageType messageType) |
| Constructor and Description |
|---|
CitizenInboxBuilder(MessageType messageType,
String headerMessage,
String detailedMessage,
Date messageDate,
org.egov.infra.admin.master.entity.User assignedToCitizen,
Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CitizenInbox> |
CitizenInboxRepository.findAllInboxMessageByType(MessageType messageType,
Long citizenUserId) |
List<CitizenInbox> |
CitizenInboxRepository.findMyAccountMessages(MessageType messageType,
Long citizenUserId) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.