Built motion from commit efa66e19.|2.6.22
[motion2.git] / server / api / mailMessage / mailMessage.events.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0xab5c=['hasOwnProperty','hook','exports','events','../../mysqldb','MailMessage','update','remove','emit'];(function(_0x4095e8,_0x20173b){var _0x1ec6aa=function(_0x1a367a){while(--_0x1a367a){_0x4095e8['push'](_0x4095e8['shift']());}};_0x1ec6aa(++_0x20173b);}(_0xab5c,0x6f));var _0xcab5=function(_0x339c77,_0x53eac1){_0x339c77=_0x339c77-0x0;var _0x4463d7=_0xab5c[_0x339c77];return _0x4463d7;};'use strict';var EventEmitter=require(_0xcab5('0x0'));var MailMessage=require(_0xcab5('0x1'))['db'][_0xcab5('0x2')];var MailMessageEvents=new EventEmitter();MailMessageEvents['setMaxListeners'](0x0);var events={'afterCreate':'save','afterUpdate':_0xcab5('0x3'),'afterDestroy':_0xcab5('0x4')};function emitEvent(_0x2d6e50){return function(_0x87833,_0x3bbfd9,_0x2d7b1f){MailMessageEvents[_0xcab5('0x5')](_0x2d6e50+':'+_0x87833['id'],_0x87833);MailMessageEvents[_0xcab5('0x5')](_0x2d6e50,_0x87833);_0x2d7b1f(null);};}for(var e in events){if(events[_0xcab5('0x6')](e)){var event=events[e];MailMessage[_0xcab5('0x7')](e,emitEvent(event));}}module[_0xcab5('0x8')]=MailMessageEvents;