Built motion from commit (unavailable).|2.4.4
[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 _0x1e58=['save','update','emit','hasOwnProperty','hook','exports','events','CmList','setMaxListeners'];(function(_0x397e5f,_0x454c8f){var _0x5302b8=function(_0x1a29ef){while(--_0x1a29ef){_0x397e5f['push'](_0x397e5f['shift']());}};_0x5302b8(++_0x454c8f);}(_0x1e58,0x1d1));var _0x81e5=function(_0x39a757,_0x5803e7){_0x39a757=_0x39a757-0x0;var _0x4f8d71=_0x1e58[_0x39a757];return _0x4f8d71;};'use strict';var EventEmitter=require(_0x81e5('0x0'));var CmList=require('../../mysqldb')['db'][_0x81e5('0x1')];var CmListEvents=new EventEmitter();CmListEvents[_0x81e5('0x2')](0x0);var events={'afterCreate':_0x81e5('0x3'),'afterUpdate':_0x81e5('0x4'),'afterDestroy':'remove'};function emitEvent(_0x170412){return function(_0x2715df,_0x2b3938,_0x405a96){CmListEvents['emit'](_0x170412+':'+_0x2715df['id'],_0x2715df);CmListEvents[_0x81e5('0x5')](_0x170412,_0x2715df);_0x405a96(null);};}for(var e in events){if(events[_0x81e5('0x6')](e)){var event=events[e];CmList[_0x81e5('0x7')](e,emitEvent(event));}}module[_0x81e5('0x8')]=CmListEvents;