Example #1
0
 protected BasketItem(INetworkLink link) {
   super(
       link,
       NetworkLibrary.resource().getResource("basket").getValue(),
       NetworkLibrary.resource().getResource("basketSummaryEmpty").getValue(),
       new UrlInfoCollection<UrlInfo>(),
       Accessibility.ALWAYS,
       FLAGS_DEFAULT & ~FLAGS_GROUP);
   myBooksInBasketOption = new ZLStringListOption(Link.getSiteName(), "Basket", null);
 }
Example #2
0
 @Override
 public String getStringId() {
   return "@Basket:" + Link.getSiteName();
 }