Built motion from commit (unavailable).|2.5.31
[motion2.git] / server / api / cmList / cmList.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 _0x0d4a=['save','update','remove','emit','hasOwnProperty','../../mysqldb','setMaxListeners'];(function(_0x3ac757,_0x4cd5e1){var _0x4eeec4=function(_0x4a794c){while(--_0x4a794c){_0x3ac757['push'](_0x3ac757['shift']());}};_0x4eeec4(++_0x4cd5e1);}(_0x0d4a,0xc9));var _0xa0d4=function(_0x4ac490,_0x4c3e46){_0x4ac490=_0x4ac490-0x0;var _0x3f248a=_0x0d4a[_0x4ac490];return _0x3f248a;};'use strict';var EventEmitter=require('events');var CmList=require(_0xa0d4('0x0'))['db']['CmList'];var CmListEvents=new EventEmitter();CmListEvents[_0xa0d4('0x1')](0x0);var events={'afterCreate':_0xa0d4('0x2'),'afterUpdate':_0xa0d4('0x3'),'afterDestroy':_0xa0d4('0x4')};function emitEvent(_0x554ccf){return function(_0x499010,_0x5f243f,_0x3e9d1f){CmListEvents[_0xa0d4('0x5')](_0x554ccf+':'+_0x499010['id'],_0x499010);CmListEvents[_0xa0d4('0x5')](_0x554ccf,_0x499010);_0x3e9d1f(null);};}for(var e in events){if(events[_0xa0d4('0x6')](e)){var event=events[e];CmList['hook'](e,emitEvent(event));}}module['exports']=CmListEvents;