PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IStdBSAdministrador

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("4C9530A7-F1DC-4D6E-AC93-7BC1208422D8")]
    public interface IStdBSAdministrador

    Properties

    Aplicacoes

    Declaration
    clsAplicacoes Aplicacoes { get; }
    Property Value
    Type Description
    clsAplicacoes

    AplicacoesInstaladas

    Declaration
    clsAplicacoes AplicacoesInstaladas { get; }
    Property Value
    Type Description
    clsAplicacoes

    ListaEmpresas

    Declaration
    clsEmpresas ListaEmpresas { get; }
    Property Value
    Type Description
    clsEmpresas

    ListaPerfis

    Declaration
    clsPerfis ListaPerfis { get; }
    Property Value
    Type Description
    clsPerfis

    ListaUtilizadores

    Declaration
    clsUtilizadores ListaUtilizadores { get; }
    Property Value
    Type Description
    clsUtilizadores

    MotorAdm

    Declaration
    clsAdmMotor MotorAdm { get; }
    Property Value
    Type Description
    clsAdmMotor

    NovoMotorAdm

    Declaration
    AdmBS NovoMotorAdm { get; }
    Property Value
    Type Description
    AdmBS

    Methods

    AtribuiPermissoesDinamicas(String, String, String, StdBEValoresStr)

    Declaration
    void AtribuiPermissoesDinamicas(string strApl, string strEntidade, string strAtributo, StdBEValoresStr objOperacoes)
    Parameters
    Type Name Description
    System.String strApl
    System.String strEntidade
    System.String strAtributo
    StdBEValoresStr objOperacoes

    AtribuiPermissoesDinamicasUtilizadores(String, String, String, String, String, StdBEValoresStr)

    Declaration
    void AtribuiPermissoesDinamicasUtilizadores(string strAplPermCriacao, string strPermCriacao, string strAplPermDinamica, string strEntidadePermDinamica, string strAtributoPermDinamica, StdBEValoresStr objOperacoesPermDinamica)
    Parameters
    Type Name Description
    System.String strAplPermCriacao
    System.String strPermCriacao
    System.String strAplPermDinamica
    System.String strEntidadePermDinamica
    System.String strAtributoPermDinamica
    StdBEValoresStr objOperacoesPermDinamica

    Consulta(String)

    Declaration
    StdBELista Consulta(string Query)
    Parameters
    Type Name Description
    System.String Query
    Returns
    Type Description
    StdBELista

    IdentificadorEmpresaValido(String, ref String)

    Declaration
    bool IdentificadorEmpresaValido(string strCodEmp, ref string strErros)
    Parameters
    Type Name Description
    System.String strCodEmp
    System.String strErros
    Returns
    Type Description
    System.Boolean

    SubmodulosNaoLicenciadosUtilizador(String, StdBEValoresLng)

    Declaration
    StdBEValoresLng SubmodulosNaoLicenciadosUtilizador(string strUtilizador, StdBEValoresLng objSubmodulos)
    Parameters
    Type Name Description
    System.String strUtilizador
    StdBEValoresLng objSubmodulos
    Returns
    Type Description
    StdBEValoresLng

    UtilizadorAcedeAplicacao(String, String)

    Declaration
    bool UtilizadorAcedeAplicacao(string strUtilizador, string strApl)
    Parameters
    Type Name Description
    System.String strUtilizador
    System.String strApl
    Returns
    Type Description
    System.Boolean

    ValidaCaracteresIdentificador(String, String)

    Declaration
    bool ValidaCaracteresIdentificador(string strIdentificador, string strCharValidos = "")
    Parameters
    Type Name Description
    System.String strIdentificador
    System.String strCharValidos
    Returns
    Type Description
    System.Boolean