Package webworks.message.list.api

Examples of webworks.message.list.api.MessageListRemoveItemFunction


      } 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)) {
         return new MessageListUpdateItemFunction();
      } else if (FIELD_ONITEMOPENED.equals(name)) {
         return _onItemOpened.get();     
      } else if (FIELD_ONITEMMARKEDREAD.equals(name)) {
View Full Code Here

TOP

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

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.