Package com.skyline.base.type

Examples of com.skyline.base.type.NotificationType


          }
        } catch (Exception e) {
          LOGGER.warn("", e);
        }
      }
      NotificationType notificationType = NotificationType.valueOf(commentType.toString() + "_COMMENT");
      noticeDao.insertNotication(ownerId, commenterId, commenterNickname, resourceId, resourceName, notificationType);
    } catch (Exception e) {
      e.printStackTrace();
    }
  }
View Full Code Here

TOP

Related Classes of com.skyline.base.type.NotificationType

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.