Uses of Class
com.echothree.model.data.selector.common.pk.SelectorKindDescriptionPK
Packages that use SelectorKindDescriptionPK
Package
Description
-
Uses of SelectorKindDescriptionPK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorKindDescriptionPK -
Uses of SelectorKindDescriptionPK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorKindDescriptionPKModifier and TypeMethodDescriptionSelectorKindDescriptionFactory.getNextPK()
SelectorKindDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) SelectorKindDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorKindDescriptionPKModifier and TypeMethodDescriptionSelectorKindDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) SelectorKindDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) SelectorKindDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) SelectorKindDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorKindDescriptionPKModifier and TypeMethodDescriptionSelectorKindDescriptionFactory.getEntityFromCache
(Session session, SelectorKindDescriptionPK pk) SelectorKindDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, SelectorKindDescriptionPK pk) SelectorKindDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, SelectorKindDescriptionPK pk) SelectorKindDescriptionFactory.getValueFromPK
(Session session, SelectorKindDescriptionPK pk) void
SelectorKindDescriptionFactory.remove
(Session session, SelectorKindDescriptionPK pk) boolean
SelectorKindDescriptionFactory.validPK
(Session session, SelectorKindDescriptionPK pk) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorKindDescriptionPKModifier and TypeMethodDescriptionSelectorKindDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<SelectorKindDescriptionPK> pks) SelectorKindDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<SelectorKindDescriptionPK> pks) SelectorKindDescriptionFactory.getValuesFromPKs
(Session session, Collection<SelectorKindDescriptionPK> pks) void
SelectorKindDescriptionFactory.remove
(Session session, Collection<SelectorKindDescriptionPK> pks) void
SelectorKindDescriptionFactory.remove
(Collection<SelectorKindDescriptionPK> pks) -
Uses of SelectorKindDescriptionPK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorKindDescriptionPKConstructors in com.echothree.model.data.selector.server.value with parameters of type SelectorKindDescriptionPKModifierConstructorDescriptionSelectorKindDescriptionValue
(SelectorKindDescriptionPK selectorKindDescriptionPK, SelectorKindPK selectorKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SelectorKindDescriptionValue