Uses of Class
com.echothree.model.data.search.server.value.SearchSortOrderDescriptionValue
Packages that use SearchSortOrderDescriptionValue
Package
Description
-
Uses of SearchSortOrderDescriptionValue in com.echothree.model.control.search.server.control
Methods in com.echothree.model.control.search.server.control that return SearchSortOrderDescriptionValueModifier and TypeMethodDescriptionSearchControl.getSearchSortOrderDescriptionValue(SearchSortOrderDescription searchSortOrderDescription) SearchControl.getSearchSortOrderDescriptionValueForUpdate(SearchSortOrder searchSortOrder, Language language) Methods in com.echothree.model.control.search.server.control with parameters of type SearchSortOrderDescriptionValueModifier and TypeMethodDescriptionvoidSearchControl.updateSearchSortOrderDescriptionFromValue(SearchSortOrderDescriptionValue searchSortOrderDescriptionValue, BasePK updatedBy) -
Uses of SearchSortOrderDescriptionValue in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return SearchSortOrderDescriptionValueModifier and TypeMethodDescriptionSearchSortOrderDescription.getSearchSortOrderDescriptionValue()Methods in com.echothree.model.data.search.server.entity with parameters of type SearchSortOrderDescriptionValueModifier and TypeMethodDescriptionvoidSearchSortOrderDescription.setSearchSortOrderDescriptionValue(SearchSortOrderDescriptionValue value) Constructors in com.echothree.model.data.search.server.entity with parameters of type SearchSortOrderDescriptionValueModifierConstructorDescriptionSearchSortOrderDescription(SearchSortOrderDescriptionValue value, EntityPermission entityPermission) Creates a new instance of SearchSortOrderDescription -
Uses of SearchSortOrderDescriptionValue in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return SearchSortOrderDescriptionValueModifier and TypeMethodDescriptionSearchSortOrderDescriptionFactory.getValueFromPK(Session session, SearchSortOrderDescriptionPK pk) SearchSortOrderDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type SearchSortOrderDescriptionValueModifier and TypeMethodDescriptionSearchSortOrderDescriptionFactory.getValuesFromPKs(Session session, Collection<SearchSortOrderDescriptionPK> pks) SearchSortOrderDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type SearchSortOrderDescriptionValueModifier and TypeMethodDescriptionSearchSortOrderDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, SearchSortOrderDescriptionValue value) SearchSortOrderDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SearchSortOrderDescriptionValue value) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type SearchSortOrderDescriptionValueModifier and TypeMethodDescriptionvoidSearchSortOrderDescriptionFactory.create(Session session, Collection<SearchSortOrderDescriptionValue> _values) voidSearchSortOrderDescriptionFactory.create(Collection<SearchSortOrderDescriptionValue> _values) -
Uses of SearchSortOrderDescriptionValue in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return SearchSortOrderDescriptionValue