Class DeletedColumn
java.lang.Object
org.bgerp.plugin.inventoru.model.queue.column.QueueColumn
org.bgerp.plugin.inventoru.model.queue.column.DeletedColumn
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddQuery(StringBuilder selectPart, StringBuilder joinPart) Appends SELECT expression (aliased as col{id}) and optional JOIN to builder parts.Methods inherited from class QueueColumn
getId, getTitle, getType, of
-
Constructor Details
-
DeletedColumn
-
-
Method Details
-
addQuery
Description copied from class:QueueColumnAppends SELECT expression (aliased as col{id}) and optional JOIN to builder parts.- Specified by:
addQueryin classQueueColumn
-