8b27f60ca2d043709774990c5591e21592be2d69
[motion2.git] / server / api / dashboardItem / dashboardItem.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 _0x8d04=['emit','hasOwnProperty','hook','exports','events','../../mysqldb','setMaxListeners','save','update','remove'];(function(_0x2dec70,_0x24aeab){var _0x3ea6af=function(_0x36b4cc){while(--_0x36b4cc){_0x2dec70['push'](_0x2dec70['shift']());}};_0x3ea6af(++_0x24aeab);}(_0x8d04,0xc2));var _0x48d0=function(_0x25e57c,_0x52e587){_0x25e57c=_0x25e57c-0x0;var _0x20c449=_0x8d04[_0x25e57c];return _0x20c449;};'use strict';var EventEmitter=require(_0x48d0('0x0'));var DashboardItem=require(_0x48d0('0x1'))['db']['DashboardItem'];var DashboardItemEvents=new EventEmitter();DashboardItemEvents[_0x48d0('0x2')](0x0);var events={'afterCreate':_0x48d0('0x3'),'afterUpdate':_0x48d0('0x4'),'afterDestroy':_0x48d0('0x5')};function emitEvent(_0x1f6048){return function(_0x349471,_0x5ebc11,_0x555afc){DashboardItemEvents[_0x48d0('0x6')](_0x1f6048+':'+_0x349471['id'],_0x349471);DashboardItemEvents[_0x48d0('0x6')](_0x1f6048,_0x349471);_0x555afc(null);};}for(var e in events){if(events[_0x48d0('0x7')](e)){var event=events[e];DashboardItem[_0x48d0('0x8')](e,emitEvent(event));}}module[_0x48d0('0x9')]=DashboardItemEvents;