Uses of Class
com.echothree.model.data.search.server.value.SearchSortDirectionDescriptionValue
Packages that use SearchSortDirectionDescriptionValue
Package
Description
-
Uses of SearchSortDirectionDescriptionValue in com.echothree.model.control.search.server.control
Methods in com.echothree.model.control.search.server.control that return SearchSortDirectionDescriptionValueModifier and TypeMethodDescriptionSearchControl.getSearchSortDirectionDescriptionValue(SearchSortDirectionDescription searchSortDirectionDescription) SearchControl.getSearchSortDirectionDescriptionValueForUpdate(SearchSortDirection searchSortDirection, Language language) Methods in com.echothree.model.control.search.server.control with parameters of type SearchSortDirectionDescriptionValueModifier and TypeMethodDescriptionvoidSearchControl.updateSearchSortDirectionDescriptionFromValue(SearchSortDirectionDescriptionValue searchSortDirectionDescriptionValue, BasePK updatedBy) -
Uses of SearchSortDirectionDescriptionValue in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return SearchSortDirectionDescriptionValueModifier and TypeMethodDescriptionSearchSortDirectionDescription.getSearchSortDirectionDescriptionValue()Methods in com.echothree.model.data.search.server.entity with parameters of type SearchSortDirectionDescriptionValueModifier and TypeMethodDescriptionvoidSearchSortDirectionDescription.setSearchSortDirectionDescriptionValue(SearchSortDirectionDescriptionValue value) Constructors in com.echothree.model.data.search.server.entity with parameters of type SearchSortDirectionDescriptionValueModifierConstructorDescriptionSearchSortDirectionDescription(SearchSortDirectionDescriptionValue value, EntityPermission entityPermission) Creates a new instance of SearchSortDirectionDescription -
Uses of SearchSortDirectionDescriptionValue in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return SearchSortDirectionDescriptionValueModifier and TypeMethodDescriptionSearchSortDirectionDescriptionFactory.getValueFromPK(Session session, SearchSortDirectionDescriptionPK pk) SearchSortDirectionDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type SearchSortDirectionDescriptionValueModifier and TypeMethodDescriptionSearchSortDirectionDescriptionFactory.getValuesFromPKs(Session session, Collection<SearchSortDirectionDescriptionPK> pks) SearchSortDirectionDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type SearchSortDirectionDescriptionValueModifier and TypeMethodDescriptionSearchSortDirectionDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, SearchSortDirectionDescriptionValue value) SearchSortDirectionDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SearchSortDirectionDescriptionValue value) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type SearchSortDirectionDescriptionValueModifier and TypeMethodDescriptionvoidSearchSortDirectionDescriptionFactory.create(Session session, Collection<SearchSortDirectionDescriptionValue> _values) voidSearchSortDirectionDescriptionFactory.create(Collection<SearchSortDirectionDescriptionValue> _values) -
Uses of SearchSortDirectionDescriptionValue in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return SearchSortDirectionDescriptionValue