psdi.app.ticket

Interface TKTemplateSetRemote

    • Field Detail

      • ACTIVITY

        static final java.lang.String ACTIVITY
        Relationship to the TKTemplate Activity records, used to find all jobplan for a tktemplate.
        (tktempltactivity.templateid = tktemplate.templateid)
        The resulting set will contain zero or more records.
        See Also:
        Constant Field Values
      • CLASSSTRUCTURE

        static final java.lang.String CLASSSTRUCTURE
        Relationship to the Classstructure records, used to find the classstructure record.
        (tktemplate.classstructureid = classstructure.classstructureid)
        The resulting set will contain zero or one record.
        See Also:
        Constant Field Values
      • DOCLINKS

        static final java.lang.String DOCLINKS
        Relationship to the DocLinks table, used to find all document records for a given tktemplate.
        (doclinks.keytable = 'TKTEMPLATE' and doclinks.keycolumn = 'TEMPLATEID' and doclinks.keyvalue = tktemplate.templateid$DOCLINKS.KEYVALUE and doclinks.orgid = tktemplate.orgid)
        The resulting set will contain zero or many records.
        See Also:
        Constant Field Values
      • TEMPLATESTATUS

        static final java.lang.String TEMPLATESTATUS
        Relationship to the TEMPLATESTATUS records.
        (templatestatus.templateid = ticket.templateid)
        The resulting set will contain one or more records
        See Also:
        Constant Field Values
      • TKTEMPCHANGESTATUS

        static final java.lang.String TKTEMPCHANGESTATUS
        Relationship to the TKTEMPLATES non-persistent TKTEMPCHANGESTATUS records.
        (TKTEMPCHANGESTATUS is a non-persistent object, no where clause)
        The resulting set will contain zero records.
        See Also:
        Constant Field Values
    • Method Detail

      • reprocessSortOrder

        void reprocessSortOrder()
                         throws MXException,
                                java.rmi.RemoteException
        set default sort order
        Throws:
        MXException
        java.rmi.RemoteException