Modifier and Type | Method and Description |
---|---|
Search |
Search.addOrderBy(String propertyName)
Adds an "order by" clause for the search with default ascending order.
|
Search |
Search.addOrderBy(String propertyName,
boolean descending)
Adds an "order by" clause for the search.
|
Search |
Search.addOrderBy(String propertyName,
int order)
Adds an "order by" clause for the search.
|
Search |
Search.addSearchParameter(SearchParameter searchParameter)
Adds a search parameter to the search.
|
Search |
Search.setEagerFetching(boolean eagerFetchingIn)
Sets whether or not eager fetching is enabled (if it is enabled, all associations
queried will be fetched eagerly).
|
Search |
Search.setPageNumber(int pageNumberIn)
Sets the page number (if paging the results).
|
Search |
Search.setPageSize(int pageSizeIn)
Sets the size of the page (if paging the results).
|
Search |
Search.setParameters(SearchParameter[] parametersIn)
Sets the search parameters for this search object.
|
Search |
Search.setUseSqlLimiting(boolean useSqlPaging)
Sets whether or not to use sql limiting (if paging is being used).
|
Constructor and Description |
---|
PropertySearch(Session session,
Class entityType,
Search searchIn)
Constructor for PropertySearch.
|
Modifier and Type | Method and Description |
---|---|
PaginationResult |
StrategyDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
StrategyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
StrategyDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
StrategyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ReferenceTaxonStrategyDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ReferenceTaxonStrategyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ReferenceTaxonStrategyDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ReferenceTaxonStrategyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProgramPrivilegeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProgramPrivilegeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProgramPrivilegeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProgramPrivilegeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProgramDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProgramDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProgramDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProgramDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Program2PersonExceptionDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
Program2PersonExceptionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Program2PersonExceptionDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
Program2PersonExceptionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Program2PersonDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
Program2PersonDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Program2PersonDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
Program2PersonDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Program2DepartmentDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
Program2DepartmentDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Program2DepartmentDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
Program2DepartmentDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PmfmStrategyDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PmfmStrategyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PmfmStrategyDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PmfmStrategyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PmfmAppliedStrategyDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PmfmAppliedStrategyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PmfmAppliedStrategyDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PmfmAppliedStrategyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchModelAppliedStrategyDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchModelAppliedStrategyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchModelAppliedStrategyDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchModelAppliedStrategyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedStrategyDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedStrategyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedStrategyDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedStrategyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedPeriodDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedPeriodDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedPeriodDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedPeriodDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AcquisitionLevelDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AcquisitionLevelDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AcquisitionLevelDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AcquisitionLevelDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
StrategyDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
StrategyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
StrategyDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
StrategyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ReferenceTaxonStrategyDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ReferenceTaxonStrategyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ReferenceTaxonStrategyDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ReferenceTaxonStrategyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProgramPrivilegeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProgramPrivilegeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProgramPrivilegeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProgramPrivilegeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProgramDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProgramDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProgramDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProgramDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Program2PersonExceptionDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
Program2PersonExceptionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Program2PersonExceptionDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
Program2PersonExceptionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Program2PersonDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
Program2PersonDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Program2PersonDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
Program2PersonDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Program2DepartmentDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
Program2DepartmentDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Program2DepartmentDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
Program2DepartmentDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PmfmStrategyDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PmfmStrategyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PmfmStrategyDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PmfmStrategyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PmfmAppliedStrategyDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PmfmAppliedStrategyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PmfmAppliedStrategyDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PmfmAppliedStrategyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchModelAppliedStrategyDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchModelAppliedStrategyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchModelAppliedStrategyDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchModelAppliedStrategyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedStrategyDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedStrategyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedStrategyDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedStrategyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedPeriodDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedPeriodDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedPeriodDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedPeriodDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AcquisitionLevelDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AcquisitionLevelDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AcquisitionLevelDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AcquisitionLevelDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
StrategyDaoBase.search(int transform,
Search search)
Does the same thing as
StrategyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
StrategyDao.search(int transform,
Search search)
Does the same thing as
StrategyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ReferenceTaxonStrategyDaoBase.search(int transform,
Search search)
Does the same thing as
ReferenceTaxonStrategyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ReferenceTaxonStrategyDao.search(int transform,
Search search)
Does the same thing as
ReferenceTaxonStrategyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProgramPrivilegeDaoBase.search(int transform,
Search search)
Does the same thing as
ProgramPrivilegeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProgramPrivilegeDao.search(int transform,
Search search)
Does the same thing as
ProgramPrivilegeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProgramDaoBase.search(int transform,
Search search)
Does the same thing as
ProgramDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProgramDao.search(int transform,
Search search)
Does the same thing as
ProgramDao.search(Search) but with an
additional flag called transform . |
Set<?> |
Program2PersonExceptionDaoBase.search(int transform,
Search search)
Does the same thing as
Program2PersonExceptionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
Program2PersonExceptionDao.search(int transform,
Search search)
Does the same thing as
Program2PersonExceptionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
Program2PersonDaoBase.search(int transform,
Search search)
Does the same thing as
Program2PersonDao.search(Search) but with an
additional flag called transform . |
Set<?> |
Program2PersonDao.search(int transform,
Search search)
Does the same thing as
Program2PersonDao.search(Search) but with an
additional flag called transform . |
Set<?> |
Program2DepartmentDaoBase.search(int transform,
Search search)
Does the same thing as
Program2DepartmentDao.search(Search) but with an
additional flag called transform . |
Set<?> |
Program2DepartmentDao.search(int transform,
Search search)
Does the same thing as
Program2DepartmentDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PmfmStrategyDaoBase.search(int transform,
Search search)
Does the same thing as
PmfmStrategyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PmfmStrategyDao.search(int transform,
Search search)
Does the same thing as
PmfmStrategyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PmfmAppliedStrategyDaoBase.search(int transform,
Search search)
Does the same thing as
PmfmAppliedStrategyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PmfmAppliedStrategyDao.search(int transform,
Search search)
Does the same thing as
PmfmAppliedStrategyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
BatchModelAppliedStrategyDaoBase.search(int transform,
Search search)
Does the same thing as
BatchModelAppliedStrategyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
BatchModelAppliedStrategyDao.search(int transform,
Search search)
Does the same thing as
BatchModelAppliedStrategyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AppliedStrategyDaoBase.search(int transform,
Search search)
Does the same thing as
AppliedStrategyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AppliedStrategyDao.search(int transform,
Search search)
Does the same thing as
AppliedStrategyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AppliedPeriodDaoBase.search(int transform,
Search search)
Does the same thing as
AppliedPeriodDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AppliedPeriodDao.search(int transform,
Search search)
Does the same thing as
AppliedPeriodDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AcquisitionLevelDaoBase.search(int transform,
Search search)
Does the same thing as
AcquisitionLevelDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AcquisitionLevelDao.search(int transform,
Search search)
Does the same thing as
AcquisitionLevelDao.search(Search) but with an
additional flag called transform . |
Set<Strategy> |
StrategyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Strategy> |
StrategyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ReferenceTaxonStrategy> |
ReferenceTaxonStrategyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ReferenceTaxonStrategy> |
ReferenceTaxonStrategyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ProgramPrivilege> |
ProgramPrivilegeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ProgramPrivilege> |
ProgramPrivilegeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Program> |
ProgramDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Program> |
ProgramDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Program2PersonException> |
Program2PersonExceptionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Program2PersonException> |
Program2PersonExceptionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Program2Person> |
Program2PersonDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Program2Person> |
Program2PersonDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Program2Department> |
Program2DepartmentDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Program2Department> |
Program2DepartmentDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PmfmStrategy> |
PmfmStrategyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PmfmStrategy> |
PmfmStrategyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PmfmAppliedStrategy> |
PmfmAppliedStrategyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PmfmAppliedStrategy> |
PmfmAppliedStrategyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AppliedStrategy> |
AppliedStrategyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AppliedStrategy> |
AppliedStrategyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AppliedPeriod> |
AppliedPeriodDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AppliedPeriod> |
AppliedPeriodDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AcquisitionLevel> |
AcquisitionLevelDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AcquisitionLevel> |
AcquisitionLevelDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
VesselManagePeriodDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselManagePeriodDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselManagePeriodDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
VesselManagePeriodDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UserProfilDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
UserProfilDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UserProfilDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
UserProfilDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PersonSessionVesselDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PersonSessionVesselDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PersonSessionVesselDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PersonSessionVesselDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PersonSessionDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PersonSessionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PersonSessionDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PersonSessionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PersonDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PersonDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PersonDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PersonDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ManagedDataTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ManagedDataTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ManagedDataTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
ManagedDataTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ManagedDataTransferDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ManagedDataTransferDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ManagedDataTransferDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
ManagedDataTransferDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ManagedDataDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ManagedDataDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ManagedDataDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
ManagedDataDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepartmentPrivilegeTransfertDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DepartmentPrivilegeTransfertDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepartmentPrivilegeTransfertDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
DepartmentPrivilegeTransfertDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepartmentDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DepartmentDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepartmentDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DepartmentDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselManagePeriodDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselManagePeriodDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselManagePeriodDao.search(int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
VesselManagePeriodDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UserProfilDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
UserProfilDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UserProfilDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
UserProfilDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PersonSessionVesselDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PersonSessionVesselDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PersonSessionVesselDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PersonSessionVesselDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PersonSessionDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PersonSessionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PersonSessionDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PersonSessionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PersonDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PersonDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PersonDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PersonDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ManagedDataTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ManagedDataTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ManagedDataTypeDao.search(int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
ManagedDataTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ManagedDataTransferDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ManagedDataTransferDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ManagedDataTransferDao.search(int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
ManagedDataTransferDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ManagedDataDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ManagedDataDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ManagedDataDao.search(int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
ManagedDataDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepartmentPrivilegeTransfertDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DepartmentPrivilegeTransfertDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepartmentPrivilegeTransfertDao.search(int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
DepartmentPrivilegeTransfertDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepartmentDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DepartmentDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepartmentDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DepartmentDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
VesselManagePeriodDaoBase.search(int transform,
Search search)
Does the same thing as
VesselManagePeriodDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselManagePeriodDao.search(int transform,
Search search)
Deprecated.
Does the same thing as
VesselManagePeriodDao.search(Search) but with an
additional flag called transform . |
Set<?> |
UserProfilDaoBase.search(int transform,
Search search)
Does the same thing as
UserProfilDao.search(Search) but with an
additional flag called transform . |
Set<?> |
UserProfilDao.search(int transform,
Search search)
Does the same thing as
UserProfilDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PersonSessionVesselDaoBase.search(int transform,
Search search)
Does the same thing as
PersonSessionVesselDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PersonSessionVesselDao.search(int transform,
Search search)
Does the same thing as
PersonSessionVesselDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PersonSessionDaoBase.search(int transform,
Search search)
Does the same thing as
PersonSessionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PersonSessionDao.search(int transform,
Search search)
Does the same thing as
PersonSessionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PersonDaoBase.search(int transform,
Search search)
Does the same thing as
PersonDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PersonDao.search(int transform,
Search search)
Does the same thing as
PersonDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ManagedDataTypeDaoBase.search(int transform,
Search search)
Does the same thing as
ManagedDataTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ManagedDataTypeDao.search(int transform,
Search search)
Deprecated.
Does the same thing as
ManagedDataTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ManagedDataTransferDaoBase.search(int transform,
Search search)
Does the same thing as
ManagedDataTransferDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ManagedDataTransferDao.search(int transform,
Search search)
Deprecated.
Does the same thing as
ManagedDataTransferDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ManagedDataDaoBase.search(int transform,
Search search)
Does the same thing as
ManagedDataDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ManagedDataDao.search(int transform,
Search search)
Deprecated.
Does the same thing as
ManagedDataDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DepartmentPrivilegeTransfertDaoBase.search(int transform,
Search search)
Does the same thing as
DepartmentPrivilegeTransfertDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DepartmentPrivilegeTransfertDao.search(int transform,
Search search)
Deprecated.
Does the same thing as
DepartmentPrivilegeTransfertDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DepartmentDaoBase.search(int transform,
Search search)
Does the same thing as
DepartmentDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DepartmentDao.search(int transform,
Search search)
Does the same thing as
DepartmentDao.search(Search) but with an
additional flag called transform . |
Set<VesselManagePeriod> |
VesselManagePeriodDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselManagePeriod> |
VesselManagePeriodDao.search(Search search)
Deprecated.
Performs a search using the parameters specified in the given
search object. |
Set<UserProfil> |
UserProfilDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<UserProfil> |
UserProfilDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PersonSessionVessel> |
PersonSessionVesselDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PersonSessionVessel> |
PersonSessionVesselDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PersonSession> |
PersonSessionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PersonSession> |
PersonSessionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Person> |
PersonDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Person> |
PersonDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ManagedDataType> |
ManagedDataTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ManagedDataType> |
ManagedDataTypeDao.search(Search search)
Deprecated.
Performs a search using the parameters specified in the given
search object. |
Set<ManagedDataTransfer> |
ManagedDataTransferDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ManagedDataTransfer> |
ManagedDataTransferDao.search(Search search)
Deprecated.
Performs a search using the parameters specified in the given
search object. |
Set<ManagedData> |
ManagedDataDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ManagedData> |
ManagedDataDao.search(Search search)
Deprecated.
Performs a search using the parameters specified in the given
search object. |
Set<DepartmentPrivilegeTransfert> |
DepartmentPrivilegeTransfertDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DepartmentPrivilegeTransfert> |
DepartmentPrivilegeTransfertDao.search(Search search)
Deprecated.
Performs a search using the parameters specified in the given
search object. |
Set<Department> |
DepartmentDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Department> |
DepartmentDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
AgeReaderQualificationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AgeReaderQualificationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AgeReaderQualificationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AgeReaderQualificationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AgeReaderQualificationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AgeReaderQualificationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AgeReaderQualificationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AgeReaderQualificationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
AgeReaderQualificationDaoBase.search(int transform,
Search search)
Does the same thing as
AgeReaderQualificationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AgeReaderQualificationDao.search(int transform,
Search search)
Does the same thing as
AgeReaderQualificationDao.search(Search) but with an
additional flag called transform . |
Set<AgeReaderQualification> |
AgeReaderQualificationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AgeReaderQualification> |
AgeReaderQualificationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
SortingBatchDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SortingBatchDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SortingBatchDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SortingBatchDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CatchBatchDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
CatchBatchDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CatchBatchDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
CatchBatchDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchModelDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchModelDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchModelDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchModelDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchExhaustiveInventoryDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchExhaustiveInventoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchExhaustiveInventoryDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchExhaustiveInventoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SortingBatchDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SortingBatchDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SortingBatchDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SortingBatchDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CatchBatchDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
CatchBatchDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CatchBatchDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
CatchBatchDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchModelDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchModelDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchModelDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchModelDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchExhaustiveInventoryDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchExhaustiveInventoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchExhaustiveInventoryDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchExhaustiveInventoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BatchDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
BatchDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
SortingBatchDaoBase.search(int transform,
Search search)
Does the same thing as
SortingBatchDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SortingBatchDao.search(int transform,
Search search)
Does the same thing as
SortingBatchDao.search(Search) but with an
additional flag called transform . |
Set<?> |
CatchBatchDaoBase.search(int transform,
Search search)
Does the same thing as
CatchBatchDao.search(Search) but with an
additional flag called transform . |
Set<?> |
CatchBatchDao.search(int transform,
Search search)
Does the same thing as
CatchBatchDao.search(Search) but with an
additional flag called transform . |
Set<?> |
BatchModelDaoBase.search(int transform,
Search search)
Does the same thing as
BatchModelDao.search(Search) but with an
additional flag called transform . |
Set<?> |
BatchModelDao.search(int transform,
Search search)
Does the same thing as
BatchModelDao.search(Search) but with an
additional flag called transform . |
Set<?> |
BatchExhaustiveInventoryDaoBase.search(int transform,
Search search)
Does the same thing as
BatchExhaustiveInventoryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
BatchExhaustiveInventoryDao.search(int transform,
Search search)
Does the same thing as
BatchExhaustiveInventoryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
BatchDaoBase.search(int transform,
Search search)
Does the same thing as
BatchDao.search(Search) but with an
additional flag called transform . |
Set<?> |
BatchDao.search(int transform,
Search search)
Does the same thing as
BatchDao.search(Search) but with an
additional flag called transform . |
Set<SortingBatch> |
SortingBatchDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SortingBatch> |
SortingBatchDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<CatchBatch> |
CatchBatchDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<CatchBatch> |
CatchBatchDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<BatchModel> |
BatchModelDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<BatchModel> |
BatchModelDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<BatchExhaustiveInventory> |
BatchExhaustiveInventoryDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<BatchExhaustiveInventory> |
BatchExhaustiveInventoryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Batch> |
BatchDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Batch> |
BatchDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
DenormalizedBatchDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedBatchDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalizedBatchDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedBatchDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalisedBatchSortingValueDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalisedBatchSortingValueDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalisedBatchSortingValueDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalisedBatchSortingValueDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalizedBatchDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedBatchDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalizedBatchDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedBatchDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalisedBatchSortingValueDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalisedBatchSortingValueDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalisedBatchSortingValueDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalisedBatchSortingValueDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
DenormalizedBatchDaoBase.search(int transform,
Search search)
Does the same thing as
DenormalizedBatchDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DenormalizedBatchDao.search(int transform,
Search search)
Does the same thing as
DenormalizedBatchDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DenormalisedBatchSortingValueDaoBase.search(int transform,
Search search)
Does the same thing as
DenormalisedBatchSortingValueDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DenormalisedBatchSortingValueDao.search(int transform,
Search search)
Does the same thing as
DenormalisedBatchSortingValueDao.search(Search) but with an
additional flag called transform . |
Set<DenormalizedBatch> |
DenormalizedBatchDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DenormalizedBatch> |
DenormalizedBatchDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DenormalisedBatchSortingValue> |
DenormalisedBatchSortingValueDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DenormalisedBatchSortingValue> |
DenormalisedBatchSortingValueDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
FishingAreaDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingAreaDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingAreaDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingAreaDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingArea2RegulationLocationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingArea2RegulationLocationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingArea2RegulationLocationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingArea2RegulationLocationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingArea2ManagedLocationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingArea2ManagedLocationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingArea2ManagedLocationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingArea2ManagedLocationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingAreaDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingAreaDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingAreaDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingAreaDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingArea2RegulationLocationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingArea2RegulationLocationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingArea2RegulationLocationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingArea2RegulationLocationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingArea2ManagedLocationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingArea2ManagedLocationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingArea2ManagedLocationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingArea2ManagedLocationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
FishingAreaDaoBase.search(int transform,
Search search)
Does the same thing as
FishingAreaDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FishingAreaDao.search(int transform,
Search search)
Does the same thing as
FishingAreaDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FishingArea2RegulationLocationDaoBase.search(int transform,
Search search)
Does the same thing as
FishingArea2RegulationLocationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FishingArea2RegulationLocationDao.search(int transform,
Search search)
Does the same thing as
FishingArea2RegulationLocationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FishingArea2ManagedLocationDaoBase.search(int transform,
Search search)
Does the same thing as
FishingArea2ManagedLocationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FishingArea2ManagedLocationDao.search(int transform,
Search search)
Does the same thing as
FishingArea2ManagedLocationDao.search(Search) but with an
additional flag called transform . |
Set<FishingArea> |
FishingAreaDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingArea> |
FishingAreaDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingArea2ManagedLocation> |
FishingArea2ManagedLocationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingArea2ManagedLocation> |
FishingArea2ManagedLocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
UpdatedItemHistoryDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
UpdatedItemHistoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UpdatedItemHistoryDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
UpdatedItemHistoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProcessingHistoryDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProcessingHistoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProcessingHistoryDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProcessingHistoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
InsertedItemHistoryDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
InsertedItemHistoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
InsertedItemHistoryDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
InsertedItemHistoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DeletedItemHistoryDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DeletedItemHistoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DeletedItemHistoryDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DeletedItemHistoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UpdatedItemHistoryDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
UpdatedItemHistoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UpdatedItemHistoryDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
UpdatedItemHistoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProcessingHistoryDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProcessingHistoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProcessingHistoryDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProcessingHistoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
InsertedItemHistoryDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
InsertedItemHistoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
InsertedItemHistoryDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
InsertedItemHistoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DeletedItemHistoryDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DeletedItemHistoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DeletedItemHistoryDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DeletedItemHistoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
UpdatedItemHistoryDaoBase.search(int transform,
Search search)
Does the same thing as
UpdatedItemHistoryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
UpdatedItemHistoryDao.search(int transform,
Search search)
Does the same thing as
UpdatedItemHistoryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProcessingHistoryDaoBase.search(int transform,
Search search)
Does the same thing as
ProcessingHistoryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProcessingHistoryDao.search(int transform,
Search search)
Does the same thing as
ProcessingHistoryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
InsertedItemHistoryDaoBase.search(int transform,
Search search)
Does the same thing as
InsertedItemHistoryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
InsertedItemHistoryDao.search(int transform,
Search search)
Does the same thing as
InsertedItemHistoryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DeletedItemHistoryDaoBase.search(int transform,
Search search)
Does the same thing as
DeletedItemHistoryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DeletedItemHistoryDao.search(int transform,
Search search)
Does the same thing as
DeletedItemHistoryDao.search(Search) but with an
additional flag called transform . |
Set<UpdatedItemHistory> |
UpdatedItemHistoryDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<UpdatedItemHistory> |
UpdatedItemHistoryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ProcessingHistory> |
ProcessingHistoryDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ProcessingHistory> |
ProcessingHistoryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<InsertedItemHistory> |
InsertedItemHistoryDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<InsertedItemHistory> |
InsertedItemHistoryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DeletedItemHistory> |
DeletedItemHistoryDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DeletedItemHistory> |
DeletedItemHistoryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
LinkedItemDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LinkedItemDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LinkedItemDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LinkedItemDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LinkedItemDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LinkedItemDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LinkedItemDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LinkedItemDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
LinkedItemDaoBase.search(int transform,
Search search)
Does the same thing as
LinkedItemDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LinkedItemDao.search(int transform,
Search search)
Does the same thing as
LinkedItemDao.search(Search) but with an
additional flag called transform . |
Set<LinkedItem> |
LinkedItemDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LinkedItem> |
LinkedItemDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
VesselUseMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselUseMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselUseMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselUseMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPositionMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPositionMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPositionMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPositionMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPhysicalMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPhysicalMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPhysicalMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPhysicalMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TakeOverMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TakeOverMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TakeOverMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TakeOverMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SurveyMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SurveyMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SurveyMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SurveyMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SortingMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SortingMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SortingMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SortingMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrataMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrataMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrataMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrataMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SampleMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SampleMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SampleMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SampleMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SaleMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SaleMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QuantificationMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
QuantificationMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QuantificationMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
QuantificationMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProduceSortingMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProduceSortingMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProduceSortingMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProduceSortingMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProduceQuantificationMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProduceQuantificationMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProduceQuantificationMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProduceQuantificationMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
MeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
MeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LandingMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LandingMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LandingMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LandingMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearUseMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearUseMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearUseMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearUseMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearPhysicalMeasurementDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearPhysicalMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearPhysicalMeasurementDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearPhysicalMeasurementDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselUseMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselUseMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselUseMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselUseMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPositionMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPositionMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPositionMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPositionMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPhysicalMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPhysicalMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPhysicalMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPhysicalMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TakeOverMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TakeOverMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TakeOverMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TakeOverMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SurveyMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SurveyMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SurveyMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SurveyMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SortingMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SortingMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SortingMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SortingMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrataMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrataMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrataMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrataMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SampleMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SampleMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SampleMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SampleMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SaleMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SaleMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QuantificationMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
QuantificationMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QuantificationMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
QuantificationMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProduceSortingMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProduceSortingMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProduceSortingMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProduceSortingMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProduceQuantificationMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProduceQuantificationMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProduceQuantificationMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProduceQuantificationMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
MeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
MeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LandingMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LandingMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LandingMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LandingMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearUseMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearUseMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearUseMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearUseMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearPhysicalMeasurementDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearPhysicalMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearPhysicalMeasurementDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearPhysicalMeasurementDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
VesselUseMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
VesselUseMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselUseMeasurementDao.search(int transform,
Search search)
Does the same thing as
VesselUseMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPositionMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
VesselPositionMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPositionMeasurementDao.search(int transform,
Search search)
Does the same thing as
VesselPositionMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPhysicalMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
VesselPhysicalMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPhysicalMeasurementDao.search(int transform,
Search search)
Does the same thing as
VesselPhysicalMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPersonMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
VesselPersonMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPersonMeasurementDao.search(int transform,
Search search)
Does the same thing as
VesselPersonMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TakeOverMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
TakeOverMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TakeOverMeasurementDao.search(int transform,
Search search)
Does the same thing as
TakeOverMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SurveyMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
SurveyMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SurveyMeasurementDao.search(int transform,
Search search)
Does the same thing as
SurveyMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SortingMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
SortingMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SortingMeasurementDao.search(int transform,
Search search)
Does the same thing as
SortingMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SamplingStrataMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
SamplingStrataMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SamplingStrataMeasurementDao.search(int transform,
Search search)
Does the same thing as
SamplingStrataMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SampleMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
SampleMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SampleMeasurementDao.search(int transform,
Search search)
Does the same thing as
SampleMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SaleMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
SaleMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SaleMeasurementDao.search(int transform,
Search search)
Does the same thing as
SaleMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
QuantificationMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
QuantificationMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
QuantificationMeasurementDao.search(int transform,
Search search)
Does the same thing as
QuantificationMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProduceSortingMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
ProduceSortingMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProduceSortingMeasurementDao.search(int transform,
Search search)
Does the same thing as
ProduceSortingMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProduceQuantificationMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
ProduceQuantificationMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProduceQuantificationMeasurementDao.search(int transform,
Search search)
Does the same thing as
ProduceQuantificationMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
MeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
MeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
MeasurementDao.search(int transform,
Search search)
Does the same thing as
MeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LandingMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
LandingMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LandingMeasurementDao.search(int transform,
Search search)
Does the same thing as
LandingMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearUseMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
GearUseMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearUseMeasurementDao.search(int transform,
Search search)
Does the same thing as
GearUseMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearPhysicalMeasurementDaoBase.search(int transform,
Search search)
Does the same thing as
GearPhysicalMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearPhysicalMeasurementDao.search(int transform,
Search search)
Does the same thing as
GearPhysicalMeasurementDao.search(Search) but with an
additional flag called transform . |
Set<VesselUseMeasurement> |
VesselUseMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselUseMeasurement> |
VesselUseMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPositionMeasurement> |
VesselPositionMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPositionMeasurement> |
VesselPositionMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPhysicalMeasurement> |
VesselPhysicalMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPhysicalMeasurement> |
VesselPhysicalMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPersonMeasurement> |
VesselPersonMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPersonMeasurement> |
VesselPersonMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TakeOverMeasurement> |
TakeOverMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TakeOverMeasurement> |
TakeOverMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SurveyMeasurement> |
SurveyMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SurveyMeasurement> |
SurveyMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SortingMeasurement> |
SortingMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SortingMeasurement> |
SortingMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SamplingStrataMeasurement> |
SamplingStrataMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SamplingStrataMeasurement> |
SamplingStrataMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SampleMeasurement> |
SampleMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SampleMeasurement> |
SampleMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SaleMeasurement> |
SaleMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SaleMeasurement> |
SaleMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<QuantificationMeasurement> |
QuantificationMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<QuantificationMeasurement> |
QuantificationMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ProduceSortingMeasurement> |
ProduceSortingMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ProduceSortingMeasurement> |
ProduceSortingMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ProduceQuantificationMeasurement> |
ProduceQuantificationMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ProduceQuantificationMeasurement> |
ProduceQuantificationMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Measurement> |
MeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Measurement> |
MeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LandingMeasurement> |
LandingMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LandingMeasurement> |
LandingMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearUseMeasurement> |
GearUseMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearUseMeasurement> |
GearUseMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearPhysicalMeasurement> |
GearPhysicalMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearPhysicalMeasurement> |
GearPhysicalMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
MeasurementFileDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
MeasurementFileDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MeasurementFileDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
MeasurementFileDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MeasurementFileDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
MeasurementFileDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MeasurementFileDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
MeasurementFileDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
MeasurementFileDaoBase.search(int transform,
Search search)
Does the same thing as
MeasurementFileDao.search(Search) but with an
additional flag called transform . |
Set<?> |
MeasurementFileDao.search(int transform,
Search search)
Does the same thing as
MeasurementFileDao.search(Search) but with an
additional flag called transform . |
Set<MeasurementFile> |
MeasurementFileDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<MeasurementFile> |
MeasurementFileDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
PhotoDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhotoDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PhotoDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhotoDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PhotoDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhotoDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PhotoDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhotoDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
PhotoDaoBase.search(int transform,
Search search)
Does the same thing as
PhotoDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PhotoDao.search(int transform,
Search search)
Does the same thing as
PhotoDao.search(Search) but with an
additional flag called transform . |
Set<Photo> |
PhotoDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Photo> |
PhotoDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
OperationVesselAssociationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
OperationVesselAssociationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OperationVesselAssociationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
OperationVesselAssociationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OperationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
OperationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OperationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
OperationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingOperationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingOperationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingOperationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingOperationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OperationVesselAssociationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
OperationVesselAssociationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OperationVesselAssociationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
OperationVesselAssociationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OperationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
OperationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OperationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
OperationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingOperationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingOperationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingOperationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingOperationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
OperationVesselAssociationDaoBase.search(int transform,
Search search)
Does the same thing as
OperationVesselAssociationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
OperationVesselAssociationDao.search(int transform,
Search search)
Does the same thing as
OperationVesselAssociationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
OperationDaoBase.search(int transform,
Search search)
Does the same thing as
OperationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
OperationDao.search(int transform,
Search search)
Does the same thing as
OperationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FishingOperationDaoBase.search(int transform,
Search search)
Does the same thing as
FishingOperationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FishingOperationDao.search(int transform,
Search search)
Does the same thing as
FishingOperationDao.search(Search) but with an
additional flag called transform . |
Set<OperationVesselAssociation> |
OperationVesselAssociationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<OperationVesselAssociation> |
OperationVesselAssociationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Operation> |
OperationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Operation> |
OperationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingOperation> |
FishingOperationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingOperation> |
FishingOperationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
DenormalizedOperationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedOperationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalizedOperationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedOperationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalizedOperationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedOperationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalizedOperationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedOperationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
DenormalizedOperationDaoBase.search(int transform,
Search search)
Does the same thing as
DenormalizedOperationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DenormalizedOperationDao.search(int transform,
Search search)
Does the same thing as
DenormalizedOperationDao.search(Search) but with an
additional flag called transform . |
Set<DenormalizedOperation> |
DenormalizedOperationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DenormalizedOperation> |
DenormalizedOperationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
ProduceDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProduceDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProduceDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProduceDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProduceDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProduceDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProduceDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProduceDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
ProduceDaoBase.search(int transform,
Search search)
Does the same thing as
ProduceDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProduceDao.search(int transform,
Search search)
Does the same thing as
ProduceDao.search(Search) but with an
additional flag called transform . |
Set<Produce> |
ProduceDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Produce> |
ProduceDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
QualifiedItemDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualifiedItemDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QualifiedItemDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualifiedItemDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedQualificationRuleDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedQualificationRuleDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedQualificationRuleDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedQualificationRuleDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QualifiedItemDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualifiedItemDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QualifiedItemDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualifiedItemDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedQualificationRuleDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedQualificationRuleDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedQualificationRuleDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedQualificationRuleDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
QualifiedItemDaoBase.search(int transform,
Search search)
Does the same thing as
QualifiedItemDao.search(Search) but with an
additional flag called transform . |
Set<?> |
QualifiedItemDao.search(int transform,
Search search)
Does the same thing as
QualifiedItemDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AppliedQualificationRuleDaoBase.search(int transform,
Search search)
Does the same thing as
AppliedQualificationRuleDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AppliedQualificationRuleDao.search(int transform,
Search search)
Does the same thing as
AppliedQualificationRuleDao.search(Search) but with an
additional flag called transform . |
Set<QualifiedItem> |
QualifiedItemDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<QualifiedItem> |
QualifiedItemDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AppliedQualificationRule> |
AppliedQualificationRuleDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AppliedQualificationRule> |
AppliedQualificationRuleDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
ExpectedSaleDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ExpectedSaleDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ExpectedSaleDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ExpectedSaleDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ExpectedSaleDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ExpectedSaleDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ExpectedSaleDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ExpectedSaleDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
ExpectedSaleDaoBase.search(int transform,
Search search)
Does the same thing as
ExpectedSaleDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ExpectedSaleDao.search(int transform,
Search search)
Does the same thing as
ExpectedSaleDao.search(Search) but with an
additional flag called transform . |
Set<ExpectedSale> |
ExpectedSaleDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ExpectedSale> |
ExpectedSaleDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
SampleDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SampleDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SampleDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SampleDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SampleDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SampleDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SampleDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SampleDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
SampleDaoBase.search(int transform,
Search search)
Does the same thing as
SampleDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SampleDao.search(int transform,
Search search)
Does the same thing as
SampleDao.search(Search) but with an
additional flag called transform . |
Set<Sample> |
SampleDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Sample> |
SampleDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
SamplingStrataDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrataDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrataDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrataDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrata2VesselDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrata2VesselDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrata2VesselDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrata2VesselDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrata2GroupingDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrata2GroupingDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrata2GroupingDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrata2GroupingDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrata2FisheryDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrata2FisheryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrata2FisheryDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrata2FisheryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingSchemeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingSchemeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingSchemeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingSchemeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrataDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrataDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrataDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrataDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrata2VesselDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrata2VesselDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrata2VesselDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrata2VesselDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrata2GroupingDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrata2GroupingDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrata2GroupingDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrata2GroupingDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrata2FisheryDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrata2FisheryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingStrata2FisheryDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingStrata2FisheryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingSchemeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingSchemeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SamplingSchemeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SamplingSchemeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
SamplingStrataDaoBase.search(int transform,
Search search)
Does the same thing as
SamplingStrataDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SamplingStrataDao.search(int transform,
Search search)
Does the same thing as
SamplingStrataDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SamplingStrata2VesselDaoBase.search(int transform,
Search search)
Does the same thing as
SamplingStrata2VesselDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SamplingStrata2VesselDao.search(int transform,
Search search)
Does the same thing as
SamplingStrata2VesselDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SamplingStrata2GroupingDaoBase.search(int transform,
Search search)
Does the same thing as
SamplingStrata2GroupingDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SamplingStrata2GroupingDao.search(int transform,
Search search)
Does the same thing as
SamplingStrata2GroupingDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SamplingStrata2FisheryDaoBase.search(int transform,
Search search)
Does the same thing as
SamplingStrata2FisheryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SamplingStrata2FisheryDao.search(int transform,
Search search)
Does the same thing as
SamplingStrata2FisheryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SamplingSchemeDaoBase.search(int transform,
Search search)
Does the same thing as
SamplingSchemeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SamplingSchemeDao.search(int transform,
Search search)
Does the same thing as
SamplingSchemeDao.search(Search) but with an
additional flag called transform . |
Set<SamplingStrata> |
SamplingStrataDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SamplingStrata> |
SamplingStrataDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SamplingStrata2Vessel> |
SamplingStrata2VesselDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SamplingStrata2Vessel> |
SamplingStrata2VesselDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SamplingStrata2Grouping> |
SamplingStrata2GroupingDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SamplingStrata2Grouping> |
SamplingStrata2GroupingDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SamplingStrata2Fishery> |
SamplingStrata2FisheryDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SamplingStrata2Fishery> |
SamplingStrata2FisheryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SamplingScheme> |
SamplingSchemeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SamplingScheme> |
SamplingSchemeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
DenormalizedSamplingStrataDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedSamplingStrataDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalizedSamplingStrataDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedSamplingStrataDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalizedSamplingStrataDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedSamplingStrataDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalizedSamplingStrataDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedSamplingStrataDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
DenormalizedSamplingStrataDaoBase.search(int transform,
Search search)
Does the same thing as
DenormalizedSamplingStrataDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DenormalizedSamplingStrataDao.search(int transform,
Search search)
Does the same thing as
DenormalizedSamplingStrataDao.search(Search) but with an
additional flag called transform . |
Set<DenormalizedSamplingStrata> |
DenormalizedSamplingStrataDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DenormalizedSamplingStrata> |
DenormalizedSamplingStrataDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
DailyActivityCalendarDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DailyActivityCalendarDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DailyActivityCalendarDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DailyActivityCalendarDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ActivityCalendarDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ActivityCalendarDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ActivityCalendarDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ActivityCalendarDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DailyActivityCalendarDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DailyActivityCalendarDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DailyActivityCalendarDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DailyActivityCalendarDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ActivityCalendarDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ActivityCalendarDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ActivityCalendarDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ActivityCalendarDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
DailyActivityCalendarDaoBase.search(int transform,
Search search)
Does the same thing as
DailyActivityCalendarDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DailyActivityCalendarDao.search(int transform,
Search search)
Does the same thing as
DailyActivityCalendarDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ActivityCalendarDaoBase.search(int transform,
Search search)
Does the same thing as
ActivityCalendarDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ActivityCalendarDao.search(int transform,
Search search)
Does the same thing as
ActivityCalendarDao.search(Search) but with an
additional flag called transform . |
Set<DailyActivityCalendar> |
DailyActivityCalendarDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DailyActivityCalendar> |
DailyActivityCalendarDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ActivityCalendar> |
ActivityCalendarDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ActivityCalendar> |
ActivityCalendarDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
DeclaredDocumentReferenceDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DeclaredDocumentReferenceDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DeclaredDocumentReferenceDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DeclaredDocumentReferenceDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DeclaredDocumentReferenceDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DeclaredDocumentReferenceDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DeclaredDocumentReferenceDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DeclaredDocumentReferenceDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
DeclaredDocumentReferenceDaoBase.search(int transform,
Search search)
Does the same thing as
DeclaredDocumentReferenceDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DeclaredDocumentReferenceDao.search(int transform,
Search search)
Does the same thing as
DeclaredDocumentReferenceDao.search(Search) but with an
additional flag called transform . |
Set<DeclaredDocumentReference> |
DeclaredDocumentReferenceDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DeclaredDocumentReference> |
DeclaredDocumentReferenceDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
EconomicalSurveyDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
EconomicalSurveyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
EconomicalSurveyDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
EconomicalSurveyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
EconomicalSurveyDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
EconomicalSurveyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
EconomicalSurveyDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
EconomicalSurveyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
EconomicalSurveyDaoBase.search(int transform,
Search search)
Does the same thing as
EconomicalSurveyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
EconomicalSurveyDao.search(int transform,
Search search)
Does the same thing as
EconomicalSurveyDao.search(Search) but with an
additional flag called transform . |
Set<EconomicalSurvey> |
EconomicalSurveyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<EconomicalSurvey> |
EconomicalSurveyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
FishingEffortCalendarDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingEffortCalendarDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingEffortCalendarDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingEffortCalendarDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingEffortCalendarDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingEffortCalendarDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingEffortCalendarDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingEffortCalendarDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
FishingEffortCalendarDaoBase.search(int transform,
Search search)
Does the same thing as
FishingEffortCalendarDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FishingEffortCalendarDao.search(int transform,
Search search)
Does the same thing as
FishingEffortCalendarDao.search(Search) but with an
additional flag called transform . |
Set<FishingEffortCalendar> |
FishingEffortCalendarDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingEffortCalendar> |
FishingEffortCalendarDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
ObservedFishingTripDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedFishingTripDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedFishingTripDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedFishingTripDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingTripOriginDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingTripOriginDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingTripOriginDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingTripOriginDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingTripDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingTripDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingTripDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingTripDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedFishingTripDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedFishingTripDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedFishingTripDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedFishingTripDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingTripOriginDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingTripOriginDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingTripOriginDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingTripOriginDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingTripDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingTripDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingTripDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingTripDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
ObservedFishingTripDaoBase.search(int transform,
Search search)
Does the same thing as
ObservedFishingTripDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ObservedFishingTripDao.search(int transform,
Search search)
Does the same thing as
ObservedFishingTripDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FishingTripOriginDaoBase.search(int transform,
Search search)
Does the same thing as
FishingTripOriginDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FishingTripOriginDao.search(int transform,
Search search)
Does the same thing as
FishingTripOriginDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FishingTripDaoBase.search(int transform,
Search search)
Does the same thing as
FishingTripDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FishingTripDao.search(int transform,
Search search)
Does the same thing as
FishingTripDao.search(Search) but with an
additional flag called transform . |
Set<ObservedFishingTrip> |
ObservedFishingTripDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ObservedFishingTrip> |
ObservedFishingTripDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingTripOrigin> |
FishingTripOriginDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingTripOrigin> |
FishingTripOriginDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingTrip> |
FishingTripDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingTrip> |
FishingTripDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
ObservedLandingDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLandingDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedLandingDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLandingDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LandingOriginDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LandingOriginDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LandingOriginDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LandingOriginDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LandingDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LandingDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LandingDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LandingDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedLandingDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLandingDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedLandingDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLandingDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LandingOriginDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LandingOriginDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LandingOriginDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LandingOriginDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LandingDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LandingDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LandingDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LandingDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
ObservedLandingDaoBase.search(int transform,
Search search)
Does the same thing as
ObservedLandingDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ObservedLandingDao.search(int transform,
Search search)
Does the same thing as
ObservedLandingDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LandingOriginDaoBase.search(int transform,
Search search)
Does the same thing as
LandingOriginDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LandingOriginDao.search(int transform,
Search search)
Does the same thing as
LandingOriginDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LandingDaoBase.search(int transform,
Search search)
Does the same thing as
LandingDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LandingDao.search(int transform,
Search search)
Does the same thing as
LandingDao.search(Search) but with an
additional flag called transform . |
Set<ObservedLanding> |
ObservedLandingDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ObservedLanding> |
ObservedLandingDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LandingOrigin> |
LandingOriginDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LandingOrigin> |
LandingOriginDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Landing> |
LandingDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Landing> |
LandingDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
ObservedLocationMeasurmentDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLocationMeasurmentDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedLocationMeasurmentDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLocationMeasurmentDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedLocationFeaturesDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLocationFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedLocationFeaturesDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLocationFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedLocationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLocationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedLocationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLocationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedLocationMeasurmentDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLocationMeasurmentDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedLocationMeasurmentDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLocationMeasurmentDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedLocationFeaturesDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLocationFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedLocationFeaturesDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLocationFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedLocationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLocationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedLocationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedLocationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
ObservedLocationMeasurmentDaoBase.search(int transform,
Search search)
Does the same thing as
ObservedLocationMeasurmentDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ObservedLocationMeasurmentDao.search(int transform,
Search search)
Does the same thing as
ObservedLocationMeasurmentDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ObservedLocationFeaturesDaoBase.search(int transform,
Search search)
Does the same thing as
ObservedLocationFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ObservedLocationFeaturesDao.search(int transform,
Search search)
Does the same thing as
ObservedLocationFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ObservedLocationDaoBase.search(int transform,
Search search)
Does the same thing as
ObservedLocationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ObservedLocationDao.search(int transform,
Search search)
Does the same thing as
ObservedLocationDao.search(Search) but with an
additional flag called transform . |
Set<ObservedLocationMeasurment> |
ObservedLocationMeasurmentDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ObservedLocationMeasurment> |
ObservedLocationMeasurmentDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ObservedLocationFeatures> |
ObservedLocationFeaturesDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ObservedLocationFeatures> |
ObservedLocationFeaturesDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ObservedLocation> |
ObservedLocationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ObservedLocation> |
ObservedLocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
PhysicalGearSurveyDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhysicalGearSurveyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PhysicalGearSurveyDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhysicalGearSurveyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PhysicalGearSurveyDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhysicalGearSurveyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PhysicalGearSurveyDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhysicalGearSurveyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
PhysicalGearSurveyDaoBase.search(int transform,
Search search)
Does the same thing as
PhysicalGearSurveyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PhysicalGearSurveyDao.search(int transform,
Search search)
Does the same thing as
PhysicalGearSurveyDao.search(Search) but with an
additional flag called transform . |
Set<PhysicalGearSurvey> |
PhysicalGearSurveyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PhysicalGearSurvey> |
PhysicalGearSurveyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
SaleOriginDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SaleOriginDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleOriginDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SaleOriginDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SaleDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SaleDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedSaleDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedSaleDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedSaleDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedSaleDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleOriginDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SaleOriginDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleOriginDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SaleOriginDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SaleDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SaleDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedSaleDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedSaleDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObservedSaleDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObservedSaleDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
SaleOriginDaoBase.search(int transform,
Search search)
Does the same thing as
SaleOriginDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SaleOriginDao.search(int transform,
Search search)
Does the same thing as
SaleOriginDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SaleDaoBase.search(int transform,
Search search)
Does the same thing as
SaleDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SaleDao.search(int transform,
Search search)
Does the same thing as
SaleDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ObservedSaleDaoBase.search(int transform,
Search search)
Does the same thing as
ObservedSaleDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ObservedSaleDao.search(int transform,
Search search)
Does the same thing as
ObservedSaleDao.search(Search) but with an
additional flag called transform . |
Set<SaleOrigin> |
SaleOriginDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SaleOrigin> |
SaleOriginDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Sale> |
SaleDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Sale> |
SaleDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ObservedSale> |
ObservedSaleDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ObservedSale> |
ObservedSaleDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
ScientificCruiseDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ScientificCruiseDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ScientificCruiseDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ScientificCruiseDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ScientificCruiseDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ScientificCruiseDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ScientificCruiseDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ScientificCruiseDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
ScientificCruiseDaoBase.search(int transform,
Search search)
Does the same thing as
ScientificCruiseDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ScientificCruiseDao.search(int transform,
Search search)
Does the same thing as
ScientificCruiseDao.search(Search) but with an
additional flag called transform . |
Set<ScientificCruise> |
ScientificCruiseDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ScientificCruise> |
ScientificCruiseDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
TakeOverDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TakeOverDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TakeOverDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TakeOverDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TakeOverDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TakeOverDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TakeOverDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TakeOverDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
TakeOverDaoBase.search(int transform,
Search search)
Does the same thing as
TakeOverDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TakeOverDao.search(int transform,
Search search)
Does the same thing as
TakeOverDao.search(Search) but with an
additional flag called transform . |
Set<TakeOver> |
TakeOverDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TakeOver> |
TakeOverDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
TransshipmentDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TransshipmentDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TransshipmentDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TransshipmentDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TransshipmentDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TransshipmentDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TransshipmentDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TransshipmentDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
TransshipmentDaoBase.search(int transform,
Search search)
Does the same thing as
TransshipmentDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TransshipmentDao.search(int transform,
Search search)
Does the same thing as
TransshipmentDao.search(Search) but with an
additional flag called transform . |
Set<Transshipment> |
TransshipmentDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Transshipment> |
TransshipmentDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
VesselRegistrationPeriodDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselRegistrationPeriodDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselRegistrationPeriodDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselRegistrationPeriodDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselOwnerPeriodDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselOwnerPeriodDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselOwnerPeriodDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselOwnerPeriodDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselOwnerDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselOwnerDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselOwnerDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselOwnerDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselFleetEventDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselFleetEventDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselFleetEventDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselFleetEventDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselCommissioningPeriodDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselCommissioningPeriodDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselCommissioningPeriodDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselCommissioningPeriodDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselRegistrationPeriodDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselRegistrationPeriodDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselRegistrationPeriodDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselRegistrationPeriodDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselOwnerPeriodDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselOwnerPeriodDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselOwnerPeriodDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselOwnerPeriodDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselOwnerDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselOwnerDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselOwnerDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselOwnerDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselFleetEventDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselFleetEventDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselFleetEventDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselFleetEventDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselCommissioningPeriodDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselCommissioningPeriodDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselCommissioningPeriodDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselCommissioningPeriodDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
VesselRegistrationPeriodDaoBase.search(int transform,
Search search)
Does the same thing as
VesselRegistrationPeriodDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselRegistrationPeriodDao.search(int transform,
Search search)
Does the same thing as
VesselRegistrationPeriodDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselOwnerPeriodDaoBase.search(int transform,
Search search)
Does the same thing as
VesselOwnerPeriodDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselOwnerPeriodDao.search(int transform,
Search search)
Does the same thing as
VesselOwnerPeriodDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselOwnerDaoBase.search(int transform,
Search search)
Does the same thing as
VesselOwnerDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselOwnerDao.search(int transform,
Search search)
Does the same thing as
VesselOwnerDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselFleetEventDaoBase.search(int transform,
Search search)
Does the same thing as
VesselFleetEventDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselFleetEventDao.search(int transform,
Search search)
Does the same thing as
VesselFleetEventDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselDaoBase.search(int transform,
Search search)
Does the same thing as
VesselDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselDao.search(int transform,
Search search)
Does the same thing as
VesselDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselCommissioningPeriodDaoBase.search(int transform,
Search search)
Does the same thing as
VesselCommissioningPeriodDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselCommissioningPeriodDao.search(int transform,
Search search)
Does the same thing as
VesselCommissioningPeriodDao.search(Search) but with an
additional flag called transform . |
Set<VesselRegistrationPeriod> |
VesselRegistrationPeriodDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselRegistrationPeriod> |
VesselRegistrationPeriodDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselOwnerPeriod> |
VesselOwnerPeriodDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselOwnerPeriod> |
VesselOwnerPeriodDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselOwner> |
VesselOwnerDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselOwner> |
VesselOwnerDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselFleetEvent> |
VesselFleetEventDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselFleetEvent> |
VesselFleetEventDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Vessel> |
VesselDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Vessel> |
VesselDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselCommissioningPeriod> |
VesselCommissioningPeriodDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselCommissioningPeriod> |
VesselCommissioningPeriodDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
VesselPersonFeaturesDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonFeaturesDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonFeaturesDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonFeaturesDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
VesselPersonFeaturesDaoBase.search(int transform,
Search search)
Does the same thing as
VesselPersonFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPersonFeaturesDao.search(int transform,
Search search)
Does the same thing as
VesselPersonFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPersonDaoBase.search(int transform,
Search search)
Does the same thing as
VesselPersonDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPersonDao.search(int transform,
Search search)
Does the same thing as
VesselPersonDao.search(Search) but with an
additional flag called transform . |
Set<VesselPersonFeatures> |
VesselPersonFeaturesDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPersonFeatures> |
VesselPersonFeaturesDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPerson> |
VesselPersonDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPerson> |
VesselPersonDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
VesselPhysicalFeaturesOriginDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPhysicalFeaturesOriginDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPhysicalFeaturesOriginDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPhysicalFeaturesOriginDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPhysicalFeaturesDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPhysicalFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPhysicalFeaturesDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPhysicalFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselFeaturesDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselFeaturesDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PhysicalFeaturesDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhysicalFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PhysicalFeaturesDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhysicalFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearPhysicalFeaturesOriginDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearPhysicalFeaturesOriginDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearPhysicalFeaturesOriginDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearPhysicalFeaturesOriginDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearPhysicalFeaturesDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearPhysicalFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearPhysicalFeaturesDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearPhysicalFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPhysicalFeaturesOriginDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPhysicalFeaturesOriginDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPhysicalFeaturesOriginDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPhysicalFeaturesOriginDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPhysicalFeaturesDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPhysicalFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPhysicalFeaturesDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPhysicalFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselFeaturesDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselFeaturesDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PhysicalFeaturesDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhysicalFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PhysicalFeaturesDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhysicalFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearPhysicalFeaturesOriginDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearPhysicalFeaturesOriginDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearPhysicalFeaturesOriginDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearPhysicalFeaturesOriginDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearPhysicalFeaturesDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearPhysicalFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearPhysicalFeaturesDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearPhysicalFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
VesselPhysicalFeaturesOriginDaoBase.search(int transform,
Search search)
Does the same thing as
VesselPhysicalFeaturesOriginDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPhysicalFeaturesOriginDao.search(int transform,
Search search)
Does the same thing as
VesselPhysicalFeaturesOriginDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPhysicalFeaturesDaoBase.search(int transform,
Search search)
Does the same thing as
VesselPhysicalFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPhysicalFeaturesDao.search(int transform,
Search search)
Does the same thing as
VesselPhysicalFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselFeaturesDaoBase.search(int transform,
Search search)
Does the same thing as
VesselFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselFeaturesDao.search(int transform,
Search search)
Does the same thing as
VesselFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PhysicalFeaturesDaoBase.search(int transform,
Search search)
Does the same thing as
PhysicalFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PhysicalFeaturesDao.search(int transform,
Search search)
Does the same thing as
PhysicalFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearPhysicalFeaturesOriginDaoBase.search(int transform,
Search search)
Does the same thing as
GearPhysicalFeaturesOriginDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearPhysicalFeaturesOriginDao.search(int transform,
Search search)
Does the same thing as
GearPhysicalFeaturesOriginDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearPhysicalFeaturesDaoBase.search(int transform,
Search search)
Does the same thing as
GearPhysicalFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearPhysicalFeaturesDao.search(int transform,
Search search)
Does the same thing as
GearPhysicalFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<VesselPhysicalFeaturesOrigin> |
VesselPhysicalFeaturesOriginDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPhysicalFeaturesOrigin> |
VesselPhysicalFeaturesOriginDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPhysicalFeatures> |
VesselPhysicalFeaturesDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPhysicalFeatures> |
VesselPhysicalFeaturesDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselFeatures> |
VesselFeaturesDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselFeatures> |
VesselFeaturesDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PhysicalFeatures> |
PhysicalFeaturesDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PhysicalFeatures> |
PhysicalFeaturesDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearPhysicalFeaturesOrigin> |
GearPhysicalFeaturesOriginDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearPhysicalFeaturesOrigin> |
GearPhysicalFeaturesOriginDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearPhysicalFeatures> |
GearPhysicalFeaturesDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearPhysicalFeatures> |
GearPhysicalFeaturesDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
VesselUseFeaturesOriginDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselUseFeaturesOriginDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselUseFeaturesOriginDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselUseFeaturesOriginDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselUseFeaturesDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselUseFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselUseFeaturesDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselUseFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UseFeaturesDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
UseFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UseFeaturesDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
UseFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearUseFeaturesOriginDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearUseFeaturesOriginDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearUseFeaturesOriginDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearUseFeaturesOriginDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearUseFeaturesDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearUseFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearUseFeaturesDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearUseFeaturesDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselUseFeaturesOriginDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselUseFeaturesOriginDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselUseFeaturesOriginDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselUseFeaturesOriginDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselUseFeaturesDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselUseFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselUseFeaturesDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselUseFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UseFeaturesDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
UseFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UseFeaturesDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
UseFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearUseFeaturesOriginDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearUseFeaturesOriginDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearUseFeaturesOriginDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearUseFeaturesOriginDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearUseFeaturesDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearUseFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearUseFeaturesDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearUseFeaturesDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
VesselUseFeaturesOriginDaoBase.search(int transform,
Search search)
Does the same thing as
VesselUseFeaturesOriginDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselUseFeaturesOriginDao.search(int transform,
Search search)
Does the same thing as
VesselUseFeaturesOriginDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselUseFeaturesDaoBase.search(int transform,
Search search)
Does the same thing as
VesselUseFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselUseFeaturesDao.search(int transform,
Search search)
Does the same thing as
VesselUseFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
UseFeaturesDaoBase.search(int transform,
Search search)
Does the same thing as
UseFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
UseFeaturesDao.search(int transform,
Search search)
Does the same thing as
UseFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearUseFeaturesOriginDaoBase.search(int transform,
Search search)
Does the same thing as
GearUseFeaturesOriginDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearUseFeaturesOriginDao.search(int transform,
Search search)
Does the same thing as
GearUseFeaturesOriginDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearUseFeaturesDaoBase.search(int transform,
Search search)
Does the same thing as
GearUseFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearUseFeaturesDao.search(int transform,
Search search)
Does the same thing as
GearUseFeaturesDao.search(Search) but with an
additional flag called transform . |
Set<VesselUseFeaturesOrigin> |
VesselUseFeaturesOriginDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselUseFeaturesOrigin> |
VesselUseFeaturesOriginDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselUseFeatures> |
VesselUseFeaturesDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselUseFeatures> |
VesselUseFeaturesDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<UseFeatures> |
UseFeaturesDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<UseFeatures> |
UseFeaturesDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearUseFeaturesOrigin> |
GearUseFeaturesOriginDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearUseFeaturesOrigin> |
GearUseFeaturesOriginDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearUseFeatures> |
GearUseFeaturesDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearUseFeatures> |
GearUseFeaturesDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
VesselPositionVMSDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPositionVMSDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPositionVMSDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPositionVMSDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPositionDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPositionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPositionDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPositionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPositionVMSDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPositionVMSDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPositionVMSDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPositionVMSDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPositionDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPositionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPositionDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPositionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
VesselPositionVMSDaoBase.search(int transform,
Search search)
Does the same thing as
VesselPositionVMSDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPositionVMSDao.search(int transform,
Search search)
Does the same thing as
VesselPositionVMSDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPositionDaoBase.search(int transform,
Search search)
Does the same thing as
VesselPositionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPositionDao.search(int transform,
Search search)
Does the same thing as
VesselPositionDao.search(Search) but with an
additional flag called transform . |
Set<VesselPositionVMS> |
VesselPositionVMSDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPositionVMS> |
VesselPositionVMSDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPosition> |
VesselPositionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPosition> |
VesselPositionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
RightToProduceDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
RightToProduceDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
RightToProduceDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
RightToProduceDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
RightToProduceDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
RightToProduceDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
RightToProduceDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
RightToProduceDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
RightToProduceDaoBase.search(int transform,
Search search)
Does the same thing as
RightToProduceDao.search(Search) but with an
additional flag called transform . |
Set<?> |
RightToProduceDao.search(int transform,
Search search)
Does the same thing as
RightToProduceDao.search(Search) but with an
additional flag called transform . |
Set<RightToProduce> |
RightToProduceDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<RightToProduce> |
RightToProduceDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
PlaygroundVesselOwnerDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundVesselOwnerDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundVesselOwnerDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundVesselOwnerDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundVesselMasterDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundVesselMasterDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundVesselMasterDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundVesselMasterDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundTaxonGroupSamplingDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundTaxonGroupSamplingDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundTaxonGroupSamplingDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundTaxonGroupSamplingDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundRicTaxonGroupDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundRicTaxonGroupDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundRicTaxonGroupDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundRicTaxonGroupDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundFishingTripVesselMasterDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundFishingTripVesselMasterDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundFishingTripVesselMasterDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundFishingTripVesselMasterDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundFishingEffortZoneDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundFishingEffortZoneDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundFishingEffortZoneDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundFishingEffortZoneDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundVesselOwnerDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundVesselOwnerDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundVesselOwnerDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundVesselOwnerDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundVesselMasterDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundVesselMasterDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundVesselMasterDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundVesselMasterDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundTaxonGroupSamplingDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundTaxonGroupSamplingDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundTaxonGroupSamplingDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundTaxonGroupSamplingDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundRicTaxonGroupDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundRicTaxonGroupDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundRicTaxonGroupDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundRicTaxonGroupDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundFishingTripVesselMasterDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundFishingTripVesselMasterDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundFishingTripVesselMasterDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundFishingTripVesselMasterDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundFishingEffortZoneDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundFishingEffortZoneDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PlaygroundFishingEffortZoneDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PlaygroundFishingEffortZoneDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
PlaygroundVesselOwnerDaoBase.search(int transform,
Search search)
Does the same thing as
PlaygroundVesselOwnerDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PlaygroundVesselOwnerDao.search(int transform,
Search search)
Does the same thing as
PlaygroundVesselOwnerDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PlaygroundVesselMasterDaoBase.search(int transform,
Search search)
Does the same thing as
PlaygroundVesselMasterDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PlaygroundVesselMasterDao.search(int transform,
Search search)
Does the same thing as
PlaygroundVesselMasterDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PlaygroundTaxonGroupSamplingDaoBase.search(int transform,
Search search)
Does the same thing as
PlaygroundTaxonGroupSamplingDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PlaygroundTaxonGroupSamplingDao.search(int transform,
Search search)
Does the same thing as
PlaygroundTaxonGroupSamplingDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PlaygroundRicTaxonGroupDaoBase.search(int transform,
Search search)
Does the same thing as
PlaygroundRicTaxonGroupDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PlaygroundRicTaxonGroupDao.search(int transform,
Search search)
Does the same thing as
PlaygroundRicTaxonGroupDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PlaygroundFishingTripVesselMasterDaoBase.search(int transform,
Search search)
Does the same thing as
PlaygroundFishingTripVesselMasterDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PlaygroundFishingTripVesselMasterDao.search(int transform,
Search search)
Does the same thing as
PlaygroundFishingTripVesselMasterDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PlaygroundFishingEffortZoneDaoBase.search(int transform,
Search search)
Does the same thing as
PlaygroundFishingEffortZoneDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PlaygroundFishingEffortZoneDao.search(int transform,
Search search)
Does the same thing as
PlaygroundFishingEffortZoneDao.search(Search) but with an
additional flag called transform . |
Set<PlaygroundVesselOwner> |
PlaygroundVesselOwnerDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundVesselOwner> |
PlaygroundVesselOwnerDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundVesselMaster> |
PlaygroundVesselMasterDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundVesselMaster> |
PlaygroundVesselMasterDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundTaxonGroupSampling> |
PlaygroundTaxonGroupSamplingDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundTaxonGroupSampling> |
PlaygroundTaxonGroupSamplingDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundRicTaxonGroup> |
PlaygroundRicTaxonGroupDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundRicTaxonGroup> |
PlaygroundRicTaxonGroupDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundFishingTripVesselMaster> |
PlaygroundFishingTripVesselMasterDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundFishingTripVesselMaster> |
PlaygroundFishingTripVesselMasterDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundFishingEffortZone> |
PlaygroundFishingEffortZoneDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundFishingEffortZone> |
PlaygroundFishingEffortZoneDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
VesselTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonRoleDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonRoleDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonRoleDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonRoleDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ValidityStatusDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ValidityStatusDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ValidityStatusDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ValidityStatusDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
StatusDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
StatusDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
StatusDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
StatusDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SaleTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
SaleTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QualityFlagDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualityFlagDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QualityFlagDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualityFlagDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProcessingTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProcessingTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProcessingTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProcessingTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProcessingStatusDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProcessingStatusDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProcessingStatusDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProcessingStatusDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PrecisionTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PrecisionTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PrecisionTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PrecisionTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PhotoTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhotoTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PhotoTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhotoTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OriginItemTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
OriginItemTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OriginItemTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
OriginItemTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObjectTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObjectTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObjectTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObjectTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
NumericalPrecisionDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
NumericalPrecisionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
NumericalPrecisionDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
NumericalPrecisionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
NearbySpecificAreaDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
NearbySpecificAreaDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
NearbySpecificAreaDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
NearbySpecificAreaDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LinkedItemTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LinkedItemTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LinkedItemTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LinkedItemTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
EducationGradeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
EducationGradeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
EducationGradeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
EducationGradeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DistanceToCoastGradientDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DistanceToCoastGradientDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DistanceToCoastGradientDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DistanceToCoastGradientDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepthGradientDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DepthGradientDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepthGradientDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DepthGradientDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AnalysisInstrumentDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AnalysisInstrumentDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AnalysisInstrumentDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AnalysisInstrumentDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselTypeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonRoleDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonRoleDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VesselPersonRoleDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VesselPersonRoleDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ValidityStatusDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ValidityStatusDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ValidityStatusDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ValidityStatusDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
StatusDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
StatusDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
StatusDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
StatusDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SaleTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SaleTypeDao.search(int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
SaleTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QualityFlagDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualityFlagDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QualityFlagDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualityFlagDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProcessingTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProcessingTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProcessingTypeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProcessingTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProcessingStatusDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProcessingStatusDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ProcessingStatusDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ProcessingStatusDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PrecisionTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PrecisionTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PrecisionTypeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PrecisionTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PhotoTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhotoTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PhotoTypeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PhotoTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OriginItemTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
OriginItemTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OriginItemTypeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
OriginItemTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObjectTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObjectTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ObjectTypeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ObjectTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
NumericalPrecisionDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
NumericalPrecisionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
NumericalPrecisionDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
NumericalPrecisionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
NearbySpecificAreaDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
NearbySpecificAreaDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
NearbySpecificAreaDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
NearbySpecificAreaDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LinkedItemTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LinkedItemTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LinkedItemTypeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LinkedItemTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
EducationGradeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
EducationGradeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
EducationGradeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
EducationGradeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DistanceToCoastGradientDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DistanceToCoastGradientDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DistanceToCoastGradientDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DistanceToCoastGradientDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepthGradientDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DepthGradientDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepthGradientDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DepthGradientDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AnalysisInstrumentDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AnalysisInstrumentDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AnalysisInstrumentDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AnalysisInstrumentDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
VesselTypeDaoBase.search(int transform,
Search search)
Does the same thing as
VesselTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselTypeDao.search(int transform,
Search search)
Does the same thing as
VesselTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPersonRoleDaoBase.search(int transform,
Search search)
Does the same thing as
VesselPersonRoleDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VesselPersonRoleDao.search(int transform,
Search search)
Does the same thing as
VesselPersonRoleDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ValidityStatusDaoBase.search(int transform,
Search search)
Does the same thing as
ValidityStatusDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ValidityStatusDao.search(int transform,
Search search)
Does the same thing as
ValidityStatusDao.search(Search) but with an
additional flag called transform . |
Set<?> |
StatusDaoBase.search(int transform,
Search search)
Does the same thing as
StatusDao.search(Search) but with an
additional flag called transform . |
Set<?> |
StatusDao.search(int transform,
Search search)
Does the same thing as
StatusDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SaleTypeDaoBase.search(int transform,
Search search)
Does the same thing as
SaleTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SaleTypeDao.search(int transform,
Search search)
Deprecated.
Does the same thing as
SaleTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
QualityFlagDaoBase.search(int transform,
Search search)
Does the same thing as
QualityFlagDao.search(Search) but with an
additional flag called transform . |
Set<?> |
QualityFlagDao.search(int transform,
Search search)
Does the same thing as
QualityFlagDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProcessingTypeDaoBase.search(int transform,
Search search)
Does the same thing as
ProcessingTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProcessingTypeDao.search(int transform,
Search search)
Does the same thing as
ProcessingTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProcessingStatusDaoBase.search(int transform,
Search search)
Does the same thing as
ProcessingStatusDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ProcessingStatusDao.search(int transform,
Search search)
Does the same thing as
ProcessingStatusDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PrecisionTypeDaoBase.search(int transform,
Search search)
Does the same thing as
PrecisionTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PrecisionTypeDao.search(int transform,
Search search)
Does the same thing as
PrecisionTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PhotoTypeDaoBase.search(int transform,
Search search)
Does the same thing as
PhotoTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PhotoTypeDao.search(int transform,
Search search)
Does the same thing as
PhotoTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
OriginItemTypeDaoBase.search(int transform,
Search search)
Does the same thing as
OriginItemTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
OriginItemTypeDao.search(int transform,
Search search)
Does the same thing as
OriginItemTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ObjectTypeDaoBase.search(int transform,
Search search)
Does the same thing as
ObjectTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ObjectTypeDao.search(int transform,
Search search)
Does the same thing as
ObjectTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
NumericalPrecisionDaoBase.search(int transform,
Search search)
Does the same thing as
NumericalPrecisionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
NumericalPrecisionDao.search(int transform,
Search search)
Does the same thing as
NumericalPrecisionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
NearbySpecificAreaDaoBase.search(int transform,
Search search)
Does the same thing as
NearbySpecificAreaDao.search(Search) but with an
additional flag called transform . |
Set<?> |
NearbySpecificAreaDao.search(int transform,
Search search)
Does the same thing as
NearbySpecificAreaDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LinkedItemTypeDaoBase.search(int transform,
Search search)
Does the same thing as
LinkedItemTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LinkedItemTypeDao.search(int transform,
Search search)
Does the same thing as
LinkedItemTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
EducationGradeDaoBase.search(int transform,
Search search)
Does the same thing as
EducationGradeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
EducationGradeDao.search(int transform,
Search search)
Does the same thing as
EducationGradeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DistanceToCoastGradientDaoBase.search(int transform,
Search search)
Does the same thing as
DistanceToCoastGradientDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DistanceToCoastGradientDao.search(int transform,
Search search)
Does the same thing as
DistanceToCoastGradientDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DepthGradientDaoBase.search(int transform,
Search search)
Does the same thing as
DepthGradientDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DepthGradientDao.search(int transform,
Search search)
Does the same thing as
DepthGradientDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AnalysisInstrumentDaoBase.search(int transform,
Search search)
Does the same thing as
AnalysisInstrumentDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AnalysisInstrumentDao.search(int transform,
Search search)
Does the same thing as
AnalysisInstrumentDao.search(Search) but with an
additional flag called transform . |
Set<VesselType> |
VesselTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselType> |
VesselTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPersonRole> |
VesselPersonRoleDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPersonRole> |
VesselPersonRoleDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ValidityStatus> |
ValidityStatusDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ValidityStatus> |
ValidityStatusDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Status> |
StatusDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Status> |
StatusDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SaleType> |
SaleTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SaleType> |
SaleTypeDao.search(Search search)
Deprecated.
Performs a search using the parameters specified in the given
search object. |
Set<QualityFlag> |
QualityFlagDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<QualityFlag> |
QualityFlagDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ProcessingType> |
ProcessingTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ProcessingType> |
ProcessingTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ProcessingStatus> |
ProcessingStatusDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ProcessingStatus> |
ProcessingStatusDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PrecisionType> |
PrecisionTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PrecisionType> |
PrecisionTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PhotoType> |
PhotoTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PhotoType> |
PhotoTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<OriginItemType> |
OriginItemTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<OriginItemType> |
OriginItemTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ObjectType> |
ObjectTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ObjectType> |
ObjectTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<NumericalPrecision> |
NumericalPrecisionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<NumericalPrecision> |
NumericalPrecisionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<NearbySpecificArea> |
NearbySpecificAreaDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<NearbySpecificArea> |
NearbySpecificAreaDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LinkedItemType> |
LinkedItemTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LinkedItemType> |
LinkedItemTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<EducationGrade> |
EducationGradeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<EducationGrade> |
EducationGradeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DistanceToCoastGradient> |
DistanceToCoastGradientDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DistanceToCoastGradient> |
DistanceToCoastGradientDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DepthGradient> |
DepthGradientDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DepthGradient> |
DepthGradientDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AnalysisInstrument> |
AnalysisInstrumentDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AnalysisInstrument> |
AnalysisInstrumentDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
BuyerTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
BuyerTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BuyerTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
BuyerTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BuyerDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
BuyerDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BuyerDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
BuyerDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BuyerTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
BuyerTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BuyerTypeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
BuyerTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BuyerDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
BuyerDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
BuyerDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
BuyerDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
BuyerTypeDaoBase.search(int transform,
Search search)
Does the same thing as
BuyerTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
BuyerTypeDao.search(int transform,
Search search)
Does the same thing as
BuyerTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
BuyerDaoBase.search(int transform,
Search search)
Does the same thing as
BuyerDao.search(Search) but with an
additional flag called transform . |
Set<?> |
BuyerDao.search(int transform,
Search search)
Does the same thing as
BuyerDao.search(Search) but with an
additional flag called transform . |
Set<BuyerType> |
BuyerTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<BuyerType> |
BuyerTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Buyer> |
BuyerDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Buyer> |
BuyerDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
WeightLengthConversionDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
WeightLengthConversionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
WeightLengthConversionDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
WeightLengthConversionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UnitConversionDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
UnitConversionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UnitConversionDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
UnitConversionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
RoundWeightConversionDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
RoundWeightConversionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
RoundWeightConversionDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
RoundWeightConversionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
WeightLengthConversionDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
WeightLengthConversionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
WeightLengthConversionDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
WeightLengthConversionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UnitConversionDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
UnitConversionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UnitConversionDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
UnitConversionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
RoundWeightConversionDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
RoundWeightConversionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
RoundWeightConversionDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
RoundWeightConversionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
WeightLengthConversionDaoBase.search(int transform,
Search search)
Does the same thing as
WeightLengthConversionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
WeightLengthConversionDao.search(int transform,
Search search)
Does the same thing as
WeightLengthConversionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
UnitConversionDaoBase.search(int transform,
Search search)
Does the same thing as
UnitConversionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
UnitConversionDao.search(int transform,
Search search)
Does the same thing as
UnitConversionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
RoundWeightConversionDaoBase.search(int transform,
Search search)
Does the same thing as
RoundWeightConversionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
RoundWeightConversionDao.search(int transform,
Search search)
Does the same thing as
RoundWeightConversionDao.search(Search) but with an
additional flag called transform . |
Set<WeightLengthConversion> |
WeightLengthConversionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<WeightLengthConversion> |
WeightLengthConversionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<UnitConversion> |
UnitConversionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<UnitConversion> |
UnitConversionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<RoundWeightConversion> |
RoundWeightConversionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<RoundWeightConversion> |
RoundWeightConversionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
GearDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearClassificationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearClassificationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearClassificationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearClassificationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearClassificationAssociationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearClassificationAssociationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearClassificationAssociationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
GearClassificationAssociationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearAssociationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearAssociationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearAssociationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
GearAssociationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingGearDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingGearDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingGearDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingGearDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearClassificationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearClassificationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearClassificationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearClassificationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearClassificationAssociationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearClassificationAssociationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearClassificationAssociationDao.search(int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
GearClassificationAssociationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearAssociationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GearAssociationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GearAssociationDao.search(int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
GearAssociationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingGearDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingGearDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FishingGearDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FishingGearDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
GearDaoBase.search(int transform,
Search search)
Does the same thing as
GearDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearDao.search(int transform,
Search search)
Does the same thing as
GearDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearClassificationDaoBase.search(int transform,
Search search)
Does the same thing as
GearClassificationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearClassificationDao.search(int transform,
Search search)
Does the same thing as
GearClassificationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearClassificationAssociationDaoBase.search(int transform,
Search search)
Does the same thing as
GearClassificationAssociationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearClassificationAssociationDao.search(int transform,
Search search)
Deprecated.
Does the same thing as
GearClassificationAssociationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearAssociationDaoBase.search(int transform,
Search search)
Does the same thing as
GearAssociationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GearAssociationDao.search(int transform,
Search search)
Deprecated.
Does the same thing as
GearAssociationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FishingGearDaoBase.search(int transform,
Search search)
Does the same thing as
FishingGearDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FishingGearDao.search(int transform,
Search search)
Does the same thing as
FishingGearDao.search(Search) but with an
additional flag called transform . |
Set<Gear> |
GearDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Gear> |
GearDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearClassification> |
GearClassificationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearClassification> |
GearClassificationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearClassificationAssociation> |
GearClassificationAssociationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearClassificationAssociation> |
GearClassificationAssociationDao.search(Search search)
Deprecated.
Performs a search using the parameters specified in the given
search object. |
Set<GearAssociation> |
GearAssociationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearAssociation> |
GearAssociationDao.search(Search search)
Deprecated.
Performs a search using the parameters specified in the given
search object. |
Set<FishingGear> |
FishingGearDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingGear> |
FishingGearDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
GroupingLevelDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingLevelDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingLevelDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingLevelDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingItemDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingItemDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingItemDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingItemDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingClassificationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingClassificationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingClassificationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingClassificationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingLevelDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingLevelDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingLevelDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingLevelDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingItemDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingItemDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingItemDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingItemDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingClassificationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingClassificationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingClassificationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingClassificationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
GroupingLevelDaoBase.search(int transform,
Search search)
Does the same thing as
GroupingLevelDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GroupingLevelDao.search(int transform,
Search search)
Does the same thing as
GroupingLevelDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GroupingItemDaoBase.search(int transform,
Search search)
Does the same thing as
GroupingItemDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GroupingItemDao.search(int transform,
Search search)
Does the same thing as
GroupingItemDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GroupingDaoBase.search(int transform,
Search search)
Does the same thing as
GroupingDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GroupingDao.search(int transform,
Search search)
Does the same thing as
GroupingDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GroupingClassificationDaoBase.search(int transform,
Search search)
Does the same thing as
GroupingClassificationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GroupingClassificationDao.search(int transform,
Search search)
Does the same thing as
GroupingClassificationDao.search(Search) but with an
additional flag called transform . |
Set<GroupingLevel> |
GroupingLevelDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GroupingLevel> |
GroupingLevelDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GroupingItem> |
GroupingItemDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GroupingItem> |
GroupingItemDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Grouping> |
GroupingDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Grouping> |
GroupingDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GroupingClassification> |
GroupingClassificationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GroupingClassification> |
GroupingClassificationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
LocationPointDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationPointDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationPointDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationPointDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationLineDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationLineDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationLineDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationLineDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationLevelDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationLevelDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationLevelDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationLevelDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationClassificationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationClassificationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationClassificationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationClassificationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationAssociationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationAssociationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationAssociationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationAssociationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationAreaDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationAreaDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationAreaDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationAreaDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationPointDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationPointDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationPointDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationPointDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationLineDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationLineDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationLineDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationLineDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationLevelDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationLevelDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationLevelDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationLevelDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationClassificationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationClassificationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationClassificationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationClassificationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationAssociationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationAssociationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationAssociationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationAssociationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationAreaDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationAreaDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationAreaDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationAreaDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
LocationPointDaoBase.search(int transform,
Search search)
Does the same thing as
LocationPointDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationPointDao.search(int transform,
Search search)
Does the same thing as
LocationPointDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationLineDaoBase.search(int transform,
Search search)
Does the same thing as
LocationLineDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationLineDao.search(int transform,
Search search)
Does the same thing as
LocationLineDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationLevelDaoBase.search(int transform,
Search search)
Does the same thing as
LocationLevelDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationLevelDao.search(int transform,
Search search)
Does the same thing as
LocationLevelDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationDaoBase.search(int transform,
Search search)
Does the same thing as
LocationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationDao.search(int transform,
Search search)
Does the same thing as
LocationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationClassificationDaoBase.search(int transform,
Search search)
Does the same thing as
LocationClassificationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationClassificationDao.search(int transform,
Search search)
Does the same thing as
LocationClassificationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationAssociationDaoBase.search(int transform,
Search search)
Does the same thing as
LocationAssociationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationAssociationDao.search(int transform,
Search search)
Does the same thing as
LocationAssociationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationAreaDaoBase.search(int transform,
Search search)
Does the same thing as
LocationAreaDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationAreaDao.search(int transform,
Search search)
Does the same thing as
LocationAreaDao.search(Search) but with an
additional flag called transform . |
Set<LocationPoint> |
LocationPointDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationPoint> |
LocationPointDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationLine> |
LocationLineDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationLine> |
LocationLineDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationLevel> |
LocationLevelDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationLevel> |
LocationLevelDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Location> |
LocationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Location> |
LocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationClassification> |
LocationClassificationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationClassification> |
LocationClassificationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationAssociation> |
LocationAssociationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationAssociation> |
LocationAssociationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationArea> |
LocationAreaDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationArea> |
LocationAreaDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
MetierDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
MetierDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MetierDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
MetierDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MetierDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
MetierDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MetierDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
MetierDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
MetierDaoBase.search(int transform,
Search search)
Does the same thing as
MetierDao.search(Search) but with an
additional flag called transform . |
Set<?> |
MetierDao.search(int transform,
Search search)
Does the same thing as
MetierDao.search(Search) but with an
additional flag called transform . |
Set<Metier> |
MetierDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Metier> |
MetierDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
OrderTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
OrderTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OrderTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
OrderTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OrderItemDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
OrderItemDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OrderItemDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
OrderItemDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OrderTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
OrderTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OrderTypeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
OrderTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OrderItemDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
OrderItemDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
OrderItemDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
OrderItemDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
OrderTypeDaoBase.search(int transform,
Search search)
Does the same thing as
OrderTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
OrderTypeDao.search(int transform,
Search search)
Does the same thing as
OrderTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
OrderItemDaoBase.search(int transform,
Search search)
Does the same thing as
OrderItemDao.search(Search) but with an
additional flag called transform . |
Set<?> |
OrderItemDao.search(int transform,
Search search)
Does the same thing as
OrderItemDao.search(Search) but with an
additional flag called transform . |
Set<OrderType> |
OrderTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<OrderType> |
OrderTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<OrderItem> |
OrderItemDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<OrderItem> |
OrderItemDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
UnitDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
UnitDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UnitDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
UnitDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QualitativeValueDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualitativeValueDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QualitativeValueDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualitativeValueDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PmfmDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PmfmDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PmfmDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
PmfmDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ParameterGroupDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ParameterGroupDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ParameterGroupDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ParameterGroupDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ParameterDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ParameterDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ParameterDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ParameterDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MethodDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
MethodDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MethodDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
MethodDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MatrixDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
MatrixDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MatrixDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
MatrixDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FractionDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FractionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FractionDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FractionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AggregationLevelDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AggregationLevelDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AggregationLevelDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AggregationLevelDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UnitDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
UnitDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
UnitDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
UnitDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QualitativeValueDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualitativeValueDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QualitativeValueDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualitativeValueDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PmfmDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PmfmDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
PmfmDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
PmfmDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ParameterGroupDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ParameterGroupDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ParameterGroupDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ParameterGroupDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ParameterDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ParameterDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ParameterDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ParameterDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MethodDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
MethodDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MethodDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
MethodDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MatrixDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
MatrixDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MatrixDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
MatrixDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FractionDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FractionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FractionDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FractionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AggregationLevelDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AggregationLevelDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AggregationLevelDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AggregationLevelDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
UnitDaoBase.search(int transform,
Search search)
Does the same thing as
UnitDao.search(Search) but with an
additional flag called transform . |
Set<?> |
UnitDao.search(int transform,
Search search)
Does the same thing as
UnitDao.search(Search) but with an
additional flag called transform . |
Set<?> |
QualitativeValueDaoBase.search(int transform,
Search search)
Does the same thing as
QualitativeValueDao.search(Search) but with an
additional flag called transform . |
Set<?> |
QualitativeValueDao.search(int transform,
Search search)
Does the same thing as
QualitativeValueDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PmfmDaoBase.search(int transform,
Search search)
Does the same thing as
PmfmDao.search(Search) but with an
additional flag called transform . |
Set<?> |
PmfmDao.search(int transform,
Search search)
Does the same thing as
PmfmDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ParameterGroupDaoBase.search(int transform,
Search search)
Does the same thing as
ParameterGroupDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ParameterGroupDao.search(int transform,
Search search)
Does the same thing as
ParameterGroupDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ParameterDaoBase.search(int transform,
Search search)
Does the same thing as
ParameterDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ParameterDao.search(int transform,
Search search)
Does the same thing as
ParameterDao.search(Search) but with an
additional flag called transform . |
Set<?> |
MethodDaoBase.search(int transform,
Search search)
Does the same thing as
MethodDao.search(Search) but with an
additional flag called transform . |
Set<?> |
MethodDao.search(int transform,
Search search)
Does the same thing as
MethodDao.search(Search) but with an
additional flag called transform . |
Set<?> |
MatrixDaoBase.search(int transform,
Search search)
Does the same thing as
MatrixDao.search(Search) but with an
additional flag called transform . |
Set<?> |
MatrixDao.search(int transform,
Search search)
Does the same thing as
MatrixDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FractionDaoBase.search(int transform,
Search search)
Does the same thing as
FractionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FractionDao.search(int transform,
Search search)
Does the same thing as
FractionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AggregationLevelDaoBase.search(int transform,
Search search)
Does the same thing as
AggregationLevelDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AggregationLevelDao.search(int transform,
Search search)
Does the same thing as
AggregationLevelDao.search(Search) but with an
additional flag called transform . |
Set<Unit> |
UnitDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Unit> |
UnitDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<QualitativeValue> |
QualitativeValueDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<QualitativeValue> |
QualitativeValueDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Pmfm> |
PmfmDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Pmfm> |
PmfmDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ParameterGroup> |
ParameterGroupDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ParameterGroup> |
ParameterGroupDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Parameter> |
ParameterDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Parameter> |
ParameterDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Method> |
MethodDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Method> |
MethodDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Matrix> |
MatrixDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Matrix> |
MatrixDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fraction> |
FractionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fraction> |
FractionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AggregationLevel> |
AggregationLevelDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AggregationLevel> |
AggregationLevelDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
QualificationRuleDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualificationRuleDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QualificationRuleDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualificationRuleDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QualificationRuleDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualificationRuleDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
QualificationRuleDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
QualificationRuleDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
QualificationRuleDaoBase.search(int transform,
Search search)
Does the same thing as
QualificationRuleDao.search(Search) but with an
additional flag called transform . |
Set<?> |
QualificationRuleDao.search(int transform,
Search search)
Does the same thing as
QualificationRuleDao.search(Search) but with an
additional flag called transform . |
Set<QualificationRule> |
QualificationRuleDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<QualificationRule> |
QualificationRuleDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
RegulationAreaDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
RegulationAreaDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
RegulationAreaDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
RegulationAreaDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
RegulationArea2RegulationLocationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
RegulationArea2RegulationLocationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
RegulationArea2RegulationLocationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
RegulationArea2RegulationLocationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MinimumSizeAllowedDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
MinimumSizeAllowedDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MinimumSizeAllowedDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
MinimumSizeAllowedDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FisheryDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FisheryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FisheryDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
FisheryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2TaxonGroupDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2TaxonGroupDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2TaxonGroupDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2TaxonGroupDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2MetierDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2MetierDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2MetierDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2MetierDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2GroupingDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2GroupingDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2GroupingDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2GroupingDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2GearDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2GearDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2GearDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2GearDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CorpusTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
CorpusTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CorpusTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
CorpusTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CorpusDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
CorpusDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CorpusDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
CorpusDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
RegulationAreaDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
RegulationAreaDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
RegulationAreaDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
RegulationAreaDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
RegulationArea2RegulationLocationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
RegulationArea2RegulationLocationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
RegulationArea2RegulationLocationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
RegulationArea2RegulationLocationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MinimumSizeAllowedDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
MinimumSizeAllowedDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
MinimumSizeAllowedDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
MinimumSizeAllowedDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FisheryDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FisheryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
FisheryDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
FisheryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2TaxonGroupDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2TaxonGroupDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2TaxonGroupDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2TaxonGroupDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2MetierDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2MetierDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2MetierDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2MetierDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2GroupingDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2GroupingDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2GroupingDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2GroupingDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2GearDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2GearDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
Fishery2GearDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
Fishery2GearDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CorpusTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
CorpusTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CorpusTypeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
CorpusTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CorpusDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
CorpusDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CorpusDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
CorpusDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
RegulationAreaDaoBase.search(int transform,
Search search)
Does the same thing as
RegulationAreaDao.search(Search) but with an
additional flag called transform . |
Set<?> |
RegulationAreaDao.search(int transform,
Search search)
Does the same thing as
RegulationAreaDao.search(Search) but with an
additional flag called transform . |
Set<?> |
RegulationArea2RegulationLocationDaoBase.search(int transform,
Search search)
Does the same thing as
RegulationArea2RegulationLocationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
RegulationArea2RegulationLocationDao.search(int transform,
Search search)
Does the same thing as
RegulationArea2RegulationLocationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
MinimumSizeAllowedDaoBase.search(int transform,
Search search)
Does the same thing as
MinimumSizeAllowedDao.search(Search) but with an
additional flag called transform . |
Set<?> |
MinimumSizeAllowedDao.search(int transform,
Search search)
Does the same thing as
MinimumSizeAllowedDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FisheryDaoBase.search(int transform,
Search search)
Does the same thing as
FisheryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
FisheryDao.search(int transform,
Search search)
Does the same thing as
FisheryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
Fishery2TaxonGroupDaoBase.search(int transform,
Search search)
Does the same thing as
Fishery2TaxonGroupDao.search(Search) but with an
additional flag called transform . |
Set<?> |
Fishery2TaxonGroupDao.search(int transform,
Search search)
Does the same thing as
Fishery2TaxonGroupDao.search(Search) but with an
additional flag called transform . |
Set<?> |
Fishery2MetierDaoBase.search(int transform,
Search search)
Does the same thing as
Fishery2MetierDao.search(Search) but with an
additional flag called transform . |
Set<?> |
Fishery2MetierDao.search(int transform,
Search search)
Does the same thing as
Fishery2MetierDao.search(Search) but with an
additional flag called transform . |
Set<?> |
Fishery2GroupingDaoBase.search(int transform,
Search search)
Does the same thing as
Fishery2GroupingDao.search(Search) but with an
additional flag called transform . |
Set<?> |
Fishery2GroupingDao.search(int transform,
Search search)
Does the same thing as
Fishery2GroupingDao.search(Search) but with an
additional flag called transform . |
Set<?> |
Fishery2GearDaoBase.search(int transform,
Search search)
Does the same thing as
Fishery2GearDao.search(Search) but with an
additional flag called transform . |
Set<?> |
Fishery2GearDao.search(int transform,
Search search)
Does the same thing as
Fishery2GearDao.search(Search) but with an
additional flag called transform . |
Set<?> |
CorpusTypeDaoBase.search(int transform,
Search search)
Does the same thing as
CorpusTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
CorpusTypeDao.search(int transform,
Search search)
Does the same thing as
CorpusTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
CorpusDaoBase.search(int transform,
Search search)
Does the same thing as
CorpusDao.search(Search) but with an
additional flag called transform . |
Set<?> |
CorpusDao.search(int transform,
Search search)
Does the same thing as
CorpusDao.search(Search) but with an
additional flag called transform . |
Set<RegulationArea> |
RegulationAreaDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<RegulationArea> |
RegulationAreaDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<MinimumSizeAllowed> |
MinimumSizeAllowedDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<MinimumSizeAllowed> |
MinimumSizeAllowedDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fishery> |
FisheryDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fishery> |
FisheryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fishery2TaxonGroup> |
Fishery2TaxonGroupDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fishery2TaxonGroup> |
Fishery2TaxonGroupDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fishery2Metier> |
Fishery2MetierDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fishery2Metier> |
Fishery2MetierDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fishery2Grouping> |
Fishery2GroupingDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fishery2Grouping> |
Fishery2GroupingDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fishery2Gear> |
Fishery2GearDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fishery2Gear> |
Fishery2GearDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<CorpusType> |
CorpusTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<CorpusType> |
CorpusTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Corpus> |
CorpusDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Corpus> |
CorpusDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
AppliedSizeCategoryDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedSizeCategoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedSizeCategoryDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedSizeCategoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedSizeCategoryDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedSizeCategoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AppliedSizeCategoryDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AppliedSizeCategoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
AppliedSizeCategoryDaoBase.search(int transform,
Search search)
Does the same thing as
AppliedSizeCategoryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AppliedSizeCategoryDao.search(int transform,
Search search)
Does the same thing as
AppliedSizeCategoryDao.search(Search) but with an
additional flag called transform . |
Set<AppliedSizeCategory> |
AppliedSizeCategoryDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AppliedSizeCategory> |
AppliedSizeCategoryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
SellerTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SellerTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SellerTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SellerTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SellerDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SellerDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SellerDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SellerDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SellerTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SellerTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SellerTypeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SellerTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SellerDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SellerDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SellerDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SellerDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
SellerTypeDaoBase.search(int transform,
Search search)
Does the same thing as
SellerTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SellerTypeDao.search(int transform,
Search search)
Does the same thing as
SellerTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SellerDaoBase.search(int transform,
Search search)
Does the same thing as
SellerDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SellerDao.search(int transform,
Search search)
Does the same thing as
SellerDao.search(Search) but with an
additional flag called transform . |
Set<SellerType> |
SellerTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SellerType> |
SellerTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Seller> |
SellerDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Seller> |
SellerDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
SpatialItemTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemPointDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemPointDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemPointDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemPointDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemLineDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemLineDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemLineDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemLineDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemAreaDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemAreaDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemAreaDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemAreaDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItem2LocationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItem2LocationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItem2LocationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItem2LocationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemTypeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemPointDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemPointDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemPointDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemPointDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemLineDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemLineDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemLineDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemLineDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemAreaDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemAreaDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItemAreaDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItemAreaDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItem2LocationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItem2LocationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SpatialItem2LocationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SpatialItem2LocationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
SpatialItemTypeDaoBase.search(int transform,
Search search)
Does the same thing as
SpatialItemTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SpatialItemTypeDao.search(int transform,
Search search)
Does the same thing as
SpatialItemTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SpatialItemPointDaoBase.search(int transform,
Search search)
Does the same thing as
SpatialItemPointDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SpatialItemPointDao.search(int transform,
Search search)
Does the same thing as
SpatialItemPointDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SpatialItemLineDaoBase.search(int transform,
Search search)
Does the same thing as
SpatialItemLineDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SpatialItemLineDao.search(int transform,
Search search)
Does the same thing as
SpatialItemLineDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SpatialItemDaoBase.search(int transform,
Search search)
Does the same thing as
SpatialItemDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SpatialItemDao.search(int transform,
Search search)
Does the same thing as
SpatialItemDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SpatialItemAreaDaoBase.search(int transform,
Search search)
Does the same thing as
SpatialItemAreaDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SpatialItemAreaDao.search(int transform,
Search search)
Does the same thing as
SpatialItemAreaDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SpatialItem2LocationDaoBase.search(int transform,
Search search)
Does the same thing as
SpatialItem2LocationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SpatialItem2LocationDao.search(int transform,
Search search)
Does the same thing as
SpatialItem2LocationDao.search(Search) but with an
additional flag called transform . |
Set<SpatialItemType> |
SpatialItemTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItemType> |
SpatialItemTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItemPoint> |
SpatialItemPointDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItemPoint> |
SpatialItemPointDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItemLine> |
SpatialItemLineDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItemLine> |
SpatialItemLineDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItem> |
SpatialItemDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItem> |
SpatialItemDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItemArea> |
SpatialItemAreaDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItemArea> |
SpatialItemAreaDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItem2Location> |
SpatialItem2LocationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItem2Location> |
SpatialItem2LocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
VirtualComponentDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VirtualComponentDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VirtualComponentDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
VirtualComponentDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonomicLevelDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonomicLevelDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonomicLevelDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonomicLevelDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonNameHistoryDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonNameHistoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonNameHistoryDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonNameHistoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonNameDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonNameDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonNameDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonNameDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonInformationHistoryDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonInformationHistoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonInformationHistoryDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonInformationHistoryDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonInformationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonInformationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonInformationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonInformationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupLengthPmfmDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupLengthPmfmDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupLengthPmfmDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupLengthPmfmDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupInformationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupInformationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupInformationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupInformationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupHistoricalRecordDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupHistoricalRecordDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupHistoricalRecordDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupHistoricalRecordDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ReferenceTaxonDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ReferenceTaxonDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ReferenceTaxonDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ReferenceTaxonDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ReferenceDocumentDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ReferenceDocumentDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ReferenceDocumentDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
ReferenceDocumentDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CitationDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
CitationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CitationDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
CitationDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AuthorDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AuthorDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AuthorDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
AuthorDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VirtualComponentDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VirtualComponentDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
VirtualComponentDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
VirtualComponentDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonomicLevelDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonomicLevelDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonomicLevelDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonomicLevelDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonNameHistoryDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonNameHistoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonNameHistoryDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonNameHistoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonNameDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonNameDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonNameDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonNameDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonInformationHistoryDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonInformationHistoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonInformationHistoryDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonInformationHistoryDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonInformationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonInformationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonInformationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonInformationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupTypeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupLengthPmfmDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupLengthPmfmDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupLengthPmfmDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupLengthPmfmDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupInformationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupInformationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupInformationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupInformationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupHistoricalRecordDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupHistoricalRecordDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupHistoricalRecordDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupHistoricalRecordDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ReferenceTaxonDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ReferenceTaxonDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ReferenceTaxonDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ReferenceTaxonDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ReferenceDocumentDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ReferenceDocumentDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
ReferenceDocumentDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
ReferenceDocumentDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CitationDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
CitationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
CitationDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
CitationDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AuthorDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AuthorDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
AuthorDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
AuthorDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
VirtualComponentDaoBase.search(int transform,
Search search)
Does the same thing as
VirtualComponentDao.search(Search) but with an
additional flag called transform . |
Set<?> |
VirtualComponentDao.search(int transform,
Search search)
Does the same thing as
VirtualComponentDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonomicLevelDaoBase.search(int transform,
Search search)
Does the same thing as
TaxonomicLevelDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonomicLevelDao.search(int transform,
Search search)
Does the same thing as
TaxonomicLevelDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonNameHistoryDaoBase.search(int transform,
Search search)
Does the same thing as
TaxonNameHistoryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonNameHistoryDao.search(int transform,
Search search)
Does the same thing as
TaxonNameHistoryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonNameDaoBase.search(int transform,
Search search)
Does the same thing as
TaxonNameDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonNameDao.search(int transform,
Search search)
Does the same thing as
TaxonNameDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonInformationHistoryDaoBase.search(int transform,
Search search)
Does the same thing as
TaxonInformationHistoryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonInformationHistoryDao.search(int transform,
Search search)
Does the same thing as
TaxonInformationHistoryDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonInformationDaoBase.search(int transform,
Search search)
Does the same thing as
TaxonInformationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonInformationDao.search(int transform,
Search search)
Does the same thing as
TaxonInformationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonGroupTypeDaoBase.search(int transform,
Search search)
Does the same thing as
TaxonGroupTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonGroupTypeDao.search(int transform,
Search search)
Does the same thing as
TaxonGroupTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonGroupLengthPmfmDaoBase.search(int transform,
Search search)
Does the same thing as
TaxonGroupLengthPmfmDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonGroupLengthPmfmDao.search(int transform,
Search search)
Does the same thing as
TaxonGroupLengthPmfmDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonGroupInformationDaoBase.search(int transform,
Search search)
Does the same thing as
TaxonGroupInformationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonGroupInformationDao.search(int transform,
Search search)
Does the same thing as
TaxonGroupInformationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonGroupHistoricalRecordDaoBase.search(int transform,
Search search)
Does the same thing as
TaxonGroupHistoricalRecordDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonGroupHistoricalRecordDao.search(int transform,
Search search)
Does the same thing as
TaxonGroupHistoricalRecordDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonGroupDaoBase.search(int transform,
Search search)
Does the same thing as
TaxonGroupDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonGroupDao.search(int transform,
Search search)
Does the same thing as
TaxonGroupDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ReferenceTaxonDaoBase.search(int transform,
Search search)
Does the same thing as
ReferenceTaxonDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ReferenceTaxonDao.search(int transform,
Search search)
Does the same thing as
ReferenceTaxonDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ReferenceDocumentDaoBase.search(int transform,
Search search)
Does the same thing as
ReferenceDocumentDao.search(Search) but with an
additional flag called transform . |
Set<?> |
ReferenceDocumentDao.search(int transform,
Search search)
Does the same thing as
ReferenceDocumentDao.search(Search) but with an
additional flag called transform . |
Set<?> |
CitationDaoBase.search(int transform,
Search search)
Does the same thing as
CitationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
CitationDao.search(int transform,
Search search)
Does the same thing as
CitationDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AuthorDaoBase.search(int transform,
Search search)
Does the same thing as
AuthorDao.search(Search) but with an
additional flag called transform . |
Set<?> |
AuthorDao.search(int transform,
Search search)
Does the same thing as
AuthorDao.search(Search) but with an
additional flag called transform . |
Set<VirtualComponent> |
VirtualComponentDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VirtualComponent> |
VirtualComponentDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonomicLevel> |
TaxonomicLevelDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonomicLevel> |
TaxonomicLevelDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonNameHistory> |
TaxonNameHistoryDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonNameHistory> |
TaxonNameHistoryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonName> |
TaxonNameDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonName> |
TaxonNameDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonInformationHistory> |
TaxonInformationHistoryDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonInformationHistory> |
TaxonInformationHistoryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonInformation> |
TaxonInformationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonInformation> |
TaxonInformationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroupType> |
TaxonGroupTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroupType> |
TaxonGroupTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroupLengthPmfm> |
TaxonGroupLengthPmfmDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroupLengthPmfm> |
TaxonGroupLengthPmfmDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroupInformation> |
TaxonGroupInformationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroupInformation> |
TaxonGroupInformationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroupHistoricalRecord> |
TaxonGroupHistoricalRecordDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroupHistoricalRecord> |
TaxonGroupHistoricalRecordDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroup> |
TaxonGroupDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroup> |
TaxonGroupDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ReferenceTaxon> |
ReferenceTaxonDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ReferenceTaxon> |
ReferenceTaxonDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ReferenceDocument> |
ReferenceDocumentDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ReferenceDocument> |
ReferenceDocumentDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Citation> |
CitationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Citation> |
CitationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Author> |
AuthorDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Author> |
AuthorDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
TranscribingSystemDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TranscribingSystemDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingSystemDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
TranscribingSystemDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingSideDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TranscribingSideDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingSideDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TranscribingSideDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingItemTypeDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TranscribingItemTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingItemTypeDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TranscribingItemTypeDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingItemDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TranscribingItemDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingItemDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TranscribingItemDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingSystemDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TranscribingSystemDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingSystemDao.search(int pageNumber,
int pageSize,
Search search)
Deprecated.
Does the same thing as
TranscribingSystemDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingSideDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TranscribingSideDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingSideDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TranscribingSideDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingItemTypeDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TranscribingItemTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingItemTypeDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TranscribingItemTypeDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingItemDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TranscribingItemDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TranscribingItemDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TranscribingItemDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
TranscribingSystemDaoBase.search(int transform,
Search search)
Does the same thing as
TranscribingSystemDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TranscribingSystemDao.search(int transform,
Search search)
Deprecated.
Does the same thing as
TranscribingSystemDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TranscribingSideDaoBase.search(int transform,
Search search)
Does the same thing as
TranscribingSideDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TranscribingSideDao.search(int transform,
Search search)
Does the same thing as
TranscribingSideDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TranscribingItemTypeDaoBase.search(int transform,
Search search)
Does the same thing as
TranscribingItemTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TranscribingItemTypeDao.search(int transform,
Search search)
Does the same thing as
TranscribingItemTypeDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TranscribingItemDaoBase.search(int transform,
Search search)
Does the same thing as
TranscribingItemDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TranscribingItemDao.search(int transform,
Search search)
Does the same thing as
TranscribingItemDao.search(Search) but with an
additional flag called transform . |
Set<TranscribingSystem> |
TranscribingSystemDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TranscribingSystem> |
TranscribingSystemDao.search(Search search)
Deprecated.
Performs a search using the parameters specified in the given
search object. |
Set<TranscribingSide> |
TranscribingSideDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TranscribingSide> |
TranscribingSideDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TranscribingItemType> |
TranscribingItemTypeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TranscribingItemType> |
TranscribingItemTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TranscribingItem> |
TranscribingItemDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TranscribingItem> |
TranscribingItemDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
GroupingVesselHierarchyDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingVesselHierarchyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingVesselHierarchyDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingVesselHierarchyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingItemHierarchyDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingItemHierarchyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingItemHierarchyDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingItemHierarchyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingVesselHierarchyDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingVesselHierarchyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingVesselHierarchyDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingVesselHierarchyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingItemHierarchyDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingItemHierarchyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
GroupingItemHierarchyDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
GroupingItemHierarchyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
GroupingVesselHierarchyDaoBase.search(int transform,
Search search)
Does the same thing as
GroupingVesselHierarchyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GroupingVesselHierarchyDao.search(int transform,
Search search)
Does the same thing as
GroupingVesselHierarchyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GroupingItemHierarchyDaoBase.search(int transform,
Search search)
Does the same thing as
GroupingItemHierarchyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
GroupingItemHierarchyDao.search(int transform,
Search search)
Does the same thing as
GroupingItemHierarchyDao.search(Search) but with an
additional flag called transform . |
Set<GroupingVesselHierarchy> |
GroupingVesselHierarchyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GroupingVesselHierarchy> |
GroupingVesselHierarchyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GroupingItemHierarchy> |
GroupingItemHierarchyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GroupingItemHierarchy> |
GroupingItemHierarchyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
LocationHierarchyOverrideDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationHierarchyOverrideDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationHierarchyOverrideDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationHierarchyOverrideDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationHierarchyExceptionDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationHierarchyExceptionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationHierarchyExceptionDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationHierarchyExceptionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationHierarchyDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationHierarchyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationHierarchyDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationHierarchyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationHierarchyOverrideDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationHierarchyOverrideDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationHierarchyOverrideDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationHierarchyOverrideDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationHierarchyExceptionDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationHierarchyExceptionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationHierarchyExceptionDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationHierarchyExceptionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationHierarchyDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationHierarchyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
LocationHierarchyDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
LocationHierarchyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
LocationHierarchyOverrideDaoBase.search(int transform,
Search search)
Does the same thing as
LocationHierarchyOverrideDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationHierarchyOverrideDao.search(int transform,
Search search)
Does the same thing as
LocationHierarchyOverrideDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationHierarchyExceptionDaoBase.search(int transform,
Search search)
Does the same thing as
LocationHierarchyExceptionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationHierarchyExceptionDao.search(int transform,
Search search)
Does the same thing as
LocationHierarchyExceptionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationHierarchyDaoBase.search(int transform,
Search search)
Does the same thing as
LocationHierarchyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
LocationHierarchyDao.search(int transform,
Search search)
Does the same thing as
LocationHierarchyDao.search(Search) but with an
additional flag called transform . |
Set<LocationHierarchyOverride> |
LocationHierarchyOverrideDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationHierarchyOverride> |
LocationHierarchyOverrideDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationHierarchyException> |
LocationHierarchyExceptionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationHierarchyException> |
LocationHierarchyExceptionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationHierarchy> |
LocationHierarchyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LocationHierarchy> |
LocationHierarchyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
TaxonGroupHierarchyDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupHierarchyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupHierarchyDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupHierarchyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroup2TaxonHierarchyDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroup2TaxonHierarchyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroup2TaxonHierarchyDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroup2TaxonHierarchyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupHierarchyDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupHierarchyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroupHierarchyDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroupHierarchyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroup2TaxonHierarchyDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroup2TaxonHierarchyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
TaxonGroup2TaxonHierarchyDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
TaxonGroup2TaxonHierarchyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
TaxonGroupHierarchyDaoBase.search(int transform,
Search search)
Does the same thing as
TaxonGroupHierarchyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonGroupHierarchyDao.search(int transform,
Search search)
Does the same thing as
TaxonGroupHierarchyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonGroup2TaxonHierarchyDaoBase.search(int transform,
Search search)
Does the same thing as
TaxonGroup2TaxonHierarchyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
TaxonGroup2TaxonHierarchyDao.search(int transform,
Search search)
Does the same thing as
TaxonGroup2TaxonHierarchyDao.search(Search) but with an
additional flag called transform . |
Set<TaxonGroupHierarchy> |
TaxonGroupHierarchyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroupHierarchy> |
TaxonGroupHierarchyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroup2TaxonHierarchy> |
TaxonGroup2TaxonHierarchyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroup2TaxonHierarchy> |
TaxonGroup2TaxonHierarchyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
DepartmentHierarchyDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DepartmentHierarchyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepartmentHierarchyDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DepartmentHierarchyDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepartmentHierarchyDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DepartmentHierarchyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DepartmentHierarchyDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DepartmentHierarchyDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
DepartmentHierarchyDaoBase.search(int transform,
Search search)
Does the same thing as
DepartmentHierarchyDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DepartmentHierarchyDao.search(int transform,
Search search)
Does the same thing as
DepartmentHierarchyDao.search(Search) but with an
additional flag called transform . |
Set<DepartmentHierarchy> |
DepartmentHierarchyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DepartmentHierarchy> |
DepartmentHierarchyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
DenormalizedVesselDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedVesselDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalizedVesselDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedVesselDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalizedVesselDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedVesselDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
DenormalizedVesselDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
DenormalizedVesselDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
DenormalizedVesselDaoBase.search(int transform,
Search search)
Does the same thing as
DenormalizedVesselDao.search(Search) but with an
additional flag called transform . |
Set<?> |
DenormalizedVesselDao.search(int transform,
Search search)
Does the same thing as
DenormalizedVesselDao.search(Search) but with an
additional flag called transform . |
Set<DenormalizedVessel> |
DenormalizedVesselDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DenormalizedVessel> |
DenormalizedVesselDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
PaginationResult |
SystemVersionDaoBase.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SystemVersionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SystemVersionDao.search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as
SystemVersionDao.search(int, Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SystemVersionDaoBase.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SystemVersionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
PaginationResult |
SystemVersionDao.search(int pageNumber,
int pageSize,
Search search)
Does the same thing as
SystemVersionDao.search(Search) but with an
additional two flags called pageNumber and pageSize . |
Set<?> |
SystemVersionDaoBase.search(int transform,
Search search)
Does the same thing as
SystemVersionDao.search(Search) but with an
additional flag called transform . |
Set<?> |
SystemVersionDao.search(int transform,
Search search)
Does the same thing as
SystemVersionDao.search(Search) but with an
additional flag called transform . |
Set<SystemVersion> |
SystemVersionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SystemVersion> |
SystemVersionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Copyright © 2012–2014 IFREMER. All rights reserved.