Uses of Class
com.echothree.model.data.core.common.pk.CommandDescriptionPK
Packages that use CommandDescriptionPK
Package
Description
-
Uses of CommandDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CommandDescriptionPK -
Uses of CommandDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CommandDescriptionPKModifier and TypeMethodDescriptionCommandDescriptionFactory.getNextPK()
CommandDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) CommandDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CommandDescriptionPKModifier and TypeMethodDescriptionCommandDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) CommandDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) CommandDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) CommandDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CommandDescriptionPKModifier and TypeMethodDescriptionCommandDescriptionFactory.getEntityFromCache
(Session session, CommandDescriptionPK pk) CommandDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, CommandDescriptionPK pk) CommandDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CommandDescriptionPK pk) CommandDescriptionFactory.getValueFromPK
(Session session, CommandDescriptionPK pk) void
CommandDescriptionFactory.remove
(Session session, CommandDescriptionPK pk) boolean
CommandDescriptionFactory.validPK
(Session session, CommandDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CommandDescriptionPKModifier and TypeMethodDescriptionCommandDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CommandDescriptionPK> pks) CommandDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CommandDescriptionPK> pks) CommandDescriptionFactory.getValuesFromPKs
(Session session, Collection<CommandDescriptionPK> pks) void
CommandDescriptionFactory.remove
(Session session, Collection<CommandDescriptionPK> pks) void
CommandDescriptionFactory.remove
(Collection<CommandDescriptionPK> pks) -
Uses of CommandDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return CommandDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type CommandDescriptionPKModifierConstructorDescriptionCommandDescriptionValue
(CommandDescriptionPK commandDescriptionPK, CommandPK commandPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CommandDescriptionValue