Uses of Class
org.compiere.model.MSearchDefinition
Packages that use MSearchDefinition
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MSearchDefinition in org.adempiere.base.search
Methods in org.adempiere.base.search with parameters of type MSearchDefinitionModifier and TypeMethodDescriptionbooleanDefaultSQLSearchProvider.accept(MSearchDefinition def) booleanISearchProvider.accept(MSearchDefinition def) Check if this provider can handle the given search definition.DefaultSQLSearchProvider.search(MSearchDefinition msd, String searchString, int pageSize, int pageNo) ISearchProvider.search(MSearchDefinition def, String query, int pageSize, int pageNo) Execute search. -
Uses of MSearchDefinition in org.compiere.model
Methods in org.compiere.model that return types with arguments of type MSearchDefinitionModifier and TypeMethodDescriptionstatic List<MSearchDefinition>MSearchDefinition.getForCode(String transactionCode) Returns all SearchDefinition objects with the given transaction code