Package org.bgerp.dao.process
Class ProcessLinkSearchDAO
java.lang.Object
ru.bgcrm.dao.CommonDAO
org.bgerp.dao.process.ProcessLinkSearchDAO
Fluent DAO for selection processes by links.
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bgcrm.dao.CommonDAO
CommonDAO.ObjectExtractor<T>, CommonDAO.RecordUpdater<T extends Id>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DynActionForm
User request context for isolations.Fields inherited from class ru.bgcrm.dao.CommonDAO
con, log, SQL_AND, SQL_DELETE, SQL_DELETE_FROM, SQL_DESC, SQL_DISTINCT, SQL_FROM, SQL_GROUP_BY, SQL_INNER_JOIN, SQL_INSERT_IGNORE, SQL_INSERT_INTO, SQL_LEFT_JOIN, SQL_LIMIT, SQL_ON_DUP_KEY_UPDATE, SQL_ORDER_BY, SQL_REPLACE, SQL_SELECT, SQL_SELECT_ALL_FROM, SQL_SELECT_COUNT_ROWS, SQL_SET, SQL_UNION_ALL, SQL_UPDATE, SQL_VALUES, SQL_WHERE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
protected void
Selection order.protected void
order
(PreparedQuery pq) void
Queries processesvoid
searchWithLinkObjectTypes
(Pageable<Pair<Process, String>> result) Queries processes together with link object typeswithLinkObjectId
(int value) Filter by link object ID.withLinkObjectType
(String value) Filter by link object typewithLinkObjectTypeLike
(String value) Filter by link object type using SQL LIKEFilter by process closing date.protected org.bgerp.dao.process.SearchDAO
withStatus
(Set<Integer> values) Filter by process status ID.Filter by process type ID.Methods inherited from class ru.bgcrm.dao.CommonDAO
deleteById, foundRows, getById, getGroupedIds, getGroupedIds, getIds, getIds, getPageLimit, getPeriodSql, lastInsertId, setPeriodParamValue, setRecordCount, update, updateColumn, updateIds, updateIds, updateOrInsert
-
Field Details
-
form
User request context for isolations.
-
-
Constructor Details
-
ProcessLinkSearchDAO
-
ProcessLinkSearchDAO
-
-
Method Details
-
withOpen
Filter by process closing date.- Parameters:
value
-null
- no filter, or process closing date not null.- Returns:
-
withType
Filter by process type ID.- Parameters:
value
-null
or empty - no filter, or set with type IDs.- Returns:
-
order
Selection order.- Parameters:
value
- enum value.- Returns:
-
withLinkObjectType
Filter by link object type- Parameters:
value
- the value- Returns:
-
withLinkObjectTypeLike
Filter by link object type using SQL LIKE- Parameters:
value
- the LIKE pattern- Returns:
-
withLinkObjectId
Filter by link object ID.- Parameters:
value
-- Returns:
-
search
Queries processes- Parameters:
result
- pageable result throws SQLException- Throws:
SQLException
-
searchWithLinkObjectTypes
Queries processes together with link object types- Parameters:
result
- pageable result throws SQLException- Throws:
SQLException
-
withStatus
Filter by process status ID.- Parameters:
values
-null
or empty - no filter, or set with status IDs.- Returns:
-
filterOpen
-
filterType
-
filterStatus
-
order
-