|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.student.admin.messages.service.impl.MessageServiceImpl
public class MessageServiceImpl
Field Summary | |
---|---|
protected boolean |
cachingEnabled
|
protected com.google.common.cache.Cache<String,MessageList> |
msgsCache
|
protected int |
msgsCacheMaxAgeSeconds
|
protected int |
msgsCacheMaxSize
|
Constructor Summary | |
---|---|
MessageServiceImpl()
|
Method Summary | |
---|---|
StatusInfo |
addMessage(LocaleInfo localeInfo,
String messageGroupKey,
MessageInfo messageInfo,
ContextInfo contextInfo)
Adds a message to the locale and group. |
MessageInfo |
addMessage(Message messageInfo)
|
void |
afterPropertiesSet()
|
StatusInfo |
deleteMessage(LocaleInfo localeInfo,
String messageKey,
ContextInfo contextInfo)
Deletes the message associated with a locale and group for a message key |
protected org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
|
List<LocaleInfo> |
getLocales(ContextInfo contextInfo)
Retrieves the list of locales supported by this service. |
MessageInfo |
getMessage(LocaleInfo localeInfo,
String messageGroupKey,
String messageKey,
ContextInfo contextInfo)
Retrieves message information. |
List<String> |
getMessageGroupKeys(ContextInfo contextInfo)
Retrieves the list of message group keys known by the service |
MessageGroupKeyList |
getMessageGroups()
|
List<MessageInfo> |
getMessages(LocaleInfo localeInfo,
String messageGroupKey,
ContextInfo contextInfo)
Retrieve messages associated with a locale and group. |
List<MessageInfo> |
getMessagesByGroups(LocaleInfo localeInfo,
List<String> messageGroupKeys,
ContextInfo contextInfo)
Retrieve messages associated with a locale from a specified list of groups. |
void |
setCachingEnabled(boolean cachingEnabled)
|
protected MessageInfo |
toMessage(MessageEntity entity)
|
protected MessageEntity |
toMessageEntity(Message message)
|
MessageInfo |
updateMessage(LocaleInfo localeInfo,
String messageKey,
MessageInfo messageInfo,
ContextInfo contextInfo)
Update message associated with a locale and group. |
MessageInfo |
updateMessage(LocaleInfo localeInfo,
String messageGroupKey,
String messageKey,
Message messageInfo,
ContextInfo contextInfo)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean cachingEnabled
protected int msgsCacheMaxSize
protected int msgsCacheMaxAgeSeconds
protected com.google.common.cache.Cache<String,MessageList> msgsCache
Constructor Detail |
---|
public MessageServiceImpl()
Method Detail |
---|
public StatusInfo addMessage(LocaleInfo localeInfo, String messageGroupKey, MessageInfo messageInfo, ContextInfo contextInfo) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
MessageService
addMessage
in interface MessageService
localeInfo
- the locale informationmessageGroupKey
- an identifier for the message groupmessageInfo
- the message information to be addedcontextInfo
- information containing the principalId and
locale information about the caller of service operation
DoesNotExistException
- messageGroupKey is not found
InvalidParameterException
- localeInfo or contetInfo is
not valid
MissingParameterException
- localeInfo, messageGroupKey,
or contextInfo is missing or null
OperationFailedException
- unable to complete request
PermissionDeniedException
- an authorization failure occurredpublic MessageInfo addMessage(Message messageInfo)
public List<LocaleInfo> getLocales(ContextInfo contextInfo) throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
MessageService
getLocales
in interface MessageService
contextInfo
- information containing the principalId and
locale information about the caller of service operation
InvalidParameterException
- contextInfo is not valid
MissingParameterException
- contextInfo is missing or null
OperationFailedException
- unable to complete request
PermissionDeniedException
- an authorization failure occurredpublic MessageInfo getMessage(LocaleInfo localeInfo, String messageGroupKey, String messageKey, ContextInfo contextInfo) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
MessageService
getMessage
in interface MessageService
localeInfo
- the locale informationmessageGroupKey
- an identifier for the message group to
which the message belongsmessageKey
- the identifier for the requested messagecontextInfo
- information containing the principalId and
locale information about the caller of service operation
DoesNotExistException
- messageGroupKey or messageKey is
not found
InvalidParameterException
- contextInfo is not valid
MissingParameterException
- localeInfo, messageGroupKey,
messageKey, or contextInfo is missing or null
OperationFailedException
- unable to complete request
PermissionDeniedException
- an authorization failure occurredpublic StatusInfo deleteMessage(LocaleInfo localeInfo, String messageKey, ContextInfo contextInfo) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
MessageService
deleteMessage
in interface MessageService
localeInfo
- the locale informationmessageKey
- an identifier for the Message to be deletedcontextInfo
- information containing the principalId and
information about the caller of service operation
DoesNotExistException
- messageKey not found for locale
InvalidParameterException
- localeInfo or contextInfo is
not valid
MissingParameterException
- localeInfo, messageKey, or
contextInfo is missing or null
OperationFailedException
- unable to complete request
PermissionDeniedException
- an authorization failure occurredpublic List<String> getMessageGroupKeys(ContextInfo contextInfo) throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
MessageService
getMessageGroupKeys
in interface MessageService
contextInfo
- information containing the principalId and
locale information about the caller of service operation
InvalidParameterException
- contextInfo is not valid
MissingParameterException
- contextInfo is missing or null
OperationFailedException
- unable to complete request
PermissionDeniedException
- an authorization failure occurredpublic MessageGroupKeyList getMessageGroups()
public List<MessageInfo> getMessages(LocaleInfo localeInfo, String messageGroupKey, ContextInfo contextInfo) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
MessageService
getMessages
in interface MessageService
localeInfo
- the locale informationmessageGroupKey
- an identifier for the message group to
which the messages belongcontextInfo
- information containing the principalId and
locale information about the caller of service operation
DoesNotExistException
- messageGroupKey is not found
InvalidParameterException
- loacleInfo or contextInfo is
not valid
MissingParameterException
- localeInfo, messageGroupKey,
or contextInfo is missing or null
OperationFailedException
- unable to complete request
PermissionDeniedException
- an authorization failure occurredpublic List<MessageInfo> getMessagesByGroups(LocaleInfo localeInfo, List<String> messageGroupKeys, ContextInfo contextInfo) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
MessageService
getMessagesByGroups
in interface MessageService
localeInfo
- the locale informationmessageGroupKeys
- a list of identifiers for the message
groupscontextInfo
- information containing the principalId and
locale information about the caller of service operation
DoesNotExistException
- localeInfo or a messageGroupKey
in messageGroupKeys is not found
InvalidParameterException
- localeInfo or contextInfo is
not valid
MissingParameterException
- localeInfo, messageGroupKeys,
a messageGroupKey in messagegroupKey, or contextInfo is
missing or null
OperationFailedException
- unable to complete request
PermissionDeniedException
- an authorization failure occurredpublic MessageInfo updateMessage(LocaleInfo localeInfo, String messageKey, MessageInfo messageInfo, ContextInfo contextInfo) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, ReadOnlyException, VersionMismatchException
MessageService
updateMessage
in interface MessageService
localeInfo
- the locale informationmessageKey
- the indentifier for the messagemessageInfo
- the message information to be updatedcontextInfo
- information containing the principalId and
locale information about the caller of service operation
DoesNotExistException
- messageKey is not found
InvalidParameterException
- localeInfo, messageInfo, or
contextInfo is not valid
MissingParameterException
- localeInfo, messageKey, messageInfo,
or contextInfo is missing or null
OperationFailedException
- unable to complete request
PermissionDeniedException
- an authorization failure occurred
ReadOnlyException
- an attempt at supplying information
designated as read only
VersionMismatchException
- an optimistic locking failure
or the action was attempted on an out of date versionpublic MessageInfo updateMessage(LocaleInfo localeInfo, String messageGroupKey, String messageKey, Message messageInfo, ContextInfo contextInfo)
protected MessageEntity toMessageEntity(Message message)
protected MessageInfo toMessage(MessageEntity entity)
protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
public void setCachingEnabled(boolean cachingEnabled)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |