Class JoinedTitleColumn
java.lang.Object
org.bgerp.plugin.inventoru.model.queue.column.QueueColumn
org.bgerp.plugin.inventoru.model.queue.column.JoinedTitleColumn
Column showing the title of what a foreign key points at — the item of a movement, the
warehouse it happened on, the manufacturer of a model. A bare id in a list tells the reader
nothing, and every such column is the same join with different names.
-
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
-
JoinedTitleColumn
-
-
Method Details
-
addQuery
Description copied from class:QueueColumnAppends SELECT expression (aliased as col{id}) and optional JOIN to builder parts.- Specified by:
addQueryin classQueueColumn
-