Class DeletedColumn

java.lang.Object
org.bgerp.plugin.inventory.model.queue.column.StoreQueueColumn
org.bgerp.plugin.inventory.model.queue.column.DeletedColumn

public class DeletedColumn extends StoreQueueColumn
Column: whether the store is soft-deleted (t.deleted_at IS NOT NULL). SQL yields "1"/"0"; the JSP renders it localized (see store_queue_show.jsp).
  • Constructor Details

    • DeletedColumn

      public DeletedColumn(int id, String title)
  • Method Details