Uses of Class
com.echothree.model.data.search.common.pk.SearchSortOrderDescriptionPK
Packages that use SearchSortOrderDescriptionPK
Package
Description
-
Uses of SearchSortOrderDescriptionPK in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return SearchSortOrderDescriptionPK -
Uses of SearchSortOrderDescriptionPK in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return SearchSortOrderDescriptionPKModifier and TypeMethodDescriptionSearchSortOrderDescriptionFactory.getNextPK()SearchSortOrderDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) SearchSortOrderDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type SearchSortOrderDescriptionPKModifier and TypeMethodDescriptionSearchSortOrderDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SearchSortOrderDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SearchSortOrderDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) SearchSortOrderDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type SearchSortOrderDescriptionPKModifier and TypeMethodDescriptionSearchSortOrderDescriptionFactory.getEntityFromCache(SearchSortOrderDescriptionPK pk) SearchSortOrderDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, SearchSortOrderDescriptionPK pk) SearchSortOrderDescriptionFactory.getValueFromPK(SearchSortOrderDescriptionPK pk) voidSearchSortOrderDescriptionFactory.remove(SearchSortOrderDescriptionPK pk) booleanSearchSortOrderDescriptionFactory.validPK(SearchSortOrderDescriptionPK pk) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type SearchSortOrderDescriptionPKModifier and TypeMethodDescriptionSearchSortOrderDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SearchSortOrderDescriptionPK> pks) SearchSortOrderDescriptionFactory.getValuesFromPKs(Collection<SearchSortOrderDescriptionPK> pks) voidSearchSortOrderDescriptionFactory.remove(Collection<SearchSortOrderDescriptionPK> pks) -
Uses of SearchSortOrderDescriptionPK in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return SearchSortOrderDescriptionPKConstructors in com.echothree.model.data.search.server.value with parameters of type SearchSortOrderDescriptionPKModifierConstructorDescriptionSearchSortOrderDescriptionValue(SearchSortOrderDescriptionPK searchSortOrderDescriptionPK, SearchSortOrderPK searchSortOrderPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SearchSortOrderDescriptionValue -
Uses of SearchSortOrderDescriptionPK in com.echothree.model.jooq.server.records.search
Methods in com.echothree.model.jooq.server.records.search that return SearchSortOrderDescriptionPKModifier and TypeMethodDescriptionSearchSortOrderDescriptions.SearchSortOrderDescription()Getter forsearchsortorderdescriptions.srchsrtordd_searchsortorderdescriptionid.Methods in com.echothree.model.jooq.server.records.search that return types with arguments of type SearchSortOrderDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<SearchSortOrderDescriptionPK> SearchSortOrderDescriptions.key()Methods in com.echothree.model.jooq.server.records.search with parameters of type SearchSortOrderDescriptionPKModifier and TypeMethodDescriptionvoidSearchSortOrderDescriptions.SearchSortOrderDescription(SearchSortOrderDescriptionPK value) Setter forsearchsortorderdescriptions.srchsrtordd_searchsortorderdescriptionid.Constructors in com.echothree.model.jooq.server.records.search with parameters of type SearchSortOrderDescriptionPKModifierConstructorDescriptionSearchSortOrderDescriptions(SearchSortOrderDescriptionPK SearchSortOrderDescription, SearchSortOrderPK SearchSortOrder, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised SearchSortOrderDescriptions -
Uses of SearchSortOrderDescriptionPK in com.echothree.model.jooq.server.tables.search
Fields in com.echothree.model.jooq.server.tables.search with type parameters of type SearchSortOrderDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SearchSortOrderDescriptions, SearchSortOrderDescriptionPK> SearchSortOrderDescriptions.SEARCH_SORT_ORDER_DESCRIPTIONThe columnsearchsortorderdescriptions.srchsrtordd_searchsortorderdescriptionid.