Built motion from commit (unavailable).|2.5.12
[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 _0x2fb5=['emit','hasOwnProperty','hook','exports','events','CmList','remove'];(function(_0x3fcd1a,_0x1c87c7){var _0xa30268=function(_0x42f634){while(--_0x42f634){_0x3fcd1a['push'](_0x3fcd1a['shift']());}};_0xa30268(++_0x1c87c7);}(_0x2fb5,0x154));var _0x52fb=function(_0x15dbca,_0x1d7c3c){_0x15dbca=_0x15dbca-0x0;var _0x326533=_0x2fb5[_0x15dbca];return _0x326533;};'use strict';var EventEmitter=require(_0x52fb('0x0'));var CmList=require('../../mysqldb')['db'][_0x52fb('0x1')];var CmListEvents=new EventEmitter();CmListEvents['setMaxListeners'](0x0);var events={'afterCreate':'save','afterUpdate':'update','afterDestroy':_0x52fb('0x2')};function emitEvent(_0x510e3c){return function(_0x5855b5,_0x390d7f,_0xd3bd14){CmListEvents[_0x52fb('0x3')](_0x510e3c+':'+_0x5855b5['id'],_0x5855b5);CmListEvents[_0x52fb('0x3')](_0x510e3c,_0x5855b5);_0xd3bd14(null);};}for(var e in events){if(events[_0x52fb('0x4')](e)){var event=events[e];CmList[_0x52fb('0x5')](e,emitEvent(event));}}module[_0x52fb('0x6')]=CmListEvents;