Uses of Class
com.echothree.model.data.search.server.value.SearchSortDirectionValue
Packages that use SearchSortDirectionValue
Package
Description
-
Uses of SearchSortDirectionValue in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return SearchSortDirectionValueMethods in com.echothree.model.data.search.server.entity with parameters of type SearchSortDirectionValueModifier and TypeMethodDescriptionvoidSearchSortDirection.setSearchSortDirectionValue(SearchSortDirectionValue value) Constructors in com.echothree.model.data.search.server.entity with parameters of type SearchSortDirectionValueModifierConstructorDescriptionSearchSortDirection(SearchSortDirectionValue value, EntityPermission entityPermission) Creates a new instance of SearchSortDirection -
Uses of SearchSortDirectionValue in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return SearchSortDirectionValueModifier and TypeMethodDescriptionSearchSortDirectionFactory.getValueFromPK(Session session, SearchSortDirectionPK pk) SearchSortDirectionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type SearchSortDirectionValueModifier and TypeMethodDescriptionSearchSortDirectionFactory.getValuesFromPKs(Session session, Collection<SearchSortDirectionPK> pks) SearchSortDirectionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type SearchSortDirectionValueModifier and TypeMethodDescriptionSearchSortDirectionFactory.getEntityFromValue(EntityPermission entityPermission, SearchSortDirectionValue value) SearchSortDirectionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SearchSortDirectionValue value) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type SearchSortDirectionValueModifier and TypeMethodDescriptionvoidSearchSortDirectionFactory.create(Session session, Collection<SearchSortDirectionValue> _values) voidSearchSortDirectionFactory.create(Collection<SearchSortDirectionValue> _values) -
Uses of SearchSortDirectionValue in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return SearchSortDirectionValue