7e9b30d7bed96cde77869200a79a55dcae3131d4
[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 _0xca0e=['events','../../mysqldb','MailAccount','setMaxListeners','remove','emit','hasOwnProperty','hook'];(function(_0xb9031,_0xd883b9){var _0x3cc129=function(_0x44625d){while(--_0x44625d){_0xb9031['push'](_0xb9031['shift']());}};_0x3cc129(++_0xd883b9);}(_0xca0e,0x68));var _0xeca0=function(_0x3fee0c,_0xe20271){_0x3fee0c=_0x3fee0c-0x0;var _0x319e64=_0xca0e[_0x3fee0c];return _0x319e64;};'use strict';var EventEmitter=require(_0xeca0('0x0'));var MailAccount=require(_0xeca0('0x1'))['db'][_0xeca0('0x2')];var MailAccountEvents=new EventEmitter();MailAccountEvents[_0xeca0('0x3')](0x0);var events={'afterCreate':'save','afterUpdate':'update','afterDestroy':_0xeca0('0x4')};function emitEvent(_0x2f1e90){return function(_0x1c24b2,_0x439ec5,_0x255ad2){MailAccountEvents[_0xeca0('0x5')](_0x2f1e90+':'+_0x1c24b2['id'],_0x1c24b2);MailAccountEvents[_0xeca0('0x5')](_0x2f1e90,_0x1c24b2);_0x255ad2(null);};}for(var e in events){if(events[_0xeca0('0x6')](e)){var event=events[e];MailAccount[_0xeca0('0x7')](e,emitEvent(event));}}module['exports']=MailAccountEvents;