Uses of Class
com.echothree.model.data.core.common.pk.ServiceDetailPK
Packages that use ServiceDetailPK
Package
Description
-
Uses of ServiceDetailPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServiceDetailPKModifier and TypeMethodDescriptionService.getActiveDetailPK()Service.getLastDetailPK()ServiceDetail.getPrimaryKey()Methods in com.echothree.model.data.core.server.entity with parameters of type ServiceDetailPKModifier and TypeMethodDescriptionvoidService.setActiveDetailPK(ServiceDetailPK activeDetailPK) voidService.setLastDetailPK(ServiceDetailPK lastDetailPK) -
Uses of ServiceDetailPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServiceDetailPKModifier and TypeMethodDescriptionServiceDetailFactory.getNextPK()ServiceDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ServiceDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServiceDetailPKModifier and TypeMethodDescriptionServiceDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ServiceDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ServiceDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ServiceDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServiceDetailPKModifier and TypeMethodDescriptionServiceFactory.create(ServiceDetailPK activeDetailPK, ServiceDetailPK lastDetailPK) ServiceDetailFactory.getEntityFromCache(ServiceDetailPK pk) ServiceDetailFactory.getEntityFromPK(EntityPermission entityPermission, ServiceDetailPK pk) ServiceDetailFactory.getValueFromPK(ServiceDetailPK pk) voidServiceDetailFactory.remove(ServiceDetailPK pk) booleanServiceDetailFactory.validPK(ServiceDetailPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServiceDetailPKModifier and TypeMethodDescriptionServiceDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ServiceDetailPK> pks) ServiceDetailFactory.getValuesFromPKs(Collection<ServiceDetailPK> pks) voidServiceDetailFactory.remove(Collection<ServiceDetailPK> pks) -
Uses of ServiceDetailPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServiceDetailPKModifier and TypeMethodDescriptionServiceValue.getActiveDetailPK()ServiceValue.getLastDetailPK()ServiceDetailValue.getPrimaryKey()Methods in com.echothree.model.data.core.server.value with parameters of type ServiceDetailPKModifier and TypeMethodDescriptionvoidServiceValue.setActiveDetailPK(ServiceDetailPK activeDetailPK) voidServiceValue.setLastDetailPK(ServiceDetailPK lastDetailPK) Constructors in com.echothree.model.data.core.server.value with parameters of type ServiceDetailPKModifierConstructorDescriptionServiceDetailValue(ServiceDetailPK serviceDetailPK, ServicePK servicePK, String serviceName, Integer port, ProtocolPK protocolPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ServiceDetailValueServiceValue(ServiceDetailPK activeDetailPK, ServiceDetailPK lastDetailPK) Creates a new instance of ServiceValueServiceValue(ServicePK servicePK, ServiceDetailPK activeDetailPK, ServiceDetailPK lastDetailPK) Creates a new instance of ServiceValue -
Uses of ServiceDetailPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return ServiceDetailPKModifier and TypeMethodDescriptionServices.ActiveDetail()Getter forservices.srv_activedetailid.Services.LastDetail()Getter forservices.srv_lastdetailid.ServiceDetails.ServiceDetail()Getter forservicedetails.srvdt_servicedetailid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type ServiceDetailPKMethods in com.echothree.model.jooq.server.records.core with parameters of type ServiceDetailPKModifier and TypeMethodDescriptionvoidServices.ActiveDetail(ServiceDetailPK value) Setter forservices.srv_activedetailid.voidServices.LastDetail(ServiceDetailPK value) Setter forservices.srv_lastdetailid.voidServiceDetails.ServiceDetail(ServiceDetailPK value) Setter forservicedetails.srvdt_servicedetailid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type ServiceDetailPKModifierConstructorDescriptionServiceDetails(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 ServiceDetailPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type ServiceDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Services, ServiceDetailPK> Services.ACTIVE_DETAILThe columnservices.srv_activedetailid.final org.jooq.TableField<Services, ServiceDetailPK> Services.LAST_DETAILThe columnservices.srv_lastdetailid.final org.jooq.TableField<ServiceDetails, ServiceDetailPK> ServiceDetails.SERVICE_DETAILThe columnservicedetails.srvdt_servicedetailid.