Package org.bgerp.dao.process
Class ProcessSearchDAO
java.lang.Object
ru.bgcrm.dao.CommonDAO
org.bgerp.dao.process.ProcessSearchDAO
- Direct Known Subclasses:
ProcessLinkProcessSearchDAO
Fluent process search DAO.
-
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 DynActionFormUser request context for isolationsprotected StringFields 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_INTO, 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_VALUES_1, SQL_VALUES_2, SQL_VALUES_3, SQL_VALUES_4, SQL_VALUES_5, SQL_WHERE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidSelection order.protected voidorder(PreparedQuery pq) voidQueries processes.withExecutor(Set<Integer> values) Filter by process executorswithIdOrDescriptionLike(String value) SQL LIKE expression for id or description.Filter by process closing dateExcluded process IDswithStatus(Set<Integer> values) Filter by process status IDFilter by process type IDMethods 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 -
executorIds
-
excludeIds
-
idOrDescriptionLike
-
-
Constructor Details
-
ProcessSearchDAO
-
ProcessSearchDAO
-
-
Method Details
-
withOpen
Filter by process closing date- Parameters:
value-null- no filter, or process closing date is not null- Returns:
-
withType
Filter by process type ID- Parameters:
value-nullor empty - no filter, or set with type IDs- Returns:
-
withStatus
Filter by process status ID- Parameters:
values-nullor empty - no filter, or set with status IDs- Returns:
-
withExecutor
Filter by process executors- Parameters:
values-nullor empty - no filter, or set with executor user IDs- Returns:
-
withoutId
Excluded process IDs- Parameters:
values- the process IDs- Returns:
-
withIdOrDescriptionLike
SQL LIKE expression for id or description.- Parameters:
value- the LIKE expression.- Returns:
-
order
Selection order.- Parameters:
value- enum value.- Returns:
-
search
Queries processes.- Parameters:
result- pageable result.- Throws:
SQLException
-
filterOpen
-
filterType
-
filterStatus
-
filterExecutor
-
filterId
-
filterIdOrDescriptionLike
-
order
-