Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. [AbstractUserController|getAvailableUserId();actionEdit();actionView();final actionSuperlogin()]
  2. [AbstractUserController]->[note:actionEdit actionView and actionSuperlogin should throw exception if getAvailableUserId() doesn't contain required Id{bg:orange}]
  3.  
  4. [EmployeeController]->[note:for DEVELOPER ADMIN PERMISSION_AGENT{bg:orange}]
  5. [AbstractUserController]->[EmployeeController]
  6. [EmployeeController]->[LimitedEmployeeController]
  7.  
  8. [LimitedEmployeeController]->[note:All childrens can't edit and superlogin. actionEdit and actionSuperlogin throw exception{bg:orange}]
  9. [LimitedEmployeeController|actionEdit();actionSuperlogin()]
  10.  
  11. [LMSCLEmployee|(for ADMIN_LMS and ADMIN_CALL_LOGIC)]
  12. [LimitedEmployeeController]->[LMSCLEmployee]
  13.  
  14. [EDeliveryEmployee|(for E_DELIVERY_MANAGER)]
  15. [LimitedEmployeeController]->[EDeliveryEmployee]
  16.  
  17. [PBXEmployee|(for PBX_MANAGER)]
  18. [LimitedEmployeeController]->[PBXEmployee]
  19.  
  20. [track::AdminUsersController|(for TRACK_OWNER)]
  21. [LimitedEmployeeController]->[track::AdminUsersController]
  22.  
  23. [AbstractUserController]->[ContractorController]
  24.  
  25. [WebmasterController|getAvailableUserId()]
  26. [ContractorController]->[WebmasterController]
  27.  
  28. [BuyerController|getAvailableUserId()]
  29. [ContractorController]->[BuyerController]
  30.  
  31. [AffiliatesUsersController|getAvailableUserId()]
  32. [ContractorController]->[AffiliatesUsersController]
  33.  
  34. [AdvertisersUsersController|getAvailableUserId()]
  35. [ContractorController]->[AdvertisersUsersController]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement