Uses of Class
com.echothree.model.data.search.common.pk.SearchSortDirectionDescriptionPK
Packages that use SearchSortDirectionDescriptionPK
Package
Description
-
Uses of SearchSortDirectionDescriptionPK in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return SearchSortDirectionDescriptionPK -
Uses of SearchSortDirectionDescriptionPK in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return SearchSortDirectionDescriptionPKModifier and TypeMethodDescriptionSearchSortDirectionDescriptionFactory.getNextPK()
SearchSortDirectionDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) SearchSortDirectionDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type SearchSortDirectionDescriptionPKModifier and TypeMethodDescriptionSearchSortDirectionDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) SearchSortDirectionDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) SearchSortDirectionDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) SearchSortDirectionDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type SearchSortDirectionDescriptionPKModifier and TypeMethodDescriptionSearchSortDirectionDescriptionFactory.getEntityFromCache
(Session session, SearchSortDirectionDescriptionPK pk) SearchSortDirectionDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, SearchSortDirectionDescriptionPK pk) SearchSortDirectionDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, SearchSortDirectionDescriptionPK pk) SearchSortDirectionDescriptionFactory.getValueFromPK
(Session session, SearchSortDirectionDescriptionPK pk) void
SearchSortDirectionDescriptionFactory.remove
(Session session, SearchSortDirectionDescriptionPK pk) boolean
SearchSortDirectionDescriptionFactory.validPK
(Session session, SearchSortDirectionDescriptionPK pk) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type SearchSortDirectionDescriptionPKModifier and TypeMethodDescriptionSearchSortDirectionDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<SearchSortDirectionDescriptionPK> pks) SearchSortDirectionDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<SearchSortDirectionDescriptionPK> pks) SearchSortDirectionDescriptionFactory.getValuesFromPKs
(Session session, Collection<SearchSortDirectionDescriptionPK> pks) void
SearchSortDirectionDescriptionFactory.remove
(Session session, Collection<SearchSortDirectionDescriptionPK> pks) void
SearchSortDirectionDescriptionFactory.remove
(Collection<SearchSortDirectionDescriptionPK> pks) -
Uses of SearchSortDirectionDescriptionPK in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return SearchSortDirectionDescriptionPKConstructors in com.echothree.model.data.search.server.value with parameters of type SearchSortDirectionDescriptionPKModifierConstructorDescriptionSearchSortDirectionDescriptionValue
(SearchSortDirectionDescriptionPK searchSortDirectionDescriptionPK, SearchSortDirectionPK searchSortDirectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SearchSortDirectionDescriptionValue