| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.api.xml |
| Modifier and Type | Method and Description |
|---|---|
Integer |
BusinessObjectDataDao.getBusinessObjectDataLimitedCountBySearchKey(BusinessObjectDataSearchKey businessObjectDataSearchKey,
Integer recordCountLimit)
Retrieves business object data record count up to to the specified record limit as per business object data search key.
|
List<BusinessObjectData> |
BusinessObjectDataDao.searchBusinessObjectData(BusinessObjectDataSearchKey businessObjectDataSearchKey,
Integer pageNum,
Integer pageSize)
Retrieves a list of business object data per specified business object data search key.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
BusinessObjectDataDaoImpl.getBusinessObjectDataLimitedCountBySearchKey(BusinessObjectDataSearchKey businessObjectDataSearchKey,
Integer recordCountLimit) |
List<BusinessObjectData> |
BusinessObjectDataDaoImpl.searchBusinessObjectData(BusinessObjectDataSearchKey businessObjectDataSearchKey,
Integer pageNum,
Integer pageSize) |
| Modifier and Type | Field and Description |
|---|---|
protected List<BusinessObjectDataSearchKey> |
BusinessObjectDataSearchFilter.businessObjectDataSearchKeys |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataSearchKey |
ObjectFactory.createBusinessObjectDataSearchKey()
Create an instance of
BusinessObjectDataSearchKey |
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectDataSearchKey> |
BusinessObjectDataSearchFilter.getBusinessObjectDataSearchKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataSearchFilter.setBusinessObjectDataSearchKeys(List<BusinessObjectDataSearchKey> businessObjectDataSearchKeys) |
| Constructor and Description |
|---|
BusinessObjectDataSearchFilter(List<BusinessObjectDataSearchKey> businessObjectDataSearchKeys)
Fully-initialising value constructor
|
Copyright © 2021. All rights reserved.