Uses of Class
com.echothree.model.data.search.server.value.SearchSortOrderDetailValue
Packages that use SearchSortOrderDetailValue
Package
Description
-
Uses of SearchSortOrderDetailValue in com.echothree.model.control.search.server.control
Methods in com.echothree.model.control.search.server.control that return SearchSortOrderDetailValueModifier and TypeMethodDescriptionSearchControl.getDefaultSearchSortOrderDetailValueForUpdate(SearchKind searchKind) SearchControl.getSearchSortOrderDetailValueByNameForUpdate(SearchKind searchKind, String searchSortOrderName) SearchControl.getSearchSortOrderDetailValueForUpdate(SearchSortOrder searchSortOrder) Methods in com.echothree.model.control.search.server.control with parameters of type SearchSortOrderDetailValueModifier and TypeMethodDescriptionvoidSearchControl.updateSearchSortOrderFromValue(SearchSortOrderDetailValue searchSortOrderDetailValue, BasePK updatedBy) -
Uses of SearchSortOrderDetailValue in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return SearchSortOrderDetailValueMethods in com.echothree.model.data.search.server.entity with parameters of type SearchSortOrderDetailValueModifier and TypeMethodDescriptionvoidSearchSortOrderDetail.setSearchSortOrderDetailValue(SearchSortOrderDetailValue value) Constructors in com.echothree.model.data.search.server.entity with parameters of type SearchSortOrderDetailValueModifierConstructorDescriptionSearchSortOrderDetail(SearchSortOrderDetailValue value, EntityPermission entityPermission) Creates a new instance of SearchSortOrderDetail -
Uses of SearchSortOrderDetailValue in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return SearchSortOrderDetailValueModifier and TypeMethodDescriptionSearchSortOrderDetailFactory.getValueFromPK(Session session, SearchSortOrderDetailPK pk) SearchSortOrderDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type SearchSortOrderDetailValueModifier and TypeMethodDescriptionSearchSortOrderDetailFactory.getValuesFromPKs(Session session, Collection<SearchSortOrderDetailPK> pks) SearchSortOrderDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type SearchSortOrderDetailValueModifier and TypeMethodDescriptionSearchSortOrderDetailFactory.getEntityFromValue(EntityPermission entityPermission, SearchSortOrderDetailValue value) SearchSortOrderDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SearchSortOrderDetailValue value) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type SearchSortOrderDetailValueModifier and TypeMethodDescriptionvoidSearchSortOrderDetailFactory.create(Session session, Collection<SearchSortOrderDetailValue> _values) voidSearchSortOrderDetailFactory.create(Collection<SearchSortOrderDetailValue> _values) -
Uses of SearchSortOrderDetailValue in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return SearchSortOrderDetailValue