Interface BaseSearchForm
- All Superinterfaces:
BaseForm,BaseSpec,LanguageSpec,SearchDefaultOperatorSpec,SearchSortDirectionSpec,SearchUseTypeSpec
- All Known Subinterfaces:
SearchComponentVendorsForm,SearchContactMechanismsForm,SearchContentCatalogItemsForm,SearchContentCatalogsForm,SearchContentCategoriesForm,SearchEntityAliasTypesForm,SearchEntityAttributeGroupsForm,SearchEntityAttributesForm,SearchEntityListItemsForm,SearchEntityTypesForm,SearchForumMessagesForm,SearchHarmonizedTariffScheduleCodesForm,SearchItemsForm,SearchOffersForm,SearchSecurityRoleGroupsForm,SearchSecurityRolesForm,SearchShippingMethodsForm,SearchUsesForm,SearchUseTypesForm
public interface BaseSearchForm
extends LanguageSpec, SearchDefaultOperatorSpec, SearchSortDirectionSpec, SearchUseTypeSpec
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreatedSince(String createdSince) voidvoidsetModifiedSince(String modifiedSince) voidsetRememberPreferences(String rememberPreferences) voidsetSearchSortOrderName(String searchSortOrderName) voidsetSearchTypeName(String searchTypeName) Methods inherited from interface com.echothree.util.common.form.BaseForm
get, get, getFormName, getLimits, getOptions, getPreferredClobMimeTypeName, getTransferProperties, reset, set, set, setFormName, setLimits, setOptions, setPreferredClobMimeTypeName, setTransferProperties, toStringMethods inherited from interface com.echothree.control.user.party.common.spec.LanguageSpec
getLanguageIsoName, setLanguageIsoNameMethods inherited from interface com.echothree.control.user.search.common.spec.SearchDefaultOperatorSpec
getSearchDefaultOperatorName, setSearchDefaultOperatorNameMethods inherited from interface com.echothree.control.user.search.common.spec.SearchSortDirectionSpec
getSearchSortDirectionName, setSearchSortDirectionNameMethods inherited from interface com.echothree.control.user.search.common.spec.SearchUseTypeSpec
getSearchUseTypeName, setSearchUseTypeName
-
Method Details
-
getSearchTypeName
-
setSearchTypeName
-
getSearchSortOrderName
-
setSearchSortOrderName
-
getCreatedSince
-
setCreatedSince
-
getModifiedSince
-
setModifiedSince
-
getFields
-
setFields
-
getRememberPreferences
-
setRememberPreferences
-