Uses of Class
com.echothree.model.data.user.common.pk.UserVisitCommandPK
Packages that use UserVisitCommandPK
Package
Description
-
Uses of UserVisitCommandPK in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return UserVisitCommandPK -
Uses of UserVisitCommandPK in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserVisitCommandPKModifier and TypeMethodDescriptionUserVisitCommandFactory.getNextPK()UserVisitCommandFactory.getPKFromQuery(PreparedStatement ps, Object... params) UserVisitCommandFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserVisitCommandPKModifier and TypeMethodDescriptionUserVisitCommandFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) UserVisitCommandFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) UserVisitCommandFactory.getPKsFromResultSetAsList(ResultSet rs) UserVisitCommandFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserVisitCommandPKModifier and TypeMethodDescriptionUserVisitCommandFactory.getEntityFromCache(UserVisitCommandPK pk) UserVisitCommandFactory.getEntityFromPK(EntityPermission entityPermission, UserVisitCommandPK pk) UserVisitCommandFactory.getValueFromPK(UserVisitCommandPK pk) voidUserVisitCommandFactory.remove(UserVisitCommandPK pk) booleanUserVisitCommandFactory.validPK(UserVisitCommandPK pk) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type UserVisitCommandPKModifier and TypeMethodDescriptionUserVisitCommandFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<UserVisitCommandPK> pks) UserVisitCommandFactory.getValuesFromPKs(Collection<UserVisitCommandPK> pks) voidUserVisitCommandFactory.remove(Collection<UserVisitCommandPK> pks) -
Uses of UserVisitCommandPK in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return UserVisitCommandPKConstructors in com.echothree.model.data.user.server.value with parameters of type UserVisitCommandPKModifierConstructorDescriptionUserVisitCommandValue(UserVisitCommandPK userVisitCommandPK, UserVisitPK userVisitPK, Integer userVisitCommandSequence, PartyPK partyPK, CommandPK commandPK, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) Creates a new instance of UserVisitCommandValue -
Uses of UserVisitCommandPK in com.echothree.model.jooq.server.records.user
Methods in com.echothree.model.jooq.server.records.user that return UserVisitCommandPKModifier and TypeMethodDescriptionUserVisitCommands.UserVisitCommand()Getter foruservisitcommands.uviscmd_uservisitcommandid.Methods in com.echothree.model.jooq.server.records.user that return types with arguments of type UserVisitCommandPKMethods in com.echothree.model.jooq.server.records.user with parameters of type UserVisitCommandPKModifier and TypeMethodDescriptionvoidUserVisitCommands.UserVisitCommand(UserVisitCommandPK value) Setter foruservisitcommands.uviscmd_uservisitcommandid.Constructors in com.echothree.model.jooq.server.records.user with parameters of type UserVisitCommandPKModifierConstructorDescriptionUserVisitCommands(UserVisitCommandPK UserVisitCommand, UserVisitPK UserVisit, Integer UserVisitCommandSequence, PartyPK Party, CommandPK Command, Long StartTime, Long EndTime, Boolean HadSecurityErrors, Boolean HadValidationErrors, Boolean HadExecutionErrors) Create a detached, initialised UserVisitCommands -
Uses of UserVisitCommandPK in com.echothree.model.jooq.server.tables.user
Fields in com.echothree.model.jooq.server.tables.user with type parameters of type UserVisitCommandPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<UserVisitCommands, UserVisitCommandPK> UserVisitCommands.USER_VISIT_COMMANDThe columnuservisitcommands.uviscmd_uservisitcommandid.