Пример #1
0
 @Bulk
 @CssClass("x-caution")
 public List<OmAssetspec> delete() {
   this.container.removeIfNotAlready(this);
   this.container.informUser("Deleted " + container.titleOf(this));
   return this.assetService.listAllAssetspecs();
 }