Beispiel #1
0
 protected Cart getSessionCart() {
   return SessionUtil.getCart();
 }
Beispiel #2
0
 protected Account getLoginUser() {
   return SessionUtil.getUser();
 }