Built motion from commit 1fa89557.|2.6.10
[motion2.git] / server / api / user-setting / user-setting.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 _0x6fc4=['setMaxListeners','save','remove','emit','hasOwnProperty','hook','exports','events','../../mysqldb','UserSetting'];(function(_0x18fc83,_0x205c12){var _0x397c28=function(_0x545253){while(--_0x545253){_0x18fc83['push'](_0x18fc83['shift']());}};_0x397c28(++_0x205c12);}(_0x6fc4,0x6b));var _0x46fc=function(_0x455b35,_0x5d2b5e){_0x455b35=_0x455b35-0x0;var _0x1fc095=_0x6fc4[_0x455b35];return _0x1fc095;};'use strict';var EventEmitter=require(_0x46fc('0x0'));var UserSetting=require(_0x46fc('0x1'))['db'][_0x46fc('0x2')];var UserSettingEvents=new EventEmitter();UserSettingEvents[_0x46fc('0x3')](0x0);var events={'afterCreate':_0x46fc('0x4'),'afterUpdate':'update','afterDestroy':_0x46fc('0x5')};function emitEvent(_0x4253ef){return function(_0x469e4c,_0x212228,_0x1d1250){UserSettingEvents[_0x46fc('0x6')](_0x4253ef+':'+_0x469e4c['id'],_0x469e4c);UserSettingEvents[_0x46fc('0x6')](_0x4253ef,_0x469e4c);_0x1d1250(null);};}for(var e in events){if(events[_0x46fc('0x7')](e)){var event=events[e];UserSetting[_0x46fc('0x8')](e,emitEvent(event));}}module[_0x46fc('0x9')]=UserSettingEvents;