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(ServerServicePK pk) ServerServiceFactory.getEntityFromPK(EntityPermission entityPermission, ServerServicePK pk) ServerServiceFactory.getValueFromPK(ServerServicePK pk) voidServerServiceFactory.remove(ServerServicePK pk) booleanServerServiceFactory.validPK(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.getValuesFromPKs(Collection<ServerServicePK> pks) voidServerServiceFactory.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 TypeMethodDescriptionvoidScaleDetail.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) -
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 TypeMethodDescriptionvoidScaleDetailValue.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 -
Uses of ServerServicePK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return ServerServicePKModifier and TypeMethodDescriptionServerServices.ServerService()Getter forserverservices.servsrv_serverserviceid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type ServerServicePKMethods in com.echothree.model.jooq.server.records.core with parameters of type ServerServicePKModifier and TypeMethodDescriptionvoidServerServices.ServerService(ServerServicePK value) Setter forserverservices.servsrv_serverserviceid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type ServerServicePKModifierConstructorDescriptionServerServices(ServerServicePK ServerService, ServerPK Server, ServicePK Service, Long FromTime, Long ThruTime) Create a detached, initialised ServerServices -
Uses of ServerServicePK in com.echothree.model.jooq.server.records.scale
Methods in com.echothree.model.jooq.server.records.scale that return ServerServicePKModifier and TypeMethodDescriptionScaleDetails.ServerService()Getter forscaledetails.scldt_servsrv_serverserviceid.Methods in com.echothree.model.jooq.server.records.scale with parameters of type ServerServicePKModifier and TypeMethodDescriptionvoidScaleDetails.ServerService(ServerServicePK value) Setter forscaledetails.scldt_servsrv_serverserviceid.Constructors in com.echothree.model.jooq.server.records.scale with parameters of type ServerServicePKModifierConstructorDescriptionScaleDetails(ScaleDetailPK ScaleDetail, ScalePK Scale, String ScaleName, ScaleTypePK ScaleType, ServerServicePK ServerService, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ScaleDetails -
Uses of ServerServicePK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type ServerServicePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ServerServices, ServerServicePK> ServerServices.SERVER_SERVICEThe columnserverservices.servsrv_serverserviceid. -
Uses of ServerServicePK in com.echothree.model.jooq.server.tables.scale
Fields in com.echothree.model.jooq.server.tables.scale with type parameters of type ServerServicePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ScaleDetails, ServerServicePK> ScaleDetails.SERVER_SERVICEThe columnscaledetails.scldt_servsrv_serverserviceid.