%3 ::xotcl::Object ::xotcl::Object ::xo::db::sql::acs_group ::xo::db::sql::acs_group → check_representation → delete → member_p → name → new ::xo::db::sql::acs_group->::xotcl::Object

Class ::xo::db::sql::acs_group

::xo::db::sql::acs_group[i] create ...

Class Relations

  • class: ::xo::db::Class[i]
  • superclass: ::xotcl::Object[i]
::xo::db::Class create ::xo::db::sql::acs_group \
     -superclass ::xotcl::Object

Methods (to be applied on the object)

  • check_representation (scripted, public)

     xo::db::sql::acs_group[i] check_representation [ -dbn dbn ] \
        -group_id group_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -group_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_group proc check_representation xo::db::sql::acs_group proc check_representation xo::db::sql::acs_group proc check_representation->db_with_handle

    Testcases:
    No testcase defined.
    #function_args: {GROUP_ID {}}
    foreach var [list GROUP_ID]  {
      set varname [string tolower $var]
      if {[info exists $varname]} {
        set $var [set $varname]
        set _$var :$var
      } else {
        set _$var null
      }
    }
    set sql "
    select acs_group__check_representation($_GROUP_ID) 
        "
    db_with_handle -dbn $dbn db {
      #ns_log notice "--sql=$sql"
      return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ]
    }
  • delete (scripted, public)

     xo::db::sql::acs_group[i] delete [ -dbn dbn ] -group_id group_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -group_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_group proc delete xo::db::sql::acs_group proc delete xo::db::sql::acs_group proc delete->db_with_handle

    Testcases:
    No testcase defined.
    #function_args: {GROUP_ID {}}
    foreach var [list GROUP_ID]  {
      set varname [string tolower $var]
      if {[info exists $varname]} {
        set $var [set $varname]
        set _$var :$var
      } else {
        set _$var null
      }
    }
    set sql "
    select acs_group__delete($_GROUP_ID) 
        "
    db_with_handle -dbn $dbn db {
      #ns_log notice "--sql=$sql"
      return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ]
    }
  • member_p (scripted, public)

     xo::db::sql::acs_group[i] member_p [ -dbn dbn ] -party_id party_id  \
        -group_id group_id  -cascade_membership cascade_membership 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -party_id
    (required)
    -group_id
    (required)
    -cascade_membership
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_group proc member_p xo::db::sql::acs_group proc member_p xo::db::sql::acs_group proc member_p->db_with_handle

    Testcases:
    No testcase defined.
    #function_args: {PARTY_ID {}} {GROUP_ID {}} {CASCADE_MEMBERSHIP {}}
    foreach var [list PARTY_ID GROUP_ID CASCADE_MEMBERSHIP]  {
      set varname [string tolower $var]
      if {[info exists $varname]} {
        set $var [set $varname]
        set _$var :$var
      } else {
        set _$var null
      }
    }
    set sql "
    select acs_group__member_p($_PARTY_ID$_GROUP_ID$_CASCADE_MEMBERSHIP) 
        "
    db_with_handle -dbn $dbn db {
      #ns_log notice "--sql=$sql"
      return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ]
    }
  • name (scripted, public)

     xo::db::sql::acs_group[i] name [ -dbn dbn ] -group_id group_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -group_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_group proc name xo::db::sql::acs_group proc name xo::db::sql::acs_group proc name->db_with_handle

    Testcases:
    No testcase defined.
    #function_args: {GROUP_ID {}}
    foreach var [list GROUP_ID]  {
      set varname [string tolower $var]
      if {[info exists $varname]} {
        set $var [set $varname]
        set _$var :$var
      } else {
        set _$var null
      }
    }
    set sql "
    select acs_group__name($_GROUP_ID) 
        "
    db_with_handle -dbn $dbn db {
      #ns_log notice "--sql=$sql"
      return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ]
    }
  • new (scripted, public)

     xo::db::sql::acs_group[i] new [ -dbn dbn ] [ -group_id group_id ] \
        [ -object_type object_type ] [ -creation_date creation_date ] \
        [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
        [ -email email ] [ -url url ] -group_name group_name  \
        [ -join_policy join_policy ] [ -context_id context_id ] \
        [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -group_id
    (optional)
    -object_type
    (defaults to "group") (optional)
    -creation_date
    (defaults to "now()") (optional)
    -creation_user
    (optional)
    -creation_ip
    (optional)
    -email
    (optional)
    -url
    (optional)
    -group_name
    (required)
    -join_policy
    (optional)
    -context_id
    (optional)
    -childof
    (optional)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_group proc new xo::db::sql::acs_group proc new xo::db::sql::acs_group proc new->db_with_handle

    Testcases:
    No testcase defined.
    #function_args: {GROUP_ID null} {OBJECT_TYPE group} {CREATION_DATE now()} {CREATION_USER null} {CREATION_IP null} {EMAIL null} {URL null} {GROUP_NAME {}} {JOIN_POLICY null} {CONTEXT_ID null}
    foreach var [list GROUP_ID OBJECT_TYPE CREATION_DATE CREATION_USER CREATION_IP EMAIL URL GROUP_NAME JOIN_POLICY CONTEXT_ID]  {
      set varname [string tolower $var]
      if {[info exists $varname]} {
        set $var [set $varname]
        set _$var :$var
      } else {
        set _$var null
      }
    }
    set sql "
    select acs_group__new($_GROUP_ID$_OBJECT_TYPE$_CREATION_DATE$_CREATION_USER$_CREATION_IP$_EMAIL$_URL$_GROUP_NAME$_JOIN_POLICY$_CONTEXT_ID) 
        "
    db_with_handle -dbn $dbn db {
      #ns_log notice "--sql=$sql"
      return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ]
    }