Uses of Class
com.echothree.model.data.core.common.pk.ServiceDescriptionPK
Packages that use ServiceDescriptionPK
Package
Description
-
Uses of ServiceDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServiceDescriptionPK -
Uses of ServiceDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServiceDescriptionPKModifier and TypeMethodDescriptionServiceDescriptionFactory.getNextPK()ServiceDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ServiceDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServiceDescriptionPKModifier and TypeMethodDescriptionServiceDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ServiceDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ServiceDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ServiceDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServiceDescriptionPKModifier and TypeMethodDescriptionServiceDescriptionFactory.getEntityFromCache(ServiceDescriptionPK pk) ServiceDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ServiceDescriptionPK pk) ServiceDescriptionFactory.getValueFromPK(ServiceDescriptionPK pk) voidServiceDescriptionFactory.remove(ServiceDescriptionPK pk) booleanServiceDescriptionFactory.validPK(ServiceDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServiceDescriptionPKModifier and TypeMethodDescriptionServiceDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ServiceDescriptionPK> pks) ServiceDescriptionFactory.getValuesFromPKs(Collection<ServiceDescriptionPK> pks) voidServiceDescriptionFactory.remove(Collection<ServiceDescriptionPK> pks) -
Uses of ServiceDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServiceDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type ServiceDescriptionPKModifierConstructorDescriptionServiceDescriptionValue(ServiceDescriptionPK serviceDescriptionPK, ServicePK servicePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ServiceDescriptionValue -
Uses of ServiceDescriptionPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return ServiceDescriptionPKModifier and TypeMethodDescriptionServiceDescriptions.ServiceDescription()Getter forservicedescriptions.srvd_servicedescriptionid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type ServiceDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<ServiceDescriptionPK> ServiceDescriptions.key()Methods in com.echothree.model.jooq.server.records.core with parameters of type ServiceDescriptionPKModifier and TypeMethodDescriptionvoidServiceDescriptions.ServiceDescription(ServiceDescriptionPK value) Setter forservicedescriptions.srvd_servicedescriptionid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type ServiceDescriptionPKModifierConstructorDescriptionServiceDescriptions(ServiceDescriptionPK ServiceDescription, ServicePK Service, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ServiceDescriptions -
Uses of ServiceDescriptionPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type ServiceDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ServiceDescriptions, ServiceDescriptionPK> ServiceDescriptions.SERVICE_DESCRIPTIONThe columnservicedescriptions.srvd_servicedescriptionid.