Built motion from commit (unavailable).|2.5.7
[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 _0x8e74=['setMaxListeners','save','update','emit','hasOwnProperty','exports','events','CmList'];(function(_0x21a9d9,_0x4d5ac8){var _0x46adce=function(_0xfdd336){while(--_0xfdd336){_0x21a9d9['push'](_0x21a9d9['shift']());}};_0x46adce(++_0x4d5ac8);}(_0x8e74,0x1a6));var _0x48e7=function(_0x36ed3c,_0x44a00a){_0x36ed3c=_0x36ed3c-0x0;var _0x52a2e0=_0x8e74[_0x36ed3c];return _0x52a2e0;};'use strict';var EventEmitter=require(_0x48e7('0x0'));var CmList=require('../../mysqldb')['db'][_0x48e7('0x1')];var CmListEvents=new EventEmitter();CmListEvents[_0x48e7('0x2')](0x0);var events={'afterCreate':_0x48e7('0x3'),'afterUpdate':_0x48e7('0x4'),'afterDestroy':'remove'};function emitEvent(_0x16bea1){return function(_0x4d0cd3,_0x3eb72d,_0x3df897){CmListEvents[_0x48e7('0x5')](_0x16bea1+':'+_0x4d0cd3['id'],_0x4d0cd3);CmListEvents[_0x48e7('0x5')](_0x16bea1,_0x4d0cd3);_0x3df897(null);};}for(var e in events){if(events[_0x48e7('0x6')](e)){var event=events[e];CmList['hook'](e,emitEvent(event));}}module[_0x48e7('0x7')]=CmListEvents;