Uses of Class
com.echothree.model.data.core.common.pk.ProtocolDescriptionPK
Packages that use ProtocolDescriptionPK
Package
Description
-
Uses of ProtocolDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ProtocolDescriptionPK -
Uses of ProtocolDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ProtocolDescriptionPKModifier and TypeMethodDescriptionProtocolDescriptionFactory.getNextPK()
ProtocolDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ProtocolDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ProtocolDescriptionPKModifier and TypeMethodDescriptionProtocolDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ProtocolDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ProtocolDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) ProtocolDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ProtocolDescriptionPKModifier and TypeMethodDescriptionProtocolDescriptionFactory.getEntityFromCache
(Session session, ProtocolDescriptionPK pk) ProtocolDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ProtocolDescriptionPK pk) ProtocolDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ProtocolDescriptionPK pk) ProtocolDescriptionFactory.getValueFromPK
(Session session, ProtocolDescriptionPK pk) void
ProtocolDescriptionFactory.remove
(Session session, ProtocolDescriptionPK pk) boolean
ProtocolDescriptionFactory.validPK
(Session session, ProtocolDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ProtocolDescriptionPKModifier and TypeMethodDescriptionProtocolDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ProtocolDescriptionPK> pks) ProtocolDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ProtocolDescriptionPK> pks) ProtocolDescriptionFactory.getValuesFromPKs
(Session session, Collection<ProtocolDescriptionPK> pks) void
ProtocolDescriptionFactory.remove
(Session session, Collection<ProtocolDescriptionPK> pks) void
ProtocolDescriptionFactory.remove
(Collection<ProtocolDescriptionPK> pks) -
Uses of ProtocolDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ProtocolDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type ProtocolDescriptionPKModifierConstructorDescriptionProtocolDescriptionValue
(ProtocolDescriptionPK protocolDescriptionPK, ProtocolPK protocolPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ProtocolDescriptionValue