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(ServerDescriptionPK pk) ServerDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ServerDescriptionPK pk) ServerDescriptionFactory.getValueFromPK(ServerDescriptionPK pk) voidServerDescriptionFactory.remove(ServerDescriptionPK pk) booleanServerDescriptionFactory.validPK(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.getValuesFromPKs(Collection<ServerDescriptionPK> pks) voidServerDescriptionFactory.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