public interface FetchTypeDetection
shouldPromptForSearch(PersistencePackage, CriteriaTransferObject) designates whether this fetch
request should be considered empty and instead prompt the user to enter a search term in the listgrid before
retrieving records. This save a wasted default retrieval delay, which could be impactful.| Modifier and Type | Method and Description |
|---|---|
FetchType |
getFetchType(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
boolean |
shouldPromptForSearch(PersistencePackage persistencePackage,
CriteriaTransferObject cto) |
FetchType getFetchType(PersistencePackage persistencePackage, CriteriaTransferObject cto)
boolean shouldPromptForSearch(PersistencePackage persistencePackage, CriteriaTransferObject cto)
Copyright © 2017. All rights reserved.