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
RemoteException
RemoteException
- <PScopeEntryPoint lookupBrandFromPoid(PModelHandle brandPoid) throws RemoteException
brandPoid
- A PModelHandle object representing a Brand poid object.RemoteException
boolean isDummyRoot() throws RemoteException
RemoteException
PScopeEntryPoint getActiveBrand() throws RemoteException
RemoteException
RemoteException
- <boolean setActiveBrand(PScopeEntryPoint newActiveBrand) throws RemoteException
PScopeEntryPoint
- A Brand info object containing the brand to which the credentials/scope
should be set toRemoteException
RemoteException
- <boolean isBrandingEnabled() throws RemoteException
RemoteException
RemoteException
- <void retrieveBrands() throws RemoteException
RemoteException
RemoteException
- <Copyright © 2003, 2023, Oracle and/or its affiliates.