Uses of Class
com.jbstrap.core.dao.Record
Package
Description
-
Uses of Record in com.jbstrap.core.cache
Modifier and TypeMethodDescriptionMetaCache.createGlobalDataStore
(String name) Create new empty data global data store by the specified nameMetaCache.getGlobalDataStore
(String name) Get the global data store by specified name -
Uses of Record in com.jbstrap.core.dao
Modifier and TypeMethodDescriptionRecord.copy()
Creates a copy of the recordabstract Record
Gets the record, that is specified, by its ID.abstract Record
Gets the record, that is specified, by its ID.Record.getOriginalValueAsRecord
(String attrName) Gets original value of one of the record's attribute's as a Record
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.Record.getValueAsRecord
(String attrName) Gets one of the record's attribute value as a Record
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.Sets the value of a record attribute.Modifier and TypeMethodDescriptionDaoWithDomain.find
(T transaction, Class<?> type, D dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records, according to the specified parameters.StandardDao.find
(T transaction, D dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records, according to the specified parameters.DaoWithDomain.remove
(T transaction, Class<?> type, D dataDescriptor, Client client, List<Record> records) Removes the records, following the specified parameters.Removes the records, following the specified parameters.DaoWithDomain.save
(T transaction, Class<?> type, D dataDescriptor, Client client, List<Record> records) Saves the record(s), with the specified parameters.Saves the record(s), with the specified parameters.Modifier and TypeMethodDescriptionfinal Criteria
boolean
Checks if the specified Record passes the CriteriaModifier and TypeMethodDescriptionDaoWithDomain.remove
(T transaction, Class<?> type, D dataDescriptor, Client client, List<Record> records) Removes the records, following the specified parameters.Removes the records, following the specified parameters.DaoWithDomain.save
(T transaction, Class<?> type, D dataDescriptor, Client client, List<Record> records) Saves the record(s), with the specified parameters.Saves the record(s), with the specified parameters. -
Uses of Record in com.jbstrap.core.dao.base
Modifier and TypeMethodDescriptionstatic Record
JpaDaoAPI.findById
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Object id) Gets the entity based DataDescriptor specified in the parameter by its primary key (ID)static Record
JpaDaoAPI.findById
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Object id) Gets the entity based DataDescriptor specified in the parameter by its primary key (ID)static Record
JpaDaoAPI.findById
(SQLTransaction transaction, Class<?> type, Client client, Object id) Gets the entity specified in the parameter by its primary key (ID)static Record
JpaDaoAPI.findById
(SQLTransaction transaction, Class<?> type, Object id) Gets the entity specified in the parameter by its primary key (ID)static Record
JpaDaoAPI.findById
(JPADataDescriptor dataDescriptor, Client client, Object id) Gets the entity based DataDescriptor specified in the parameter by its primary key (ID)static Record
JpaDaoAPI.findById
(JPADataDescriptor dataDescriptor, Object id) Gets the entity based DataDescriptor specified in the parameter by its primary key (ID)static Record
Gets the entity specified in the parameter by its primary key (ID)static Record
Gets the entity specified in the parameter by its primary key (ID)DefaultFileHandler.processFilesAfterPersist
(List<JBFile> fileList, Record record, String attributeName, Client client) This method is the default handler that runs when the records are successfully persisted to the database.Modifier and TypeMethodDescriptionJpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor) Gets the records of the specified entity based DataDescriptorJpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, int startRow, int endRow, Criteria criteria) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows.JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Criteria criteria) Gets the records of the specified entity based DataDescriptor, that meet the specified criteriaJpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client) Gets the records of the specified entity based DataDescriptorJpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows.JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Criteria criteria) Gets the records of the specified entity based DataDescriptor, that meet the specified criteriaJpaDaoAPI.find
(SQLTransaction transaction, Class<?> type) Gets the records of the specified entityJpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, int startRow, int endRow, Criteria criteria) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Criteria criteria) Gets the records of the specified entity, following the specified parameters.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Criteria criteria, Order... orders) Gets the records of the specified entity, following the specified parameters.Gets the records of the specified entity, following the specified parameters.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Order... orders) Gets the records of the specified entity, following the specified parameters.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client) Gets the records of the specified entityJpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client, int startRow, int endRow, Criteria criteria) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client, Criteria criteria) Gets the records of the specified entity, following the specified parameters.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, List<Order> orders) Gets the records of the specified entity, following the specified parameters.JpaDaoAPI.find
(JPADataDescriptor dataDescriptor) Gets the records of the specified entity based DataDescriptorJpaDaoAPI.find
(JPADataDescriptor dataDescriptor, int startRow, int endRow, Criteria criteria) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows.JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Criteria criteria) Gets the records of the specified entity based DataDescriptor, that meet the specified criteriaJpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client) Gets the records of the specified entity based DataDescriptorJpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows.JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client, Criteria criteria) Gets the records of the specified entity based DataDescriptor, that meet the specified criteriaGets the records of the specified entityGets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.Gets the records of the specified entity, following the specified parameters.Gets the records of the specified entity, following the specified parameters.Gets the records of the specified entity, following the specified parameters.Gets the records of the specified entity, following the specified parameters.Gets the records of the specified entityGets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(Class<?> type, Client client, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(Class<?> type, Client client, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(Class<?> type, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.Gets the records of the specified entity, following the specified parameters.Gets the records of the specified entity, following the specified parameters.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Record record) Removes the record from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Record... records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record record) Removes the record from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record... records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, List<Record> records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, List<Record> records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, Record record) Removes the records from the specified entity.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, Record... records) Removes the records from the specified entity.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, Client client, Record record) Removes the records from the specified entity.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, Client client, Record... records) Removes the records from the specified entity.Removes the records from the specified entity.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, List<Record> records) Removes the records from the specified entity.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Record record) Removes the record from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Record... records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Client client, Record record) Removes the record from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Client client, Record... records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Client client, List<Record> records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, List<Record> records) Removes the records from the specified entity, that is defined by a DataDescriptor.Removes the records from the specified entity.Removes the records from the specified entity.Removes the records from the specified entity.Removes the records from the specified entity.Removes the records from the specified entity.Removes the records from the specified entity.JpaDaoAPI.runNativeSelect
(SQLTransaction transaction, String sql) Runs a native sql query with no parameters By default, field names in returned records are in uppercase.JpaDaoAPI.runNativeSelect
(SQLTransaction transaction, String sql, boolean upperCase) Runs a native sql query with no parametersJpaDaoAPI.runNativeSelect
(SQLTransaction transaction, String sql, boolean upperCase, Object... params) Runs a native sql query with the specified parameters.JpaDaoAPI.runNativeSelect
(SQLTransaction transaction, String sql, Object... params) Runs a native sql query with the specified parameters.JpaDaoAPI.runNativeSelect
(String sql) Runs a native sql query with no parameters By default, field names in returned records are in uppercase.JpaDaoAPI.runNativeSelect
(String sql, boolean upperCase) Runs a native sql query with no parametersJpaDaoAPI.runNativeSelect
(String sql, boolean upperCase, Object... params) Runs a native sql query with the specified parameters.JpaDaoAPI.runNativeSelect
(String sql, Object... params) Runs a native sql query with the specified parameters.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Record record) Saves the record to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Record... records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record record) Saves the record to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record... records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, List<Record> records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, List<Record> records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, Record record) Saves the record to the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, Record... records) Saves the records to the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, Client client, Record record) Saves the record to the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, Client client, Record... records) Saves the records to the specified entity.Saves the records to the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, List<Record> records) Saves the records to the specified entity.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Record record) Saves the record to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Record... records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Client client, Record record) Saves the record to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Client client, Record... records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Client client, List<Record> records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, List<Record> records) Saves the records to the specified entity, that is defined by a DataDescriptor.Saves the record to the specified entity.Saves the records to the specified entity.Saves the record to the specified entity.Saves the records to the specified entity.Saves the records to the specified entity.Saves the records to the specified entity.Modifier and TypeMethodDescriptionGets the files from the record, based on the specified metadata.static Object
JpaDaoAPI.getPrimaryKey
(Record record) Gets the value of the primary key from the specified record.DefaultFileHandler.processFilesAfterPersist
(List<JBFile> fileList, Record record, String attributeName, Client client) This method is the default handler that runs when the records are successfully persisted to the database.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Record record) Removes the record from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Record... records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record record) Removes the record from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record... records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, Record record) Removes the records from the specified entity.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, Record... records) Removes the records from the specified entity.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, Client client, Record record) Removes the records from the specified entity.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, Client client, Record... records) Removes the records from the specified entity.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Record record) Removes the record from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Record... records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Client client, Record record) Removes the record from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Client client, Record... records) Removes the records from the specified entity, that is defined by a DataDescriptor.Removes the records from the specified entity.Removes the records from the specified entity.Removes the records from the specified entity.Removes the records from the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Record record) Saves the record to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Record... records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record record) Saves the record to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record... records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, Record record) Saves the record to the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, Record... records) Saves the records to the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, Client client, Record record) Saves the record to the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, Client client, Record... records) Saves the records to the specified entity.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Record record) Saves the record to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Record... records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Client client, Record record) Saves the record to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Client client, Record... records) Saves the records to the specified entity, that is defined by a DataDescriptor.Saves the record to the specified entity.Saves the records to the specified entity.Saves the record to the specified entity.Saves the records to the specified entity.Modifier and TypeMethodDescriptionJpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, List<Record> records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, List<Record> records) Removes the records from the specified entity, that is defined by a DataDescriptor.Removes the records from the specified entity.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, List<Record> records) Removes the records from the specified entity.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Client client, List<Record> records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, List<Record> records) Removes the records from the specified entity, that is defined by a DataDescriptor.Removes the records from the specified entity.Removes the records from the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, List<Record> records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, List<Record> records) Saves the records to the specified entity, that is defined by a DataDescriptor.Saves the records to the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, List<Record> records) Saves the records to the specified entity.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Client client, List<Record> records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, List<Record> records) Saves the records to the specified entity, that is defined by a DataDescriptor.Saves the records to the specified entity.Saves the records to the specified entity. -
Uses of Record in com.jbstrap.core.data
-
Uses of Record in com.jbstrap.core.data.export
-
Uses of Record in com.jbstrap.core.event
Modifier and TypeMethodDescriptionChartClickEvent.getRecord()
Gets the record the user clicked onModifier and TypeMethodDescriptionChartLassoEvent.getAllRecords()
Gets all selected records.ChartLassoEvent.getRecordsBySeries
(String seriesName) Gets all records in the specified series.Modifier and TypeMethodDescriptionprotected ChartLassoEvent
ChartLassoEvent.addRecords
(Series series, List<Record> records) Adds a selected record to the event. -
Uses of Record in com.jbstrap.core.interfaces
Modifier and TypeMethodDescriptionFileHandler.processFilesAfterPersist
(List<JBFile> fileList, Record record, String attributeName, Client client) If a field in the record is of the file type, this method is called for the specific field after the record is persisted to the database.FileHandler.processFilesBeforePersist
(List<JBFile> fileList, Record record, String attributeName, Client client) If a field in the record is of the file type, this method is called for the specific field before the record is persisted to the database.Modifier and TypeMethodDescriptionIf a field in the record is of the file type, this method is called.FileHandler.processFilesAfterPersist
(List<JBFile> fileList, Record record, String attributeName, Client client) If a field in the record is of the file type, this method is called for the specific field after the record is persisted to the database.FileHandler.processFilesBeforePersist
(List<JBFile> fileList, Record record, String attributeName, Client client) If a field in the record is of the file type, this method is called for the specific field before the record is persisted to the database. -
Uses of Record in com.jbstrap.core.meta
Modifier and TypeMethodDescriptionGets a DataDescriptor record, using the specified ID.Gets a DataDescriptor record, using the specified ID.abstract Record
Fetches a record from the database using the record’s unique ID.Gets a DataDescriptor record, using the specified ID.Gets a DataDescriptor record, using the specified ID.InMemoryDataDescriptor.findById
(NoTransaction transaction, Client client, Object... id) Fetches a record from the database using the record’s unique ID.JPADataDescriptor.findById
(SQLTransaction transaction, Client client, Object... id) Fetches a record from the database using the record’s unique ID.SQLDataDescriptor.findById
(SQLTransaction transaction, Client client, Object... id) Fetches a record from the database using the record’s unique ID.Modifier and TypeMethodDescriptionBaseDataDescriptor.find()
Queries the DataDescriptor data synchronously.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rowsQueries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, ordered.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Queries the DataDescriptor data synchronously, that meet the specified criteriaQueries the DataDescriptor data synchronously.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rowsQueries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, ordered.BaseDataDescriptor.find
(Client client, int startRow, int endRow, Criteria criteria, Order... orders) Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.BaseDataDescriptor.find
(Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Queries the DataDescriptor data synchronously, that meet the specified criteriaBaseDataDescriptor.find
(T transaction, Client client, Criteria criteria, List<Order> orders, int startRow, int endRow) Initiates a query by using the DataDescriptor.DataDescriptor.find()
Queries the DataDescriptor data synchronously.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rowsQueries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, ordered.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Queries the DataDescriptor data synchronously, that meet the specified criteriaQueries the DataDescriptor data synchronously.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rowsQueries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, ordered.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Queries the DataDescriptor data synchronously, that meet the specified criteriaInMemoryDataDescriptor.find
(NoTransaction transaction, Client client, Criteria criteria, List<Order> orders, int startRow, int endRow) Initiates a query by using the DataDescriptor.JPADataDescriptor.find
(SQLTransaction transaction, Client client, Criteria criteria, List<Order> orders, int startRow, int endRow) Initiates a query by using the DataDescriptor.SQLDataDescriptor.find
(SQLTransaction transaction, Client client, Criteria criteria, List<Order> orders, int startRow, int endRow) Initiates a query by using the DataDescriptor.Removes a record from the DataDescriptorRemoves a record from the DataDescriptorBaseDataDescriptor.remove
(Record record, Client client, Transaction transaction) Removes a record from the DataDescriptor, within the specified transaction.Removes multiple records from the DataDescriptorBaseDataDescriptor.remove
(List<Record> records, Client client, Transaction transaction) Removes multiple records from the DataDescriptor within the specified transactionInitiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.Removes a record from the DataDescriptorRemoves a record from the DataDescriptorDataDescriptor.remove
(Record record, Client client, Transaction transaction) Removes a record from the DataDescriptor, within the specified transaction.Removes multiple records from the DataDescriptorDataDescriptor.remove
(List<Record> records, Client client, Transaction transaction) Removes multiple records from the DataDescriptor within the specified transactionInMemoryDataDescriptor.remove
(NoTransaction transaction, Client client, List<Record> records) Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.JPADataDescriptor.remove
(SQLTransaction transaction, Client client, List<Record> records) Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.SQLDataDescriptor.remove
(SQLTransaction transaction, Client client, List<Record> records) Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.Saves a record to the DataDescriptor.Saves a record to the DataDescriptor.BaseDataDescriptor.save
(Record record, Client client, Transaction transaction) Saves a record to the DataDescriptor, within the specified database transaction.Saves multiple records to the DataDescriptor.BaseDataDescriptor.save
(List<Record> records, Client client, Transaction transaction) Saves multiple records to the DataDescriptor.Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.Saves a record to the DataDescriptor.Saves a record to the DataDescriptor.DataDescriptor.save
(Record record, Client client, Transaction transaction) Saves a record to the DataDescriptor, within the specified database transaction.Saves multiple records to the DataDescriptor.DataDescriptor.save
(List<Record> records, Client client, Transaction transaction) Saves multiple records to the DataDescriptor.InMemoryDataDescriptor.save
(NoTransaction transaction, Client client, List<Record> records) Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.JPADataDescriptor.save
(SQLTransaction transaction, Client client, List<Record> records) Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.SQLDataDescriptor.save
(SQLTransaction transaction, Client client, List<Record> records) Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.Modifier and TypeMethodDescriptionRemoves a record from the DataDescriptorRemoves a record from the DataDescriptorBaseDataDescriptor.remove
(Record record, Client client, Transaction transaction) Removes a record from the DataDescriptor, within the specified transaction.void
BaseDataDescriptor.remove
(Record record, Client client, DataDescriptorCallback callback) Removes a record asynchronously from the DataDescriptorvoid
BaseDataDescriptor.remove
(Record record, Client client, DataDescriptorCallback callback, Transaction transaction) Removes a record asynchronously from the DataDescriptor, within the specified transactionRemoves a record from the DataDescriptorRemoves a record from the DataDescriptorDataDescriptor.remove
(Record record, Client client, Transaction transaction) Removes a record from the DataDescriptor, within the specified transaction.void
DataDescriptor.remove
(Record record, Client client, DataDescriptorCallback callback) Removes a record asynchronously from the DataDescriptorvoid
DataDescriptor.remove
(Record record, Client client, DataDescriptorCallback callback, Transaction transaction) Removes a record asynchronously from the DataDescriptor, within the specified transactionSaves a record to the DataDescriptor.Saves a record to the DataDescriptor.BaseDataDescriptor.save
(Record record, Client client, Transaction transaction) Saves a record to the DataDescriptor, within the specified database transaction.void
BaseDataDescriptor.save
(Record record, Client client, DataDescriptorCallback callback) Saves a record asynchronously to the database.void
BaseDataDescriptor.save
(Record record, Client client, DataDescriptorCallback callback, Transaction transaction) Saves a record asynchronously to the database, within the specified database transaction.Saves a record to the DataDescriptor.Saves a record to the DataDescriptor.DataDescriptor.save
(Record record, Client client, Transaction transaction) Saves a record to the DataDescriptor, within the specified database transaction.void
DataDescriptor.save
(Record record, Client client, DataDescriptorCallback callback) Saves a record asynchronously to the database.void
DataDescriptor.save
(Record record, Client client, DataDescriptorCallback callback, Transaction transaction) Saves a record asynchronously to the database, within the specified database transaction.Modifier and TypeMethodDescriptionRemoves multiple records from the DataDescriptorBaseDataDescriptor.remove
(List<Record> records, Client client, Transaction transaction) Removes multiple records from the DataDescriptor within the specified transactionvoid
BaseDataDescriptor.remove
(List<Record> records, Client client, DataDescriptorCallback callback) Removes multiple records asynchronously from the DataDescriptorvoid
BaseDataDescriptor.remove
(List<Record> records, Client client, DataDescriptorCallback callback, Transaction transaction) Removes multiple records asynchronously from the DataDescriptor, within the specified transactionInitiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.Removes multiple records from the DataDescriptorDataDescriptor.remove
(List<Record> records, Client client, Transaction transaction) Removes multiple records from the DataDescriptor within the specified transactionvoid
DataDescriptor.remove
(List<Record> records, Client client, DataDescriptorCallback callback) Removes multiple records asynchronously from the DataDescriptorvoid
DataDescriptor.remove
(List<Record> records, Client client, DataDescriptorCallback callback, Transaction transaction) Removes multiple records asynchronously from the DataDescriptor, within the specified transactionInMemoryDataDescriptor.remove
(NoTransaction transaction, Client client, List<Record> records) Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.JPADataDescriptor.remove
(SQLTransaction transaction, Client client, List<Record> records) Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.SQLDataDescriptor.remove
(SQLTransaction transaction, Client client, List<Record> records) Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.Saves multiple records to the DataDescriptor.BaseDataDescriptor.save
(List<Record> records, Client client, Transaction transaction) Saves multiple records to the DataDescriptor.void
BaseDataDescriptor.save
(List<Record> records, Client client, DataDescriptorCallback callback) Saves a record asynchronously to the database, within the specified database transaction.void
BaseDataDescriptor.save
(List<Record> records, Client client, DataDescriptorCallback callback, Transaction transaction) Saves multiple records asynchronously to the DataDescriptor, within the specified database transaction.Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.Saves multiple records to the DataDescriptor.DataDescriptor.save
(List<Record> records, Client client, Transaction transaction) Saves multiple records to the DataDescriptor.void
DataDescriptor.save
(List<Record> records, Client client, DataDescriptorCallback callback) Saves a record asynchronously to the database, within the specified database transaction.void
DataDescriptor.save
(List<Record> records, Client client, DataDescriptorCallback callback, Transaction transaction) Saves multiple records asynchronously to the DataDescriptor, within the specified database transaction.InMemoryDataDescriptor.save
(NoTransaction transaction, Client client, List<Record> records) Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.JPADataDescriptor.save
(SQLTransaction transaction, Client client, List<Record> records) Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.SQLDataDescriptor.save
(SQLTransaction transaction, Client client, List<Record> records) Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor. -
Uses of Record in com.jbstrap.core.meta.interfaces
Modifier and TypeMethodDescriptionCalculateColumnValue.calculateValue
(Record rec, CurrentUser user) The method that calculates the column value -
Uses of Record in com.jbstrap.ui
-
Uses of Record in com.jbstrap.ui.components.activitystream
-
Uses of Record in com.jbstrap.ui.components.calendar
Modifier and TypeMethodDescriptionSchedule.getRecord()
Gets the scheduled event's database recordModifier and TypeMethodDescriptionModifier and TypeMethodDescriptionAdds a record to the component.protected Schedule
Sets the Scheduled Event's database recordvoid
ScheduleFromRecordSettings.setScheduleFromRecord
(Schedule schedule, Record record) The schedule creator method. -
Uses of Record in com.jbstrap.ui.components.charts
-
Uses of Record in com.jbstrap.ui.components.form
Modifier and TypeMethodDescriptionfinal Record
Form.getRecord()
Gets the current state of the record that is being edited on the formForm.save()
Saves the form's current state to the databaseForm.save
(Transaction transaction) Saves the form within the specified database transactionModifier and TypeMethodDescriptionForm.editRecord
(Record record) Starts the editing of the specified record in the form component.void
FormChangeHandler.onFormChanged
(Form form, FormItem<?, ?> changedItem, Record record) The method is called when any field's value is changed on theForm
, or if a new record is loaded to the form.boolean
Checks the validity of a form. -
Uses of Record in com.jbstrap.ui.components.form.items
-
Uses of Record in com.jbstrap.ui.components.listgrid
Modifier and TypeMethodDescriptionListGridRow.getOriginalRecord()
Gets the original record in the list grid row.ListGridRow.getRecord()
Gets the record in the list grid row.Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionfinal ListGrid
Adds a new record to the list grid.final ListGrid
Sets the list grid row record.Modifies a row in the grid.Modifier and TypeMethodDescriptionfinal ListGrid
ListGrid.addRecords
(List<Record> records) Adds multiple records to the grid.final ListGrid
ListGrid.addRecords
(List<Record> records, boolean persisted) ModifierConstructorDescriptionprotected
ListGridRow
(ListGrid parentGrid, List<ListGridColumn> columns, Record record) -
Uses of Record in com.jbstrap.ui.components.listgrid.interfaces
Modifier and TypeMethodDescriptionComponent<?>
ListGridCellRenderer.onRendering
(String columnName, Object data, Record record) Performs cell rendering. -
Uses of Record in com.jbstrap.ui.components.sparkline
-
Uses of Record in com.jbstrap.ui.components.timeline
-
Uses of Record in com.jbstrap.ui.components.treeview
-
Uses of Record in com.jbstrap.ui.components.treeview.interfaces
Modifier and TypeMethodDescriptionTreeviewNodeCreator.createItem
(Record record) The treeview node rendering process. -
Uses of Record in com.jbstrap.ui.interfaces
Modifier and TypeMethodDescriptionIf a component implements theFetchable
interface, a custom query can be initiated.Modifier and TypeMethodDescriptionActivityStreamItemCreator.createItem
(Record record) Creates an activity stream item from the database record in the specified parameter.TimelineItemCreator.createItem
(Record record) Creates a timeline item from the database record in the specified parameter.