Uses of Class
com.echothree.model.data.search.server.value.SearchSortOrderValue
Packages that use SearchSortOrderValue
Package
Description
-
Uses of SearchSortOrderValue in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return SearchSortOrderValueMethods in com.echothree.model.data.search.server.entity with parameters of type SearchSortOrderValueModifier and TypeMethodDescriptionvoidSearchSortOrder.setSearchSortOrderValue(SearchSortOrderValue value) Constructors in com.echothree.model.data.search.server.entity with parameters of type SearchSortOrderValueModifierConstructorDescriptionSearchSortOrder(SearchSortOrderValue value, EntityPermission entityPermission) Creates a new instance of SearchSortOrder -
Uses of SearchSortOrderValue in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return SearchSortOrderValueModifier and TypeMethodDescriptionSearchSortOrderFactory.getValueFromPK(SearchSortOrderPK pk) SearchSortOrderFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type SearchSortOrderValueModifier and TypeMethodDescriptionSearchSortOrderFactory.getValuesFromPKs(Collection<SearchSortOrderPK> pks) SearchSortOrderFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type SearchSortOrderValueModifier and TypeMethodDescriptionSearchSortOrderFactory.getEntityFromValue(EntityPermission entityPermission, SearchSortOrderValue value) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type SearchSortOrderValueModifier and TypeMethodDescriptionvoidSearchSortOrderFactory.create(Collection<SearchSortOrderValue> _values) -
Uses of SearchSortOrderValue in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return SearchSortOrderValue