org.kuali.student.common.ui.client.service
Interface MessagesRpcService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
- MessagesRpcGwtServlet
@RemoteServiceRelativePath(value="rpcservices/MessagesRpcService")
public interface MessagesRpcService
- extends com.google.gwt.user.client.rpc.RemoteService
getLocales
LocaleKeyList getLocales()
getMessageGroups
MessageGroupKeyList getMessageGroups()
getMessage
Message getMessage(String localeKey,
String messageGroupKey,
String messageKey)
getMessages
MessageList getMessages(String localeKey,
String messageGroupKey)
getMessagesByGroups
MessageList getMessagesByGroups(String localeKey,
MessageGroupKeyList messageGroupKeyList)
updateMessage
Message updateMessage(String localeKey,
String messageGroupKey,
String messageKey,
Message messageInfo)
addMessage
Message addMessage(Message messageInfo)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.