501b8a59373778dde099612cba65d060ee8dd0b0
[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 _0xcd8e=['setMaxListeners','remove','emit','hasOwnProperty','hook','events','../../mysqldb','UserSetting'];(function(_0x17e15b,_0x5ccb3c){var _0x26824a=function(_0x2e3863){while(--_0x2e3863){_0x17e15b['push'](_0x17e15b['shift']());}};_0x26824a(++_0x5ccb3c);}(_0xcd8e,0x135));var _0xecd8=function(_0x19e35c,_0x29cd1e){_0x19e35c=_0x19e35c-0x0;var _0x3e1fe8=_0xcd8e[_0x19e35c];return _0x3e1fe8;};'use strict';var EventEmitter=require(_0xecd8('0x0'));var UserSetting=require(_0xecd8('0x1'))['db'][_0xecd8('0x2')];var UserSettingEvents=new EventEmitter();UserSettingEvents[_0xecd8('0x3')](0x0);var events={'afterCreate':'save','afterUpdate':'update','afterDestroy':_0xecd8('0x4')};function emitEvent(_0x50ad43){return function(_0x575be4,_0x2b26c8,_0x15d723){UserSettingEvents[_0xecd8('0x5')](_0x50ad43+':'+_0x575be4['id'],_0x575be4);UserSettingEvents[_0xecd8('0x5')](_0x50ad43,_0x575be4);_0x15d723(null);};}for(var e in events){if(events[_0xecd8('0x6')](e)){var event=events[e];UserSetting[_0xecd8('0x7')](e,emitEvent(event));}}module['exports']=UserSettingEvents;