Package com.portal.web.comp
Interface PBrandBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PBrandBeanImpl
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 Summary
Modifier and TypeMethodDescriptionboolean
Determines whether branding is enabled.boolean
Sets the current connection to this user's credentials.boolean
Unsets the current connection's credentials.
-
Method Details
-
setUserCredentials
Sets the current connection to this user's credentials.- Parameters:
mH
- thePModelHandle
associated with this user- Returns:
- Returns true if credentials were set successfully; false otherwise.
- Throws:
RemoteException
- thrown for errors
-
unsetUserCredentials
Unsets the current connection's credentials.- Parameters:
mH
- thePModelHandle
associated with this user- Returns:
- Returns true if credentials were unset successfully; false otherwise.
- Throws:
RemoteException
- thrown for errors
-
isBrandingEnabled
Determines whether branding is enabled.- Returns:
- True if branding is enabled; false otherwise.
- Throws:
RemoteException
- thrown for errors
-