Uses of Class
com.echothree.model.data.core.common.pk.ServicePK
Packages that use ServicePK
Package
Description
-
Uses of ServicePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServicePKModifier and TypeMethodDescriptionService.getPrimaryKey()ServerService.getServicePK()ServiceDescription.getServicePK()ServiceDetail.getServicePK()Methods in com.echothree.model.data.core.server.entity with parameters of type ServicePKModifier and TypeMethodDescriptionvoidServerService.setServicePK(ServicePK servicePK) voidServiceDescription.setServicePK(ServicePK servicePK) voidServiceDetail.setServicePK(ServicePK servicePK) -
Uses of ServicePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServicePKModifier and TypeMethodDescriptionServiceFactory.getNextPK()ServiceFactory.getPKFromQuery(PreparedStatement ps, Object... params) ServiceFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServicePKModifier and TypeMethodDescriptionServiceFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ServiceFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ServiceFactory.getPKsFromResultSetAsList(ResultSet rs) ServiceFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServicePKModifier and TypeMethodDescriptionServiceDescriptionFactory.create(ServicePK servicePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ServiceDetailFactory.create(ServicePK servicePK, String serviceName, Integer port, ProtocolPK protocolPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ServiceFactory.getEntityFromCache(ServicePK pk) ServiceFactory.getEntityFromPK(EntityPermission entityPermission, ServicePK pk) ServiceFactory.getValueFromPK(ServicePK pk) voidbooleanMethod parameters in com.echothree.model.data.core.server.factory with type arguments of type ServicePKModifier and TypeMethodDescriptionServiceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ServicePK> pks) ServiceFactory.getValuesFromPKs(Collection<ServicePK> pks) voidServiceFactory.remove(Collection<ServicePK> pks) -
Uses of ServicePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServicePKModifier and TypeMethodDescriptionServiceValue.getPrimaryKey()ServerServiceValue.getServicePK()ServiceDescriptionValue.getServicePK()ServiceDetailValue.getServicePK()Methods in com.echothree.model.data.core.server.value with parameters of type ServicePKModifier and TypeMethodDescriptionvoidServerServiceValue.setServicePK(ServicePK servicePK) voidServiceDescriptionValue.setServicePK(ServicePK servicePK) voidServiceDetailValue.setServicePK(ServicePK servicePK) Constructors in com.echothree.model.data.core.server.value with parameters of type ServicePKModifierConstructorDescriptionServerServiceValue(ServerPK serverPK, ServicePK servicePK, Long fromTime, Long thruTime) Creates a new instance of ServerServiceValueServerServiceValue(ServerServicePK serverServicePK, ServerPK serverPK, ServicePK servicePK, Long fromTime, Long thruTime) Creates a new instance of ServerServiceValueServiceDescriptionValue(ServiceDescriptionPK serviceDescriptionPK, ServicePK servicePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ServiceDescriptionValueServiceDescriptionValue(ServicePK servicePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ServiceDescriptionValueServiceDetailValue(ServiceDetailPK serviceDetailPK, ServicePK servicePK, String serviceName, Integer port, ProtocolPK protocolPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ServiceDetailValueServiceDetailValue(ServicePK servicePK, String serviceName, Integer port, ProtocolPK protocolPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ServiceDetailValueServiceValue(ServicePK servicePK, ServiceDetailPK activeDetailPK, ServiceDetailPK lastDetailPK) Creates a new instance of ServiceValue -
Uses of ServicePK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return ServicePKModifier and TypeMethodDescriptionServerServices.Service()Getter forserverservices.servsrv_srv_serviceid.ServiceDescriptions.Service()Getter forservicedescriptions.srvd_srv_serviceid.ServiceDetails.Service()Getter forservicedetails.srvdt_srv_serviceid.Services.Service()Getter forservices.srv_serviceid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type ServicePKMethods in com.echothree.model.jooq.server.records.core with parameters of type ServicePKModifier and TypeMethodDescriptionvoidSetter forserverservices.servsrv_srv_serviceid.voidSetter forservicedescriptions.srvd_srv_serviceid.voidSetter forservicedetails.srvdt_srv_serviceid.voidSetter forservices.srv_serviceid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type ServicePKModifierConstructorDescriptionServerServices(ServerServicePK ServerService, ServerPK Server, ServicePK Service, Long FromTime, Long ThruTime) Create a detached, initialised ServerServicesServiceDescriptions(ServiceDescriptionPK ServiceDescription, ServicePK Service, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ServiceDescriptionsServiceDetails(ServiceDetailPK ServiceDetail, ServicePK Service, String ServiceName, Integer Port, ProtocolPK Protocol, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ServiceDetailsServices(ServicePK Service, ServiceDetailPK ActiveDetail, ServiceDetailPK LastDetail) Create a detached, initialised Services -
Uses of ServicePK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type ServicePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ServerServices, ServicePK> ServerServices.SERVICEThe columnserverservices.servsrv_srv_serviceid.final org.jooq.TableField<ServiceDescriptions, ServicePK> ServiceDescriptions.SERVICEThe columnservicedescriptions.srvd_srv_serviceid.final org.jooq.TableField<ServiceDetails, ServicePK> ServiceDetails.SERVICEThe columnservicedetails.srvdt_srv_serviceid.Services.SERVICEThe columnservices.srv_serviceid.