public interface PBrandBean extends Remote
| Modifier and Type | Method and Description |
|---|---|
PScopeEntryPoint |
getActiveBrand()
Returns the active brand through the PScopeEntryPoint Object.
|
TreeModel |
getBrands()
Returns the Brand hierarchy in a swing TreeModel.
|
boolean |
isBrandingEnabled()
Check if branding is enabled.
|
boolean |
isDummyRoot()
Returns true if the root node of the tree model is a dummy root node only serving the
purpose of parenting loose brands and account groups.
|
PScopeEntryPoint |
lookupBrandFromPoid(PModelHandle brandPoid)
Used to lookup the brand that is associated with the given brand poid.
|
void |
retrieveBrands()
Retrieves the Brand hierarchy from the database.
|
boolean |
setActiveBrand(PScopeEntryPoint newActiveBrand)
Sets the given brand as the new active brand in the infranet system.
|
TreeModel getBrands() throws RemoteException
RemoteExceptionRemoteException - <PScopeEntryPoint lookupBrandFromPoid(PModelHandle brandPoid) throws RemoteException
brandPoid - A PModelHandle object representing a Brand poid object.RemoteExceptionboolean isDummyRoot()
throws RemoteException
RemoteExceptionPScopeEntryPoint getActiveBrand() throws RemoteException
RemoteExceptionRemoteException - <boolean setActiveBrand(PScopeEntryPoint newActiveBrand) throws RemoteException
PScopeEntryPoint - A Brand info object containing the brand to which the credentials/scope
should be set toRemoteExceptionRemoteException - <boolean isBrandingEnabled()
throws RemoteException
RemoteExceptionRemoteException - <void retrieveBrands()
throws RemoteException
RemoteExceptionRemoteException - <Copyright © 2003, 2023, Oracle and/or its affiliates.