Skip to main content

DBMTables.Products.JIRAComponents

persistent class DBMTables.Products.JIRAComponents extends %Library.Persistent

SQL Table Name: DBMTables_Products.JIRAComponents

do ##class(DBMTables.Products.JIRAComponents).BuildTable() This also builds DBMTables.Products.Branches

Property Inventory

Method Inventory

Properties

property AlternateDocBookID as %String;
Property methods: AlternateDocBookIDDisplayToLogical(), AlternateDocBookIDGet(), AlternateDocBookIDGetStored(), AlternateDocBookIDIsValid(), AlternateDocBookIDLogicalToDisplay(), AlternateDocBookIDLogicalToOdbc(), AlternateDocBookIDNormalize(), AlternateDocBookIDSet()
property Archived as %Boolean;
Property methods: ArchivedDisplayToLogical(), ArchivedGet(), ArchivedGetStored(), ArchivedIsValid(), ArchivedLogicalToDisplay(), ArchivedNormalize(), ArchivedSet()
property Branches as %String) [ Calculated , Transient ];
Property methods: BranchesCompute(), BranchesDisplayToLogical(), BranchesGet(), BranchesIsValid(), BranchesLogicalToDisplay(), BranchesLogicalToOdbc(), BranchesNormalize(), BranchesSQLCompute()
property ComponentID as %String [ Required ];
Property methods: ComponentIDDisplayToLogical(), ComponentIDGet(), ComponentIDGetStored(), ComponentIDIsValid(), ComponentIDLogicalToDisplay(), ComponentIDLogicalToOdbc(), ComponentIDNormalize(), ComponentIDSet()
property ComponentsBranches as %String);
Property methods: ComponentsBranchesDisplayToLogical(), ComponentsBranchesGet(), ComponentsBranchesGetStored(), ComponentsBranchesIsValid(), ComponentsBranchesLogicalToDisplay(), ComponentsBranchesLogicalToOdbc(), ComponentsBranchesNormalize(), ComponentsBranchesSet()
property Description as %String);
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionGetStored(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property DocBookID as %String;
Property methods: DocBookIDDisplayToLogical(), DocBookIDGet(), DocBookIDGetStored(), DocBookIDIsValid(), DocBookIDLogicalToDisplay(), DocBookIDLogicalToOdbc(), DocBookIDNormalize(), DocBookIDSet()
property ExtractedTitle as %String);
Property methods: ExtractedTitleDisplayToLogical(), ExtractedTitleGet(), ExtractedTitleGetStored(), ExtractedTitleIsValid(), ExtractedTitleLogicalToDisplay(), ExtractedTitleLogicalToOdbc(), ExtractedTitleNormalize(), ExtractedTitleSet()
property HSBranches as %String);
Property methods: HSBranchesDisplayToLogical(), HSBranchesGet(), HSBranchesGetStored(), HSBranchesIsValid(), HSBranchesLogicalToDisplay(), HSBranchesLogicalToOdbc(), HSBranchesNormalize(), HSBranchesSet()
property IRISBranches as %String);
Property methods: IRISBranchesDisplayToLogical(), IRISBranchesGet(), IRISBranchesGetStored(), IRISBranchesIsValid(), IRISBranchesLogicalToDisplay(), IRISBranchesLogicalToOdbc(), IRISBranchesNormalize(), IRISBranchesSet()
property NPages as %Integer;
Property methods: NPagesDisplayToLogical(), NPagesGet(), NPagesGetStored(), NPagesIsValid(), NPagesLogicalToDisplay(), NPagesNormalize(), NPagesSet()
property Owner as %String;
Property methods: OwnerDisplayToLogical(), OwnerGet(), OwnerGetStored(), OwnerIsValid(), OwnerLogicalToDisplay(), OwnerLogicalToOdbc(), OwnerNormalize(), OwnerSet()
property Priority as %Integer;
Property methods: PriorityDisplayToLogical(), PriorityGet(), PriorityGetStored(), PriorityIsValid(), PriorityLogicalToDisplay(), PriorityNormalize(), PrioritySet()
property Product as %String;
Property methods: ProductDisplayToLogical(), ProductGet(), ProductGetStored(), ProductIsValid(), ProductLogicalToDisplay(), ProductLogicalToOdbc(), ProductNormalize(), ProductSet()
property ServicesBranches as %String);
Property methods: ServicesBranchesDisplayToLogical(), ServicesBranchesGet(), ServicesBranchesGetStored(), ServicesBranchesIsValid(), ServicesBranchesLogicalToDisplay(), ServicesBranchesLogicalToOdbc(), ServicesBranchesNormalize(), ServicesBranchesSet()
property SessionCountLast3Months as %Integer;
Property methods: SessionCountLast3MonthsDisplayToLogical(), SessionCountLast3MonthsGet(), SessionCountLast3MonthsGetStored(), SessionCountLast3MonthsIsValid(), SessionCountLast3MonthsLogicalToDisplay(), SessionCountLast3MonthsNormalize(), SessionCountLast3MonthsSet()
property TotalIssueCount as %Integer;
Property methods: TotalIssueCountDisplayToLogical(), TotalIssueCountGet(), TotalIssueCountGetStored(), TotalIssueCountIsValid(), TotalIssueCountLogicalToDisplay(), TotalIssueCountNormalize(), TotalIssueCountSet()
property UnresolvedIssueCount as %Integer;
Property methods: UnresolvedIssueCountDisplayToLogical(), UnresolvedIssueCountGet(), UnresolvedIssueCountGetStored(), UnresolvedIssueCountIsValid(), UnresolvedIssueCountLogicalToDisplay(), UnresolvedIssueCountNormalize(), UnresolvedIssueCountSet()

Methods

classmethod BuildTable(resetBranchCache As %Boolean = 0)
classmethod FillInComponents()
classmethod GetBranches(iris, components, services, hs) as %String
classmethod GetCleanedupDesc(desc="") as %String
classmethod GetMissingComponents(verbose As %Boolean = 1) as %String
classmethod RefreshTable(username="", password="")
classmethod UpdateBranches(resetBranchCache As %Boolean = 0)
classmethod UpdateFromLocalInfo()
classmethod UpdateIssueCounts(username="", password="")
classmethod UpdateSessionCounts()

Indexes

index (MainIDX on ComponentID) [IdKey, Type = key, Unique];
Index methods: MainIDXCheck(), MainIDXDelete(), MainIDXExists(), MainIDXOpen(), MainIDXSQLCheckUnique(), MainIDXSQLExists(), MainIDXSQLFindPKeyByConstraint(), MainIDXSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (DBMTables.Products.JIRAComponents)

^DBMTables.PCB78.JIRAComponentsD(ID)
=
%%CLASSNAME
DocBookID
AlternateDocBookID
Description
ExtractedTitle
Owner
Priority
NPages
Product
ComponentsBranches
ServicesBranches
IRISBranches
HSBranches
TotalIssueCount
UnresolvedIssueCount
SessionCountLast3Months
Archived
FeedbackOpens in a new tab