Built motion from commit 538092ac.|2.6.10
[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 _0x217a=['MailMessage','save','update','remove','emit','hasOwnProperty','hook','exports','../../mysqldb'];(function(_0x5d4607,_0x6b5e7b){var _0x5e4a86=function(_0x46891a){while(--_0x46891a){_0x5d4607['push'](_0x5d4607['shift']());}};_0x5e4a86(++_0x6b5e7b);}(_0x217a,0x194));var _0xa217=function(_0xb8d6ec,_0x46c31d){_0xb8d6ec=_0xb8d6ec-0x0;var _0x513565=_0x217a[_0xb8d6ec];return _0x513565;};'use strict';var EventEmitter=require('events');var MailMessage=require(_0xa217('0x0'))['db'][_0xa217('0x1')];var MailMessageEvents=new EventEmitter();MailMessageEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xa217('0x2'),'afterUpdate':_0xa217('0x3'),'afterDestroy':_0xa217('0x4')};function emitEvent(_0x1c6c51){return function(_0x1b787e,_0x22ffb2,_0x5949fb){MailMessageEvents[_0xa217('0x5')](_0x1c6c51+':'+_0x1b787e['id'],_0x1b787e);MailMessageEvents[_0xa217('0x5')](_0x1c6c51,_0x1b787e);_0x5949fb(null);};}for(var e in events){if(events[_0xa217('0x6')](e)){var event=events[e];MailMessage[_0xa217('0x7')](e,emitEvent(event));}}module[_0xa217('0x8')]=MailMessageEvents;