09991a980a168ab34fdd273393a463bab2f405e9
[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 _0xf90c=['emit','hook','events','../../mysqldb','MailAccount','setMaxListeners','save','update','remove'];(function(_0x514c15,_0x486901){var _0x16283e=function(_0x53b7d0){while(--_0x53b7d0){_0x514c15['push'](_0x514c15['shift']());}};_0x16283e(++_0x486901);}(_0xf90c,0x1a9));var _0xcf90=function(_0x2927d2,_0x3c050b){_0x2927d2=_0x2927d2-0x0;var _0x202c8d=_0xf90c[_0x2927d2];return _0x202c8d;};'use strict';var EventEmitter=require(_0xcf90('0x0'));var MailAccount=require(_0xcf90('0x1'))['db'][_0xcf90('0x2')];var MailAccountEvents=new EventEmitter();MailAccountEvents[_0xcf90('0x3')](0x0);var events={'afterCreate':_0xcf90('0x4'),'afterUpdate':_0xcf90('0x5'),'afterDestroy':_0xcf90('0x6')};function emitEvent(_0x4431a9){return function(_0x3a2e46,_0x13785f,_0x25f2ef){MailAccountEvents[_0xcf90('0x7')](_0x4431a9+':'+_0x3a2e46['id'],_0x3a2e46);MailAccountEvents[_0xcf90('0x7')](_0x4431a9,_0x3a2e46);_0x25f2ef(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];MailAccount[_0xcf90('0x8')](e,emitEvent(event));}}module['exports']=MailAccountEvents;