Package webworks.message.list.api

Examples of webworks.message.list.api.MessageListMarkAllReadFunction


      } else if (MessageListAddItemFunction.NAME.equals(name)) {
         return new MessageListAddItemFunction();     
      } else if (MessageListGetItemFunction.NAME.equals(name)) {
         return new MessageListGetItemFunction();     
      } else if (MessageListMarkAllReadFunction.NAME.equals(name)) {
         return new MessageListMarkAllReadFunction();     
      } else if (MessageListMarkReadFunction.NAME.equals(name)) {
         return new MessageListMarkReadFunction();
      } else if (MessageListRemoveItemFunction.NAME.equals(name)) {
         return new MessageListRemoveItemFunction();
      } else if (MessageListUpdateItemFunction.NAME.equals(name)) {
View Full Code Here

TOP

Related Classes of webworks.message.list.api.MessageListMarkAllReadFunction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.