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(CommandDescriptionPK pk) CommandDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, CommandDescriptionPK pk) CommandDescriptionFactory.getValueFromPK(CommandDescriptionPK pk) voidCommandDescriptionFactory.remove(CommandDescriptionPK pk) booleanCommandDescriptionFactory.validPK(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.getValuesFromPKs(Collection<CommandDescriptionPK> pks) voidCommandDescriptionFactory.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