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 TypeMethodDescriptionServerServiceFactory.create(Session session, ServerPK serverPK, ServicePK servicePK, Long fromTime, Long thruTime) ServiceDescriptionFactory.create(ServicePK servicePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ServiceDescriptionFactory.create(Session session, 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) ServiceDetailFactory.create(Session session, ServicePK servicePK, String serviceName, Integer port, ProtocolPK protocolPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ServiceFactory.getEntityFromCache(Session session, ServicePK pk) ServiceFactory.getEntityFromPK(EntityPermission entityPermission, ServicePK pk) ServiceFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ServicePK pk) ServiceFactory.getValueFromPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ServicePK> pks) ServiceFactory.getValuesFromPKs(Session session, Collection<ServicePK> pks) voidServiceFactory.remove(Session session, 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