Uses of Class
com.echothree.model.data.core.common.pk.ComponentPK
Packages that use ComponentPK
Package
Description
-
Uses of ComponentPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ComponentPKModifier and TypeMethodDescriptionComponentDetail.getComponentPK()ComponentVersion.getComponentPK()Component.getPrimaryKey()Methods in com.echothree.model.data.core.server.entity with parameters of type ComponentPKModifier and TypeMethodDescriptionvoidComponentDetail.setComponentPK(ComponentPK componentPK) voidComponentVersion.setComponentPK(ComponentPK componentPK) -
Uses of ComponentPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ComponentPKModifier and TypeMethodDescriptionComponentFactory.getNextPK()ComponentFactory.getPKFromQuery(PreparedStatement ps, Object... params) ComponentFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ComponentPKModifier and TypeMethodDescriptionComponentFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ComponentFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ComponentFactory.getPKsFromResultSetAsList(ResultSet rs) ComponentFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ComponentPKModifier and TypeMethodDescriptionComponentDetailFactory.create(ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) ComponentVersionFactory.create(ComponentPK componentPK, Integer majorRevision, Integer minorRevision, ComponentStagePK componentStagePK, Integer buildNumber, Long fromTime, Long thruTime) ComponentFactory.getEntityFromCache(ComponentPK pk) ComponentFactory.getEntityFromPK(EntityPermission entityPermission, ComponentPK pk) ComponentFactory.getValueFromPK(ComponentPK pk) voidComponentFactory.remove(ComponentPK pk) booleanComponentFactory.validPK(ComponentPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ComponentPKModifier and TypeMethodDescriptionComponentFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ComponentPK> pks) ComponentFactory.getValuesFromPKs(Collection<ComponentPK> pks) voidComponentFactory.remove(Collection<ComponentPK> pks) -
Uses of ComponentPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ComponentPKModifier and TypeMethodDescriptionComponentDetailValue.getComponentPK()ComponentVersionValue.getComponentPK()ComponentValue.getPrimaryKey()Methods in com.echothree.model.data.core.server.value with parameters of type ComponentPKModifier and TypeMethodDescriptionvoidComponentDetailValue.setComponentPK(ComponentPK componentPK) voidComponentVersionValue.setComponentPK(ComponentPK componentPK) Constructors in com.echothree.model.data.core.server.value with parameters of type ComponentPKModifierConstructorDescriptionComponentDetailValue(ComponentDetailPK componentDetailPK, ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) Creates a new instance of ComponentDetailValueComponentDetailValue(ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) Creates a new instance of ComponentDetailValueComponentValue(ComponentPK componentPK, ComponentDetailPK activeDetailPK, ComponentDetailPK lastDetailPK) Creates a new instance of ComponentValueComponentVersionValue(ComponentPK componentPK, Integer majorRevision, Integer minorRevision, ComponentStagePK componentStagePK, Integer buildNumber, Long fromTime, Long thruTime) Creates a new instance of ComponentVersionValueComponentVersionValue(ComponentVersionPK componentVersionPK, ComponentPK componentPK, Integer majorRevision, Integer minorRevision, ComponentStagePK componentStagePK, Integer buildNumber, Long fromTime, Long thruTime) Creates a new instance of ComponentVersionValue -
Uses of ComponentPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return ComponentPKModifier and TypeMethodDescriptionComponentDetails.Component()Getter forcomponentdetails.cpntd_cpnt_componentid.Components.Component()Getter forcomponents.cpnt_componentid.ComponentVersions.Component()Getter forcomponentversions.cvrs_cpnt_componentid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type ComponentPKMethods in com.echothree.model.jooq.server.records.core with parameters of type ComponentPKModifier and TypeMethodDescriptionvoidComponentDetails.Component(ComponentPK value) Setter forcomponentdetails.cpntd_cpnt_componentid.voidComponents.Component(ComponentPK value) Setter forcomponents.cpnt_componentid.voidComponentVersions.Component(ComponentPK value) Setter forcomponentversions.cvrs_cpnt_componentid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type ComponentPKModifierConstructorDescriptionComponentDetails(ComponentDetailPK ComponentDetail, ComponentVendorPK ComponentVendor, ComponentPK Component, String ComponentName, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ComponentDetailsComponents(ComponentPK Component, ComponentDetailPK ActiveDetail, ComponentDetailPK LastDetail) Create a detached, initialised ComponentsComponentVersions(ComponentVersionPK ComponentVersion, ComponentPK Component, Integer MajorRevision, Integer MinorRevision, ComponentStagePK ComponentStage, Integer BuildNumber, Long FromTime, Long ThruTime) Create a detached, initialised ComponentVersions -
Uses of ComponentPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type ComponentPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ComponentDetails, ComponentPK> ComponentDetails.COMPONENTThe columncomponentdetails.cpntd_cpnt_componentid.final org.jooq.TableField<Components, ComponentPK> Components.COMPONENTThe columncomponents.cpnt_componentid.final org.jooq.TableField<ComponentVersions, ComponentPK> ComponentVersions.COMPONENTThe columncomponentversions.cvrs_cpnt_componentid.