Uses of Class
com.echothree.model.data.selector.common.pk.SelectorKindPK
Packages that use SelectorKindPK
Package
Description
-
Uses of SelectorKindPK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorKindPKModifier and TypeMethodDescriptionSelectorKind.getPrimaryKey()SelectorKindDescription.getSelectorKindPK()SelectorKindDetail.getSelectorKindPK()SelectorNodeTypeUse.getSelectorKindPK()SelectorTypeDetail.getSelectorKindPK()Methods in com.echothree.model.data.selector.server.entity with parameters of type SelectorKindPKModifier and TypeMethodDescriptionvoidSelectorKindDescription.setSelectorKindPK(SelectorKindPK selectorKindPK) voidSelectorKindDetail.setSelectorKindPK(SelectorKindPK selectorKindPK) voidSelectorNodeTypeUse.setSelectorKindPK(SelectorKindPK selectorKindPK) voidSelectorTypeDetail.setSelectorKindPK(SelectorKindPK selectorKindPK) -
Uses of SelectorKindPK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorKindPKModifier and TypeMethodDescriptionSelectorKindFactory.getNextPK()SelectorKindFactory.getPKFromQuery(PreparedStatement ps, Object... params) SelectorKindFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorKindPKModifier and TypeMethodDescriptionSelectorKindFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SelectorKindFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SelectorKindFactory.getPKsFromResultSetAsList(ResultSet rs) SelectorKindFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorKindPKModifier and TypeMethodDescriptionSelectorKindDescriptionFactory.create(SelectorKindPK selectorKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) SelectorKindDetailFactory.create(SelectorKindPK selectorKindPK, String selectorKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) SelectorNodeTypeUseFactory.create(SelectorKindPK selectorKindPK, SelectorNodeTypePK selectorNodeTypePK, Boolean isDefault) SelectorTypeDetailFactory.create(SelectorTypePK selectorTypePK, SelectorKindPK selectorKindPK, String selectorTypeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) SelectorKindFactory.getEntityFromCache(SelectorKindPK pk) SelectorKindFactory.getEntityFromPK(EntityPermission entityPermission, SelectorKindPK pk) SelectorKindFactory.getValueFromPK(SelectorKindPK pk) voidSelectorKindFactory.remove(SelectorKindPK pk) booleanSelectorKindFactory.validPK(SelectorKindPK pk) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorKindPKModifier and TypeMethodDescriptionSelectorKindFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SelectorKindPK> pks) SelectorKindFactory.getValuesFromPKs(Collection<SelectorKindPK> pks) voidSelectorKindFactory.remove(Collection<SelectorKindPK> pks) -
Uses of SelectorKindPK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorKindPKModifier and TypeMethodDescriptionSelectorKindValue.getPrimaryKey()SelectorKindDescriptionValue.getSelectorKindPK()SelectorKindDetailValue.getSelectorKindPK()SelectorNodeTypeUseValue.getSelectorKindPK()SelectorTypeDetailValue.getSelectorKindPK()Methods in com.echothree.model.data.selector.server.value with parameters of type SelectorKindPKModifier and TypeMethodDescriptionvoidSelectorKindDescriptionValue.setSelectorKindPK(SelectorKindPK selectorKindPK) voidSelectorKindDetailValue.setSelectorKindPK(SelectorKindPK selectorKindPK) voidSelectorNodeTypeUseValue.setSelectorKindPK(SelectorKindPK selectorKindPK) voidSelectorTypeDetailValue.setSelectorKindPK(SelectorKindPK selectorKindPK) Constructors in com.echothree.model.data.selector.server.value with parameters of type SelectorKindPKModifierConstructorDescriptionSelectorKindDescriptionValue(SelectorKindDescriptionPK selectorKindDescriptionPK, SelectorKindPK selectorKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SelectorKindDescriptionValueSelectorKindDescriptionValue(SelectorKindPK selectorKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SelectorKindDescriptionValueSelectorKindDetailValue(SelectorKindDetailPK selectorKindDetailPK, SelectorKindPK selectorKindPK, String selectorKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SelectorKindDetailValueSelectorKindDetailValue(SelectorKindPK selectorKindPK, String selectorKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SelectorKindDetailValueSelectorKindValue(SelectorKindPK selectorKindPK, SelectorKindDetailPK activeDetailPK, SelectorKindDetailPK lastDetailPK) Creates a new instance of SelectorKindValueSelectorNodeTypeUseValue(SelectorKindPK selectorKindPK, SelectorNodeTypePK selectorNodeTypePK, Boolean isDefault) Creates a new instance of SelectorNodeTypeUseValueSelectorNodeTypeUseValue(SelectorNodeTypeUsePK selectorNodeTypeUsePK, SelectorKindPK selectorKindPK, SelectorNodeTypePK selectorNodeTypePK, Boolean isDefault) Creates a new instance of SelectorNodeTypeUseValueSelectorTypeDetailValue(SelectorTypeDetailPK selectorTypeDetailPK, SelectorTypePK selectorTypePK, SelectorKindPK selectorKindPK, String selectorTypeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SelectorTypeDetailValueSelectorTypeDetailValue(SelectorTypePK selectorTypePK, SelectorKindPK selectorKindPK, String selectorTypeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SelectorTypeDetailValue -
Uses of SelectorKindPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return SelectorKindPKMethods in com.echothree.model.data.workflow.server.entity with parameters of type SelectorKindPKModifier and TypeMethodDescriptionvoidWorkflowSelectorKind.setSelectorKindPK(SelectorKindPK selectorKindPK) -
Uses of SelectorKindPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory with parameters of type SelectorKindPKModifier and TypeMethodDescriptionWorkflowSelectorKindFactory.create(WorkflowPK workflowPK, SelectorKindPK selectorKindPK, Long fromTime, Long thruTime) -
Uses of SelectorKindPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return SelectorKindPKMethods in com.echothree.model.data.workflow.server.value with parameters of type SelectorKindPKModifier and TypeMethodDescriptionvoidWorkflowSelectorKindValue.setSelectorKindPK(SelectorKindPK selectorKindPK) Constructors in com.echothree.model.data.workflow.server.value with parameters of type SelectorKindPKModifierConstructorDescriptionWorkflowSelectorKindValue(WorkflowPK workflowPK, SelectorKindPK selectorKindPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowSelectorKindValueWorkflowSelectorKindValue(WorkflowSelectorKindPK selectorKindWorkflowPK, WorkflowPK workflowPK, SelectorKindPK selectorKindPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowSelectorKindValue -
Uses of SelectorKindPK in com.echothree.model.jooq.server.records.selector
Methods in com.echothree.model.jooq.server.records.selector that return SelectorKindPKModifier and TypeMethodDescriptionSelectorKindDescriptions.SelectorKind()Getter forselectorkinddescriptions.slkd_slk_selectorkindid.SelectorKindDetails.SelectorKind()Getter forselectorkinddetails.slkdt_slk_selectorkindid.SelectorKinds.SelectorKind()Getter forselectorkinds.slk_selectorkindid.SelectorNodeTypeUses.SelectorKind()Getter forselectornodetypeuses.slntu_slk_selectorkindid.SelectorTypeDetails.SelectorKind()Getter forselectortypedetails.sltdt_slk_selectorkindid.Methods in com.echothree.model.jooq.server.records.selector that return types with arguments of type SelectorKindPKMethods in com.echothree.model.jooq.server.records.selector with parameters of type SelectorKindPKModifier and TypeMethodDescriptionvoidSelectorKindDescriptions.SelectorKind(SelectorKindPK value) Setter forselectorkinddescriptions.slkd_slk_selectorkindid.voidSelectorKindDetails.SelectorKind(SelectorKindPK value) Setter forselectorkinddetails.slkdt_slk_selectorkindid.voidSelectorKinds.SelectorKind(SelectorKindPK value) Setter forselectorkinds.slk_selectorkindid.voidSelectorNodeTypeUses.SelectorKind(SelectorKindPK value) Setter forselectornodetypeuses.slntu_slk_selectorkindid.voidSelectorTypeDetails.SelectorKind(SelectorKindPK value) Setter forselectortypedetails.sltdt_slk_selectorkindid.Constructors in com.echothree.model.jooq.server.records.selector with parameters of type SelectorKindPKModifierConstructorDescriptionSelectorKindDescriptions(SelectorKindDescriptionPK SelectorKindDescription, SelectorKindPK SelectorKind, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised SelectorKindDescriptionsSelectorKindDetails(SelectorKindDetailPK SelectorKindDetail, SelectorKindPK SelectorKind, String SelectorKindName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised SelectorKindDetailsSelectorKinds(SelectorKindPK SelectorKind, SelectorKindDetailPK ActiveDetail, SelectorKindDetailPK LastDetail) Create a detached, initialised SelectorKindsSelectorNodeTypeUses(SelectorNodeTypeUsePK SelectorNodeTypeUse, SelectorKindPK SelectorKind, SelectorNodeTypePK SelectorNodeType, Boolean IsDefault) Create a detached, initialised SelectorNodeTypeUsesSelectorTypeDetails(SelectorTypeDetailPK SelectorTypeDetail, SelectorTypePK SelectorType, SelectorKindPK SelectorKind, String SelectorTypeName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised SelectorTypeDetails -
Uses of SelectorKindPK in com.echothree.model.jooq.server.records.workflow
Methods in com.echothree.model.jooq.server.records.workflow that return SelectorKindPKModifier and TypeMethodDescriptionWorkflowSelectorKinds.SelectorKind()Getter forworkflowselectorkinds.wkflslk_slk_selectorkindid.Methods in com.echothree.model.jooq.server.records.workflow with parameters of type SelectorKindPKModifier and TypeMethodDescriptionvoidWorkflowSelectorKinds.SelectorKind(SelectorKindPK value) Setter forworkflowselectorkinds.wkflslk_slk_selectorkindid.Constructors in com.echothree.model.jooq.server.records.workflow with parameters of type SelectorKindPKModifierConstructorDescriptionWorkflowSelectorKinds(WorkflowSelectorKindPK SelectorKindWorkflow, WorkflowPK Workflow, SelectorKindPK SelectorKind, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowSelectorKinds -
Uses of SelectorKindPK in com.echothree.model.jooq.server.tables.selector
Fields in com.echothree.model.jooq.server.tables.selector with type parameters of type SelectorKindPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SelectorKindDescriptions, SelectorKindPK> SelectorKindDescriptions.SELECTOR_KINDThe columnselectorkinddescriptions.slkd_slk_selectorkindid.final org.jooq.TableField<SelectorKindDetails, SelectorKindPK> SelectorKindDetails.SELECTOR_KINDThe columnselectorkinddetails.slkdt_slk_selectorkindid.final org.jooq.TableField<SelectorKinds, SelectorKindPK> SelectorKinds.SELECTOR_KINDThe columnselectorkinds.slk_selectorkindid.final org.jooq.TableField<SelectorNodeTypeUses, SelectorKindPK> SelectorNodeTypeUses.SELECTOR_KINDThe columnselectornodetypeuses.slntu_slk_selectorkindid.final org.jooq.TableField<SelectorTypeDetails, SelectorKindPK> SelectorTypeDetails.SELECTOR_KINDThe columnselectortypedetails.sltdt_slk_selectorkindid. -
Uses of SelectorKindPK in com.echothree.model.jooq.server.tables.workflow
Fields in com.echothree.model.jooq.server.tables.workflow with type parameters of type SelectorKindPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkflowSelectorKinds, SelectorKindPK> WorkflowSelectorKinds.SELECTOR_KINDThe columnworkflowselectorkinds.wkflslk_slk_selectorkindid.