129b1419d0c35b0e58b4f6b9f0a655382055490c
[motion2.git] / server / api / mailAccount / mailAccount.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 _0xed55=['hook','exports','events','MailAccount','save','update','remove','emit','hasOwnProperty'];(function(_0x13ce0c,_0x3f2a0d){var _0x4388fb=function(_0x27db4b){while(--_0x27db4b){_0x13ce0c['push'](_0x13ce0c['shift']());}};_0x4388fb(++_0x3f2a0d);}(_0xed55,0x122));var _0x5ed5=function(_0x2be8c2,_0x14a4b5){_0x2be8c2=_0x2be8c2-0x0;var _0x97f531=_0xed55[_0x2be8c2];return _0x97f531;};'use strict';var EventEmitter=require(_0x5ed5('0x0'));var MailAccount=require('../../mysqldb')['db'][_0x5ed5('0x1')];var MailAccountEvents=new EventEmitter();MailAccountEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x5ed5('0x2'),'afterUpdate':_0x5ed5('0x3'),'afterDestroy':_0x5ed5('0x4')};function emitEvent(_0x48683e){return function(_0x22ff65,_0x1507d7,_0x54ae9d){MailAccountEvents[_0x5ed5('0x5')](_0x48683e+':'+_0x22ff65['id'],_0x22ff65);MailAccountEvents['emit'](_0x48683e,_0x22ff65);_0x54ae9d(null);};}for(var e in events){if(events[_0x5ed5('0x6')](e)){var event=events[e];MailAccount[_0x5ed5('0x7')](e,emitEvent(event));}}module[_0x5ed5('0x8')]=MailAccountEvents;