Uses of Class
com.echothree.model.data.core.common.pk.ComponentDetailPK
Packages that use ComponentDetailPK
Package
Description
-
Uses of ComponentDetailPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ComponentDetailPKModifier and TypeMethodDescriptionComponent.getActiveDetailPK()Component.getLastDetailPK()ComponentDetail.getPrimaryKey()Methods in com.echothree.model.data.core.server.entity with parameters of type ComponentDetailPKModifier and TypeMethodDescriptionvoidComponent.setActiveDetailPK(ComponentDetailPK activeDetailPK) voidComponent.setLastDetailPK(ComponentDetailPK lastDetailPK) -
Uses of ComponentDetailPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ComponentDetailPKModifier and TypeMethodDescriptionComponentDetailFactory.getNextPK()ComponentDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ComponentDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ComponentDetailPKModifier and TypeMethodDescriptionComponentDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ComponentDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ComponentDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ComponentDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ComponentDetailPKModifier and TypeMethodDescriptionComponentFactory.create(ComponentDetailPK activeDetailPK, ComponentDetailPK lastDetailPK) ComponentDetailFactory.getEntityFromCache(ComponentDetailPK pk) ComponentDetailFactory.getEntityFromPK(EntityPermission entityPermission, ComponentDetailPK pk) ComponentDetailFactory.getValueFromPK(ComponentDetailPK pk) voidComponentDetailFactory.remove(ComponentDetailPK pk) booleanComponentDetailFactory.validPK(ComponentDetailPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ComponentDetailPKModifier and TypeMethodDescriptionComponentDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ComponentDetailPK> pks) ComponentDetailFactory.getValuesFromPKs(Collection<ComponentDetailPK> pks) voidComponentDetailFactory.remove(Collection<ComponentDetailPK> pks) -
Uses of ComponentDetailPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ComponentDetailPKModifier and TypeMethodDescriptionComponentValue.getActiveDetailPK()ComponentValue.getLastDetailPK()ComponentDetailValue.getPrimaryKey()Methods in com.echothree.model.data.core.server.value with parameters of type ComponentDetailPKModifier and TypeMethodDescriptionvoidComponentValue.setActiveDetailPK(ComponentDetailPK activeDetailPK) voidComponentValue.setLastDetailPK(ComponentDetailPK lastDetailPK) Constructors in com.echothree.model.data.core.server.value with parameters of type ComponentDetailPKModifierConstructorDescriptionComponentDetailValue(ComponentDetailPK componentDetailPK, ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) Creates a new instance of ComponentDetailValueComponentValue(ComponentDetailPK activeDetailPK, ComponentDetailPK lastDetailPK) Creates a new instance of ComponentValueComponentValue(ComponentPK componentPK, ComponentDetailPK activeDetailPK, ComponentDetailPK lastDetailPK) Creates a new instance of ComponentValue -
Uses of ComponentDetailPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return ComponentDetailPKModifier and TypeMethodDescriptionComponents.ActiveDetail()Getter forcomponents.cpnt_activedetailid.ComponentDetails.ComponentDetail()Getter forcomponentdetails.cpntd_componentdetailid.Components.LastDetail()Getter forcomponents.cpnt_lastdetailid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type ComponentDetailPKMethods in com.echothree.model.jooq.server.records.core with parameters of type ComponentDetailPKModifier and TypeMethodDescriptionvoidComponents.ActiveDetail(ComponentDetailPK value) Setter forcomponents.cpnt_activedetailid.voidComponentDetails.ComponentDetail(ComponentDetailPK value) Setter forcomponentdetails.cpntd_componentdetailid.voidComponents.LastDetail(ComponentDetailPK value) Setter forcomponents.cpnt_lastdetailid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type ComponentDetailPKModifierConstructorDescriptionComponentDetails(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 Components -
Uses of ComponentDetailPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type ComponentDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Components, ComponentDetailPK> Components.ACTIVE_DETAILThe columncomponents.cpnt_activedetailid.final org.jooq.TableField<ComponentDetails, ComponentDetailPK> ComponentDetails.COMPONENT_DETAILThe columncomponentdetails.cpntd_componentdetailid.final org.jooq.TableField<Components, ComponentDetailPK> Components.LAST_DETAILThe columncomponents.cpnt_lastdetailid.