Uses of Class
com.echothree.model.data.core.common.pk.ServerServicePK
Packages that use ServerServicePK
Package
Description
-
Uses of ServerServicePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServerServicePK -
Uses of ServerServicePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServerServicePKModifier and TypeMethodDescriptionServerServiceFactory.getNextPK()
ServerServiceFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ServerServiceFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServerServicePKModifier and TypeMethodDescriptionServerServiceFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ServerServiceFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ServerServiceFactory.getPKsFromResultSetAsList
(ResultSet rs) ServerServiceFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServerServicePKModifier and TypeMethodDescriptionServerServiceFactory.getEntityFromCache
(Session session, ServerServicePK pk) ServerServiceFactory.getEntityFromPK
(EntityPermission entityPermission, ServerServicePK pk) ServerServiceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ServerServicePK pk) ServerServiceFactory.getValueFromPK
(Session session, ServerServicePK pk) void
ServerServiceFactory.remove
(Session session, ServerServicePK pk) boolean
ServerServiceFactory.validPK
(Session session, ServerServicePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServerServicePKModifier and TypeMethodDescriptionServerServiceFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ServerServicePK> pks) ServerServiceFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ServerServicePK> pks) ServerServiceFactory.getValuesFromPKs
(Session session, Collection<ServerServicePK> pks) void
ServerServiceFactory.remove
(Session session, Collection<ServerServicePK> pks) void
ServerServiceFactory.remove
(Collection<ServerServicePK> pks) -
Uses of ServerServicePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServerServicePKConstructors in com.echothree.model.data.core.server.value with parameters of type ServerServicePKModifierConstructorDescriptionServerServiceValue
(ServerServicePK serverServicePK, ServerPK serverPK, ServicePK servicePK, Long fromTime, Long thruTime) Creates a new instance of ServerServiceValue -
Uses of ServerServicePK in com.echothree.model.data.scale.server.entity
Methods in com.echothree.model.data.scale.server.entity that return ServerServicePKMethods in com.echothree.model.data.scale.server.entity with parameters of type ServerServicePKModifier and TypeMethodDescriptionvoid
ScaleDetail.setServerServicePK
(ServerServicePK serverServicePK) -
Uses of ServerServicePK in com.echothree.model.data.scale.server.factory
Methods in com.echothree.model.data.scale.server.factory with parameters of type ServerServicePKModifier and TypeMethodDescriptionScaleDetailFactory.create
(ScalePK scalePK, String scaleName, ScaleTypePK scaleTypePK, ServerServicePK serverServicePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ScaleDetailFactory.create
(Session session, ScalePK scalePK, String scaleName, ScaleTypePK scaleTypePK, ServerServicePK serverServicePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of ServerServicePK in com.echothree.model.data.scale.server.value
Methods in com.echothree.model.data.scale.server.value that return ServerServicePKMethods in com.echothree.model.data.scale.server.value with parameters of type ServerServicePKModifier and TypeMethodDescriptionvoid
ScaleDetailValue.setServerServicePK
(ServerServicePK serverServicePK) Constructors in com.echothree.model.data.scale.server.value with parameters of type ServerServicePKModifierConstructorDescriptionScaleDetailValue
(ScaleDetailPK scaleDetailPK, ScalePK scalePK, String scaleName, ScaleTypePK scaleTypePK, ServerServicePK serverServicePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ScaleDetailValueScaleDetailValue
(ScalePK scalePK, String scaleName, ScaleTypePK scaleTypePK, ServerServicePK serverServicePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ScaleDetailValue