Uses of Class
com.echothree.model.data.core.common.pk.ServerDescriptionPK
Packages that use ServerDescriptionPK
Package
Description
-
Uses of ServerDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServerDescriptionPK -
Uses of ServerDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServerDescriptionPKModifier and TypeMethodDescriptionServerDescriptionFactory.getNextPK()
ServerDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ServerDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServerDescriptionPKModifier and TypeMethodDescriptionServerDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ServerDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ServerDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) ServerDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServerDescriptionPKModifier and TypeMethodDescriptionServerDescriptionFactory.getEntityFromCache
(Session session, ServerDescriptionPK pk) ServerDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ServerDescriptionPK pk) ServerDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ServerDescriptionPK pk) ServerDescriptionFactory.getValueFromPK
(Session session, ServerDescriptionPK pk) void
ServerDescriptionFactory.remove
(Session session, ServerDescriptionPK pk) boolean
ServerDescriptionFactory.validPK
(Session session, ServerDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServerDescriptionPKModifier and TypeMethodDescriptionServerDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ServerDescriptionPK> pks) ServerDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ServerDescriptionPK> pks) ServerDescriptionFactory.getValuesFromPKs
(Session session, Collection<ServerDescriptionPK> pks) void
ServerDescriptionFactory.remove
(Session session, Collection<ServerDescriptionPK> pks) void
ServerDescriptionFactory.remove
(Collection<ServerDescriptionPK> pks) -
Uses of ServerDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServerDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type ServerDescriptionPKModifierConstructorDescriptionServerDescriptionValue
(ServerDescriptionPK serverDescriptionPK, ServerPK serverPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ServerDescriptionValue