Interface PBrandBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PBrandBeanImpl

public interface PBrandBean extends Remote
PBrandBean is a Remote interface that defines the abilities needed for a brand component.
Version:
%version: 2 % %date_modified: Thu Nov 08 18:27:43 2001 %
Author:
sujata
  • Method Details

    • setUserCredentials

      boolean setUserCredentials(PModelHandle mH) throws RemoteException
      Sets the current connection to this user's credentials.
      Parameters:
      mH - the PModelHandle associated with this user
      Returns:
      Returns true if credentials were set successfully; false otherwise.
      Throws:
      RemoteException - thrown for errors
    • unsetUserCredentials

      boolean unsetUserCredentials(PModelHandle mH) throws RemoteException
      Unsets the current connection's credentials.
      Parameters:
      mH - the PModelHandle associated with this user
      Returns:
      Returns true if credentials were unset successfully; false otherwise.
      Throws:
      RemoteException - thrown for errors
    • isBrandingEnabled

      boolean isBrandingEnabled() throws RemoteException
      Determines whether branding is enabled.
      Returns:
      True if branding is enabled; false otherwise.
      Throws:
      RemoteException - thrown for errors