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
(Session session, UserVisitCommandPK pk) UserVisitCommandFactory.getEntityFromPK
(EntityPermission entityPermission, UserVisitCommandPK pk) UserVisitCommandFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, UserVisitCommandPK pk) UserVisitCommandFactory.getValueFromPK
(Session session, UserVisitCommandPK pk) void
UserVisitCommandFactory.remove
(Session session, UserVisitCommandPK pk) boolean
UserVisitCommandFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<UserVisitCommandPK> pks) UserVisitCommandFactory.getValuesFromPKs
(Session session, Collection<UserVisitCommandPK> pks) void
UserVisitCommandFactory.remove
(Session session, Collection<UserVisitCommandPK> pks) void
UserVisitCommandFactory.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