|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PortalException in org.jasig.portal |
|---|
| Subclasses of PortalException in org.jasig.portal | |
|---|---|
class |
AuthorizationException
This exception informs uPortal that an authorization violation has occured within a channel. |
class |
GeneralRenderingException
This exception would inform uPortal that a general rendering problem has caused a channel to throw an exception. |
class |
InternalTimeoutException
This exception would inform uPortal that a a channel has encountered an internal timeout exception. |
class |
ResourceMissingException
This exception would inform uPortal that a particular resource required to complete channel operation is missing. |
| Methods in org.jasig.portal that return types with arguments of type PortalException | |
|---|---|
static List<PortalException> |
ProblemsTable.getRecentPortalExceptions()
Get an unmodifiable shallow copy of the list of recent PortalExceptions. |
| Methods in org.jasig.portal with parameters of type PortalException | |
|---|---|
static void |
ProblemsTable.store(PortalException pe)
Store a PortalException in the tables. |
| Methods in org.jasig.portal that throw PortalException | |
|---|---|
void |
AbstractChannelRegistryStore.addChannelToCategory(IChannelDefinition channelDef,
ChannelCategory category)
Deprecated. Associates a channel definition with a category. |
static String |
UPFileSpec.buildUPFile(int method,
String methodNodeId,
String targetNodeId,
String extraElements)
Constructs a .uP file |
static String |
UPFileSpec.buildUPFileBase(int method,
String methodNodeId,
String targetNodeId,
String extraElements)
Constructs a .uP file, without the suffix (actual ".uP") so it can be extended further. |
protected static String |
UPFileSpec.buildUPFileBase(String method,
String methodNodeId,
String targetNodeId,
String extraElements)
|
boolean |
ChannelStaticData.canSetParameter(String key)
Deprecated. Returns true if the indicated parameter can be altered. |
boolean |
ChannelManager.doChannelAction(HttpServletRequest request,
HttpServletResponse response,
String channelSubscribeId,
boolean noTimeout)
Deprecated. |
static void |
ExceptionHelper.genericHandler(ErrorID eid,
String parm,
Throwable ex)
Generic Exception Handler called from catch clause |
static void |
ExceptionHelper.genericHandler(ErrorID eid,
Throwable ex)
|
String |
ChannelRuntimeData.getBaseMediaURL(Class aChannelClass)
Deprecated. Returns a media base appropriate for web-visible resources used by and deployed with the passed in class. |
String |
ChannelRuntimeData.getBaseMediaURL(Object aChannelObject)
Deprecated. Returns a media base appropriate for web-visible resources used by and deployed with the passed in object. |
String |
ChannelRuntimeData.getBaseMediaURL(String resourcePath)
Deprecated. Returns a media base appropriate for the resource path passed in. |
String |
ChannelRuntimeData.getBaseWorkerURL(String worker,
boolean idempotent)
Deprecated. All urls are now idempotent, use ChannelRuntimeData.getBaseWorkerURL(String) instead. |
static NodeList |
ChannelRegistryManager.getCategories(String channelPublishId)
Deprecated. Looks in channel registry for a channel element matching the given channel ID. |
static Element |
ChannelRegistryManager.getChannel(String channelPublishId)
Deprecated. Looks in channel registry for a channel element matching the given channel ID. |
protected String |
GuestUserPreferencesManager.getChannelGlobalId(String channelSubscribeId,
String sessionId)
Returns a global channel Id given a channel instance Id |
protected String |
UserPreferencesManager.getChannelPublishId(String channelSubscribeId)
Returns a global channel Id given a channel instance Id |
static Document |
ChannelRegistryManager.getChannelRegistry()
Deprecated. Returns a copy of the channel registry as a Document. |
static Document |
ChannelRegistryManager.getChannelRegistry(IPerson person)
Deprecated. Returns the channel registry as a Document. |
static Document |
ChannelRegistryManager.getChannelTypes()
Deprecated. Returns the publishable channel types as a Document. |
static Document |
ChannelRegistryManager.getCPD(String chanTypeID)
Deprecated. Returns a CPD (channel publishing document) as a Document |
static Document |
ChannelRegistryManager.getManageableChannelRegistry(IPerson person)
Deprecated. Returns the channel registry as a Document. |
protected String |
StylesheetSet.getMedia(BrowserInfo bi)
|
protected String |
StylesheetSet.getMedia(HttpServletRequest req)
|
protected org.jasig.portal.StylesheetSet.OrderedProps |
StylesheetSet.getMediaProps()
|
Source |
StylesheetSet.getStylesheet(HttpServletRequest req)
Obtain a stylesheet source. |
Source |
StylesheetSet.getStylesheet(String title,
BrowserInfo bi)
Obtain a stylesheet |
Source |
StylesheetSet.getStylesheet(String title,
HttpServletRequest req)
Obtain a stylesheet source. |
String |
StylesheetSet.getStylesheetURI(BrowserInfo bi)
Obtain a matching stylesheet URI |
String |
StylesheetSet.getStylesheetURI(HttpServletRequest req)
Obtain a matching stylesheet. |
String |
StylesheetSet.getStylesheetURI(String title,
BrowserInfo bi)
Describe getStylesheetURI method here. |
String |
StylesheetSet.getStylesheetURI(String title,
HttpServletRequest req)
Obtain stylesheet URI |
String |
ChannelManager.getSubscribeId(String fname)
Deprecated. |
String |
UPFileSpec.getUPFile()
Get the full .uP file String. |
static IUserInstance |
UserInstanceManager.getUserInstance(HttpServletRequest request)
Deprecated. Use IUserInstanceManager.getUserInstance(HttpServletRequest) instead. |
void |
StandaloneChannelRenderer.initialize(Hashtable params,
String channelName,
boolean hasHelp,
boolean hasAbout,
boolean hasEdit,
long timeOut,
IPerson person)
Deprecated. Initializes the channel and calls setStaticData() on the channel. |
IChannel |
ChannelManager.instantiateChannel(HttpServletRequest request,
HttpServletResponse response,
String channelSubscribeId)
Deprecated. Instantiates a channel given just the channel subscribe Id. |
static IChannel |
ChannelFactory.instantiateChannel(String className,
String uid)
Deprecated. Produce an IChannel based on a java class name. |
static IChannel |
ChannelFactory.instantiateLayoutChannel(IUserLayoutChannelDescription description,
String sessionId)
Deprecated. Construct channel instance based on a channel description object. |
static IChannel |
ChannelFactory.instantiateLayoutChannel(String channelSubscribeId,
IUserLayoutManager ulm,
String sessionId)
Deprecated. Instantiate a channel from information supplied by the user layout manager. |
void |
DownloadDispatchWorker.processWorkerDispatch(PortalControlStructures pcs)
Deprecated. |
void |
IWorkerRequestProcessor.processWorkerDispatch(PortalControlStructures pcs)
Deprecated. Process a worker request. |
void |
GuestUserPreferencesManager.registerSession(HttpServletRequest req)
Register arrival of a new session. |
void |
AbstractChannelRegistryStore.removeChannelFromCategory(IChannelDefinition channelDef,
ChannelCategory category)
Deprecated. Disassociates a channel definition from a category. |
void |
MultithreadedCharacterChannelAdapter.renderCharacters(PrintWriter pw)
Deprecated. |
void |
ICharacterChannel.renderCharacters(PrintWriter pw)
Deprecated. Asks the channel to render its content as characters. |
void |
IMultithreadedCharacterChannel.renderCharacters(PrintWriter pw,
String uid)
Deprecated. Asks the channel to render its content as characters. |
void |
IChannel.renderXML(ContentHandler out)
Deprecated. Ask channel to render its content. |
void |
MultithreadedCharacterChannelAdapter.renderXML(ContentHandler out)
Deprecated. |
void |
MultithreadedChannelAdapter.renderXML(ContentHandler out)
Deprecated. |
void |
IMultithreadedChannel.renderXML(ContentHandler out,
String uid)
Deprecated. |
void |
ChannelContentCacheEntry.replayCache(CachingSerializer serializer,
ChannelManager cm,
HttpServletRequest req,
HttpServletResponse res)
Deprecated. |
void |
StringCacheEntry.replayCache(CachingSerializer serializer,
ChannelManager cm,
HttpServletRequest req,
HttpServletResponse res)
|
void |
CacheEntry.replayCache(CachingSerializer serializer,
ChannelManager cm,
HttpServletRequest req,
HttpServletResponse res)
|
void |
StylesheetSet.setMediaProps(String uri)
Set the location of the media properties object. |
void |
UPFileSpec.setMethod(int method)
Set a method. |
void |
GuestUserPreferencesManager.setNewUserLayoutAndUserPreferences(IUserLayoutManager newLayout,
UserPreferences newPreferences)
|
void |
GuestUserPreferencesManagerWrapper.setNewUserLayoutAndUserPreferences(IUserLayoutManager newLayout,
UserPreferences newPreferences)
|
void |
IUserPreferencesManager.setNewUserLayoutAndUserPreferences(IUserLayoutManager newLayout,
UserPreferences newPreferences)
|
void |
UserPreferencesManager.setNewUserLayoutAndUserPreferences(IUserLayoutManager newUlm,
UserPreferences newPreferences)
|
void |
GuestUserPreferencesManager.setNewUserLayoutAndUserPreferences(IUserLayoutManager newLayout,
UserPreferences newPreferences,
String sessionId)
|
void |
MultithreadedPrivilegedCacheableCharacterChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
void |
MultithreadedPrivilegedMimeResponseCharacterChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
void |
MultithreadedPrivilegedChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
void |
MultithreadedPrivilegedCacheableChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
void |
IPrivileged.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. Passes portal control structure to the channel. |
void |
MultithreadedPrivilegedCharacterChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
void |
MultithreadedPrivilegedCacheableMimeResponseChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
void |
MultithreadedPrivilegedMimeResponseChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
void |
MultithreadedPrivilegedCacheableMimeResponseCharacterChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
void |
IMultithreadedPrivileged.setPortalControlStructures(PortalControlStructures pcs,
String uid)
Deprecated. Passes portal control structure to the channel. |
void |
IDirectResponse.setResponse(HttpServletResponse response)
Deprecated. Sets the HttpServletResponse for the channel to use. |
void |
IChannel.setRuntimeData(ChannelRuntimeData rd)
Deprecated. Passes ChannelRuntimeData to the channel. |
void |
MultithreadedCharacterChannelAdapter.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
MultithreadedChannelAdapter.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
IMultithreadedChannel.setRuntimeData(ChannelRuntimeData rd,
String uid)
Deprecated. |
void |
IChannel.setStaticData(ChannelStaticData sd)
Deprecated. Passes ChannelStaticData to the channel. |
void |
MultithreadedCharacterChannelAdapter.setStaticData(ChannelStaticData sd)
Deprecated. |
void |
MultithreadedChannelAdapter.setStaticData(ChannelStaticData sd)
Deprecated. |
void |
IMultithreadedChannel.setStaticData(ChannelStaticData sd,
String uid)
Deprecated. |
static void |
ExceptionHelper.signal(ErrorID eid)
Generate, trace, and throw Portal Exception given ErrorID. |
static void |
ExceptionHelper.signal(ErrorID eid,
String parm)
Create PortalException from Errorid, trace, and throw it. |
static void |
ExceptionHelper.signal(ErrorID eid,
String parm,
boolean tracenow)
Create PortalException from ErrorID and throw it. |
IChannelRenderer |
ChannelManager.startChannelRendering(HttpServletRequest request,
HttpServletResponse response,
String channelSubscribeId)
Deprecated. Initiate channel rendering cycle. |
void |
ChannelStaticData.store()
Deprecated. Writes all string valued parameters to the database as part of the user's layout. |
void |
UserPreferences.synchronizeWithUserLayoutXML(Document uLayoutXML)
|
| Uses of PortalException in org.jasig.portal.car |
|---|
| Methods in org.jasig.portal.car that throw PortalException | |
|---|---|
InputStream |
CarResources.getResourceAsStream(String resource)
Return an input stream for reading the raw bytes making up the resource contained in one of the installed CARs. |
void |
CarResourceWorker.processWorkerDispatch(PortalControlStructures pcs)
Provides web access to channel resources stored in channel archive files housing channels if the channels were installed in the portal using a CAR. |
| Uses of PortalException in org.jasig.portal.channels |
|---|
| Methods in org.jasig.portal.channels that throw PortalException | |
|---|---|
protected Hashtable |
CSelectSystemProfile.getSystemProfileList()
|
void |
CLogin.renderXML(ContentHandler out)
Deprecated. |
void |
CPersonAttributes.renderXML(ContentHandler out)
Deprecated. |
void |
CApplet.renderXML(ContentHandler out)
Deprecated. Output channel content to the portal |
void |
CInlineFrame.renderXML(ContentHandler out)
Deprecated. Build an XML document and transform for display using org.jasig.portal.util.XSLT Creates IFrame or link depending on browser capability. |
void |
CSyndFeed.renderXML(ContentHandler out)
Deprecated. |
void |
BaseChannel.renderXML(ContentHandler out)
Deprecated. |
void |
CAbstractXslt.renderXML(ContentHandler out)
Deprecated. |
void |
CSnoop.renderXML(ContentHandler out)
Deprecated. Output channel content to the portal |
void |
CSelectSystemProfile.renderXML(ContentHandler out)
|
void |
CImage.renderXML(ContentHandler out)
Deprecated. Output channel content to the portal |
void |
CHeader.renderXML(ContentHandler out)
Deprecated. Render method. |
void |
CGenericXSLT.renderXML(ContentHandler out)
Deprecated. |
void |
CNumberGuess.renderXML(ContentHandler out)
Deprecated. Output channel content to the portal |
void |
BaseMultithreadedChannel.renderXML(ContentHandler out,
String uid)
Deprecated. Render nothing. |
void |
CSyndFeed.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
BaseChannel.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
CSelectSystemProfile.setRuntimeData(ChannelRuntimeData rd)
|
void |
BaseMultithreadedChannel.setRuntimeData(ChannelRuntimeData rd,
String uid)
Deprecated. Sets the channel runtime data. |
void |
CSyndFeed.setStaticData(ChannelStaticData sd)
Deprecated. |
void |
BaseChannel.setStaticData(ChannelStaticData sd)
Deprecated. |
void |
BaseMultithreadedChannel.setStaticData(ChannelStaticData sd,
String uid)
Deprecated. Sets the channel static data. |
| Uses of PortalException in org.jasig.portal.channels.adminnav |
|---|
| Methods in org.jasig.portal.channels.adminnav that throw PortalException | |
|---|---|
void |
AdminNavChannel.renderXML(ContentHandler out)
Deprecated. Render the links. |
void |
AdminNavChannel.setRuntimeData(ChannelRuntimeData rd)
Deprecated. Checks to see if the rendering document needs to be updated for the user's locale. |
void |
AdminNavChannel.setStaticData(ChannelStaticData sd)
Deprecated. Passes the passed-in channel static configuration information to the plugged-in model. |
| Uses of PortalException in org.jasig.portal.channels.adminnav.provider |
|---|
| Methods in org.jasig.portal.channels.adminnav.provider that throw PortalException | |
|---|---|
void |
ListModel.renderXML(ContentHandler out)
Deprecated. Render the links. |
void |
ListModel.setRuntimeData(ChannelRuntimeData rd)
Deprecated. Checks to see if the rendering document needs to be updated for the user's locale. |
void |
ListModel.setStaticData(ChannelStaticData sd)
Deprecated. |
| Uses of PortalException in org.jasig.portal.channels.cusermanager |
|---|
| Methods in org.jasig.portal.channels.cusermanager that throw PortalException | |
|---|---|
void |
CUserManager.renderXML(ContentHandler out)
Deprecated. |
| Uses of PortalException in org.jasig.portal.channels.DLMUserPreferences |
|---|
| Methods in org.jasig.portal.channels.DLMUserPreferences that throw PortalException | |
|---|---|
void |
CUserPreferences.renderXML(ContentHandler out)
Deprecated. Output channel content to the portal |
void |
TabColumnPrefsState.renderXML(ContentHandler out)
Deprecated. |
void |
TabColumnPrefsState.DefaultState.renderXML(ContentHandler out)
Deprecated. |
void |
TabColumnPrefsState.SelectSkinsState.renderXML(ContentHandler out)
Deprecated. |
void |
TabColumnPrefsState.NewChannelState.renderXML(ContentHandler out)
Deprecated. |
void |
TabColumnPrefsState.ParametersState.renderXML(ContentHandler out)
Deprecated. |
void |
CUserPreferences.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
void |
TabColumnPrefsState.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
void |
CUserPreferences.setRuntimeData(ChannelRuntimeData rd)
Deprecated. CUserPreferences listens for an HttpRequestParameter "userPreferencesAction" and based on its value changes state between profile management and layout/stylesheet preferences. |
void |
TabColumnPrefsState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.DefaultState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.ResetLayoutState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.SelectSkinsState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.NewChannelState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.ParametersState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
CUserPreferences.setStaticData(ChannelStaticData sd)
Deprecated. Receive static channel data from the portal |
void |
TabColumnPrefsState.setStaticData(ChannelStaticData sd)
Deprecated. |
| Constructors in org.jasig.portal.channels.DLMUserPreferences that throw PortalException | |
|---|---|
CUserPreferences()
Deprecated. |
|
TabColumnPrefsState()
Deprecated. |
|
TabColumnPrefsState(CUserPreferences context)
Deprecated. |
|
| Uses of PortalException in org.jasig.portal.channels.error |
|---|
| Methods in org.jasig.portal.channels.error that throw PortalException | |
|---|---|
void |
CError.renderCharacters(PrintWriter out)
Deprecated. |
void |
CTimeout.renderXML(ContentHandler out)
Deprecated. |
void |
CThrower.renderXML(ContentHandler out)
Deprecated. |
| Uses of PortalException in org.jasig.portal.channels.groupsmanager |
|---|
| Methods in org.jasig.portal.channels.groupsmanager that throw PortalException | |
|---|---|
static IServant |
CGroupsManagerServantFactory.getGroupsServantforAddRemove(ChannelStaticData staticData,
String groupKey)
Deprecated. Returns a servant with the group corresponding to the provided key selected and locked for editing. |
static IServant |
CGroupsManagerServantFactory.getGroupsServantforGroupMemberships(ChannelStaticData staticData,
String message,
IGroupMember member,
boolean allowFinish)
Deprecated. Returns a servant that is used to select IEntityGroups that the supplied GroupMember belongs to. |
static IServant |
CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData,
String message)
Deprecated. Returns a servant that is used to select IGroupMembers. |
static IServant |
CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData,
String message,
String type)
Deprecated. Returns a servant that is used to select IGroupMembers. |
static IServant |
CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData,
String message,
String type,
boolean allowFinish,
boolean allowEntitySelect)
Deprecated. Returns a servant that is used to select IGroupMembers. |
static IServant |
CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData,
String message,
String type,
boolean allowFinish,
boolean allowEntitySelect,
IGroupMember[] members)
Deprecated. Returns a servant that is used to select IGroupMembers. |
static IServant |
CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData,
String message,
String type,
boolean allowFinish,
boolean allowEntitySelect,
IGroupMember[] members,
IGroupsManagerPermissions permissions)
Deprecated. Returns a servant that is used to select IGroupMembers. |
static IGroupsManagerPermissions |
CGroupsManagerServantFactory.getPermissionsPolicy(ChannelStaticData staticData)
Deprecated. Returns a permissions policy based upon the users role. |
void |
CGroupsManager.renderXML(ContentHandler out)
Deprecated. Ask channel to render its content. |
| Uses of PortalException in org.jasig.portal.channels.iccdemo |
|---|
| Methods in org.jasig.portal.channels.iccdemo that throw PortalException | |
|---|---|
void |
CURLSelector.renderXML(ContentHandler out)
Deprecated. Render method. |
void |
CHistory.renderXML(ContentHandler out)
Deprecated. Render method. |
void |
CViewer.renderXML(ContentHandler out)
Deprecated. |
void |
CURLSelector.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
CHistory.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
CURLSelector.setStaticData(ChannelStaticData sd)
Deprecated. |
void |
CHistory.setStaticData(ChannelStaticData sd)
Deprecated. |
void |
CViewer.setStaticData(ChannelStaticData sd)
Deprecated. |
| Uses of PortalException in org.jasig.portal.channels.jsp |
|---|
| Methods in org.jasig.portal.channels.jsp that throw PortalException | |
|---|---|
void |
DeploymentSpec.addDeploymentFor(String carFilePath,
List resources)
Deprecated. Adds deployment information about the passed-in CAR and its resources into the deployment specification file. |
String |
MediaResolver.getBaseMediaURL(Class aChannelClass)
Deprecated. |
String |
MediaResolver.getBaseMediaURL(Object aChannelObject)
Deprecated. |
String |
MediaResolver.getBaseMediaURL(String resourcePath)
Deprecated. |
String |
MediaResolver.getBaseWorkerURL(String worker,
boolean idempotent)
Deprecated. |
static DeploymentSpec |
DeploymentSpec.getInstance()
Deprecated. |
long |
DeploymentSpec.getTimeOfDeploymentForResource(String resourcePath)
Deprecated. Returns the timestamp in milliseconds when the specified resource was deployed or -1 if the resource is not included in the list of resources deployed. |
void |
Channel.renderCharacters(PrintWriter pw)
Deprecated. |
void |
Channel.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. Extracts the HttpServletRequest, HttpServletResponse, and HttpSession for use in delegated JSPs. |
void |
Channel.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
Channel.setStaticData(ChannelStaticData sd)
Deprecated. |
| Constructors in org.jasig.portal.channels.jsp that throw PortalException | |
|---|---|
ServantChannel(String controllerClassName)
Deprecated. Custom constructor used to create a an instance of this class that implements the IServant interface. |
|
| Uses of PortalException in org.jasig.portal.channels.permissionsmanager |
|---|
| Methods in org.jasig.portal.channels.permissionsmanager that throw PortalException | |
|---|---|
static IServant |
CPermissionsManagerServantFactory.getPermissionsServant(IPermissible owner,
ChannelStaticData staticData,
IAuthorizationPrincipal[] principals,
String[] activities,
String[] targets)
Deprecated. put your documentation comment here |
void |
CPermissionsManager.renderXML(ContentHandler out)
Deprecated. put your documentation comment here |
void |
CPermissionsManager.setStaticData(ChannelStaticData sD)
Deprecated. put your documentation comment here |
void |
CPermissionsManagerServant.setStaticData(ChannelStaticData sD)
Deprecated. |
protected void |
CPermissionsManager.transform(XSLT xslt)
Deprecated. put your documentation comment here |
| Uses of PortalException in org.jasig.portal.channels.portlet |
|---|
| Subclasses of PortalException in org.jasig.portal.channels.portlet | |
|---|---|
class |
InconsistentPortletModelException
Indicates that there was a problem loading or reading part of the portlet's object model |
class |
PortletActionFailureException
Indicates that the portlet container failed to load the specified portlet. |
class |
PortletDispatchException
Indicates that there was an exception while dispatching to a portlet. |
class |
PortletLoadFailureException
Indicates that the portlet container failed to load the specified portlet. |
| Methods in org.jasig.portal.channels.portlet that throw PortalException | |
|---|---|
void |
CSpringPortletAdaptor.processAction()
Deprecated. |
void |
IPortletAdaptor.processAction()
Deprecated. IChannel.setStaticData(org.jasig.portal.ChannelStaticData),
IPrivileged.setPortalControlStructures(org.jasig.portal.PortalControlStructures), and
IChannel.setRuntimeData(org.jasig.portal.ChannelRuntimeData) will be called before
this method. |
void |
CSpringPortletAdaptor.renderCharacters(PrintWriter pw)
Deprecated. |
void |
CSpringPortletAdaptor.renderXML(ContentHandler out)
Deprecated. |
void |
CSpringPortletAdaptor.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
void |
CSpringPortletAdaptor.setResponse(HttpServletResponse response)
Deprecated. |
void |
CSpringPortletAdaptor.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
CSpringPortletAdaptor.setStaticData(ChannelStaticData sd)
Deprecated. |
| Uses of PortalException in org.jasig.portal.channels.UserPreferences |
|---|
| Methods in org.jasig.portal.channels.UserPreferences that throw PortalException | |
|---|---|
void |
CUserPreferences.renderXML(ContentHandler out)
Deprecated. Output channel content to the portal |
void |
TabColumnPrefsState.renderXML(ContentHandler out)
Deprecated. |
void |
TabColumnPrefsState.DefaultState.renderXML(ContentHandler out)
Deprecated. |
void |
TabColumnPrefsState.SelectSkinsState.renderXML(ContentHandler out)
Deprecated. |
void |
TabColumnPrefsState.NewChannelState.renderXML(ContentHandler out)
Deprecated. |
void |
TabColumnPrefsState.ParametersState.renderXML(ContentHandler out)
Deprecated. |
void |
CUserPreferences.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
void |
TabColumnPrefsState.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
void |
CUserPreferences.setRuntimeData(ChannelRuntimeData rd)
Deprecated. CUserPreferences listens for an HttpRequestParameter "userPreferencesAction" and based on its value changes state between profile management and layout/stylesheet preferences. |
void |
TabColumnPrefsState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.DefaultState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.ResetLayoutState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.SelectSkinsState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.NewChannelState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.ParametersState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
CUserPreferences.setStaticData(ChannelStaticData sd)
Deprecated. Receive static channel data from the portal |
void |
TabColumnPrefsState.setStaticData(ChannelStaticData sd)
Deprecated. |
| Constructors in org.jasig.portal.channels.UserPreferences that throw PortalException | |
|---|---|
CUserPreferences()
Deprecated. |
|
TabColumnPrefsState()
Deprecated. |
|
TabColumnPrefsState(CUserPreferences context)
Deprecated. |
|
| Uses of PortalException in org.jasig.portal.channels.webproxy |
|---|
| Methods in org.jasig.portal.channels.webproxy that throw PortalException | |
|---|---|
static CWebProxyURLFilter |
CWebProxyURLFilter.newCWebProxyURLFilter(String mimeType,
ChannelRuntimeData runtimeData,
ContentHandler handler)
Deprecated. A factory method that uses mimeType to determine which type of CWebProxyURLFilter to return. |
void |
CWebProxy.renderXML(ContentHandler out)
Deprecated. Ask channel to render its content. |
void |
CWebProxy.setStaticData(ChannelStaticData sd)
Deprecated. Passes ChannelStaticData to the channel. |
| Uses of PortalException in org.jasig.portal.concurrency |
|---|
| Subclasses of PortalException in org.jasig.portal.concurrency | |
|---|---|
class |
CachingException
A CachingException describes a problem that has arisen during
an attempt to add, update, remove or reference a cache entry. |
class |
LockingException
A LockingException describes a problem that has arisen during
an attempt to create or alter an IEntityLock. |
| Uses of PortalException in org.jasig.portal.groups |
|---|
| Subclasses of PortalException in org.jasig.portal.groups | |
|---|---|
class |
GroupsException
A GroupsException describes a problem in the groups structure or in the groups store. |
| Uses of PortalException in org.jasig.portal.i18n |
|---|
| Methods in org.jasig.portal.i18n that throw PortalException | |
|---|---|
void |
LocaleAwareXSLT.setXSL(String sslUri,
BrowserInfo browserInfo)
Configures the xsl source by choosing the appropriate stylesheet from the provided stylesheet list file, taking into account the list of locales. |
void |
LocaleAwareXSLT.setXSL(String sslUri,
String stylesheetTitle,
BrowserInfo browserInfo)
Configures the xsl source by choosing the appropriate stylesheet from the provided stylesheet list file, taking into account the list of locales. |
| Uses of PortalException in org.jasig.portal.jndi |
|---|
| Methods in org.jasig.portal.jndi that throw PortalException | |
|---|---|
static void |
JNDIManager.initializePortalContext()
Deprecated. Initializes root context node |
static void |
JNDIManager.initializeSessionContext(HttpSession session,
String userId,
String layoutId,
Document userLayout)
Deprecated. |
| Uses of PortalException in org.jasig.portal.layout |
|---|
| Methods in org.jasig.portal.layout that throw PortalException | |
|---|---|
IUserLayoutNodeDescription |
IUserLayoutManager.addNode(IUserLayoutNodeDescription node,
String parentId,
String nextSiblingId)
Add a new node to a current user layout. |
IUserLayoutNodeDescription |
TransientUserLayoutManagerWrapper.addNode(IUserLayoutNodeDescription node,
String parentId,
String nextSiblingId)
|
boolean |
IUserLayoutManager.canAddNode(IUserLayoutNodeDescription node,
String parentId,
String nextSiblingId)
Test if a particular node can be added at a given location. |
boolean |
TransientUserLayoutManagerWrapper.canAddNode(IUserLayoutNodeDescription node,
String parentId,
String nextSiblingId)
|
boolean |
IUserLayoutManager.canDeleteNode(String nodeId)
Tests if a particular node can be deleted. |
boolean |
TransientUserLayoutManagerWrapper.canDeleteNode(String nodeId)
|
boolean |
IUserLayoutManager.canMoveNode(String nodeId,
String parentId,
String nextSiblingId)
Test if a particular node can be moved to a given location. |
boolean |
TransientUserLayoutManagerWrapper.canMoveNode(String nodeId,
String parentId,
String nextSiblingId)
|
boolean |
IUserLayoutManager.canUpdateNode(IUserLayoutNodeDescription node)
Test if a certain node can be updated. |
boolean |
TransientUserLayoutManagerWrapper.canUpdateNode(IUserLayoutNodeDescription node)
|
IUserLayoutNodeDescription |
IUserLayoutManager.createNodeDescription(int nodeType)
A factory method to create an empty IUserLayoutNodeDescription instance |
IUserLayoutNodeDescription |
TransientUserLayoutManagerWrapper.createNodeDescription(int nodeType)
|
boolean |
IUserLayoutManager.deleteNode(String nodeId)
Delete a node (folder or a channel) from a user layout. |
boolean |
TransientUserLayoutManagerWrapper.deleteNode(String nodeId)
|
String |
IUserLayout.getCacheKey()
Return a cache key, uniqly corresponding to the composition and the structure of the user layout. |
String |
IUserLayoutManager.getCacheKey()
Return a cache key, uniqly corresponding to the composition and the structure of the user layout. |
String |
TransientUserLayoutManagerWrapper.getCacheKey()
|
protected IChannelDefinition |
TransientUserLayoutManagerWrapper.getChannelDefinition(String subId)
Given a subscribe Id, return a ChannelDefinition. |
Enumeration |
IUserLayout.getChildIds(String nodeId)
Returns a list of child node Ids for a given node. |
Enumeration<String> |
IUserLayoutManager.getChildIds(String nodeId)
Returns a list of child node Ids for a given node. |
Enumeration |
TransientUserLayoutManagerWrapper.getChildIds(String nodeId)
|
int |
IUserLayoutManager.getDepth(String nodeId)
Returns the depth of a node in the layout tree. |
int |
TransientUserLayoutManagerWrapper.getDepth(String nodeId)
Returns the depth of a node in the layout tree. |
String |
IUserLayout.getNextSiblingId(String nodeId)
Determine an Id of a next sibling node. |
String |
IUserLayoutManager.getNextSiblingId(String nodeId)
Determine an Id of a next sibling node. |
String |
TransientUserLayoutManagerWrapper.getNextSiblingId(String nodeId)
|
IUserLayoutNodeDescription |
IUserLayoutManager.getNode(String nodeId)
Obtain a description of a node (channel or a folder) in a given user layout. |
IUserLayoutNodeDescription |
TransientUserLayoutManagerWrapper.getNode(String nodeId)
|
IUserLayoutNodeDescription |
IUserLayout.getNodeDescription(String nodeId)
Obtain a description of a node (channel or a folder) in a given user layout. |
String |
IUserLayout.getNodeId(String fname)
Returns a node id associated with the supplied functional name. |
Enumeration |
IUserLayout.getNodeIds()
Returns a list of node Ids in the layout. |
IUserLayoutManager |
TransientUserLayoutManagerWrapper.getOriginalLayoutManager()
|
String |
IUserLayout.getParentId(String nodeId)
Returns an Id of a parent user layout node. |
String |
IUserLayoutManager.getParentId(String nodeId)
Returns an Id of a parent user layout node. |
String |
TransientUserLayoutManagerWrapper.getParentId(String nodeId)
|
String |
IUserLayout.getPreviousSiblingId(String nodeId)
Determine an Id of a previous sibling node. |
String |
IUserLayoutManager.getPreviousSiblingId(String nodeId)
Determine an Id of a previous sibling node. |
String |
TransientUserLayoutManagerWrapper.getPreviousSiblingId(String nodeId)
|
String |
IUserLayoutManager.getSubscribeId(String fname)
Returns a subscription id using the supplied functional name. |
String |
TransientUserLayoutManagerWrapper.getSubscribeId(String fname)
Given an functional name, return its subscribe id. |
IUserLayout |
IUserLayoutManager.getUserLayout()
Gets a user layout (with appropriate markings). |
IUserLayout |
TransientUserLayoutManagerWrapper.getUserLayout()
|
void |
IUserLayoutManager.getUserLayout(ContentHandler ch)
Output user layout (with appropriate markings) into a ContentHandler |
void |
TransientUserLayoutManagerWrapper.getUserLayout(ContentHandler ch)
|
void |
IUserLayoutManager.getUserLayout(String nodeId,
ContentHandler ch)
Output subtree of a user layout (with appropriate markings) defined by a particular node into a ContentHandler |
void |
TransientUserLayoutManagerWrapper.getUserLayout(String nodeId,
ContentHandler ch)
|
Document |
IUserLayoutManager.getUserLayoutDOM()
Deprecated. IUserLayoutManager.getUserLayout() should be used instead. Direct manipulation of the DOM can cause caching problems and issues where the layout manager doesn't know about DOM changes. Read https://lists.wisc.edu/read/messages?id=2167043 for more information. |
Document |
TransientUserLayoutManagerWrapper.getUserLayoutDOM()
|
static IUserLayoutManager |
UserLayoutManagerFactory.getUserLayoutManager(IPerson person,
UserProfile profile)
Obtain a regular user layout manager implementation |
static IUserLayoutManager |
UserLayoutManagerFactory.immutableUserLayoutManager(IUserLayoutManager man)
Returns an immutable version of a user layout manager. |
void |
IUserLayoutManager.loadUserLayout()
Calls IUserLayoutManager.loadUserLayout(boolean) passing false. |
void |
TransientUserLayoutManagerWrapper.loadUserLayout()
|
void |
IUserLayoutManager.loadUserLayout(boolean reload)
Signal manager to load a user layout. |
void |
TransientUserLayoutManagerWrapper.loadUserLayout(boolean reload)
|
void |
IUserLayoutManager.markAddTargets(IUserLayoutNodeDescription node)
Ask manager to output markings at the locations where a given node can be added. |
void |
TransientUserLayoutManagerWrapper.markAddTargets(IUserLayoutNodeDescription node)
|
void |
IUserLayoutManager.markMoveTargets(String nodeId)
Ask manager to output markings at the locations where a given node can be moved. |
void |
TransientUserLayoutManagerWrapper.markMoveTargets(String nodeId)
|
boolean |
IUserLayoutManager.moveNode(String nodeId,
String parentId,
String nextSiblingId)
Move a node (channel or folder) from one location to another. |
boolean |
TransientUserLayoutManagerWrapper.moveNode(String nodeId,
String parentId,
String nextSiblingId)
|
void |
IUserLayoutManager.processLayoutParameters(IPerson person,
UserPreferences userPrefs,
HttpServletRequest req)
Allows layout manager specific handling of user request parameter processing potentially including passing of specific parameters to the structure and theme transformations via the user preferences object. |
void |
TransientUserLayoutManagerWrapper.processLayoutParameters(IPerson person,
UserPreferences userPrefs,
HttpServletRequest req)
Delegates to the wrapped layout manager's implementation. |
void |
IUserLayoutManager.saveUserLayout()
Signal manager to persist user layout to a database |
void |
TransientUserLayoutManagerWrapper.saveUserLayout()
|
void |
TransientUserLayoutManagerWrapper.setOriginalLayoutManager(IUserLayoutManager man)
|
void |
IUserLayoutManager.setUserLayout(IUserLayout userLayout)
Sets a user layout (with appropriate markings). |
void |
TransientUserLayoutManagerWrapper.setUserLayout(IUserLayout userLayout)
|
boolean |
IUserLayoutManager.updateNode(IUserLayoutNodeDescription node)
Update a given node. |
boolean |
TransientUserLayoutManagerWrapper.updateNode(IUserLayoutNodeDescription node)
|
void |
IUserLayout.writeTo(ContentHandler ch)
Writes user layout content (with appropriate markings) into a ContentHandler |
void |
IUserLayout.writeTo(Document document)
Writes user layout content (with appropriate markings) into a Document object |
void |
IUserLayout.writeTo(String nodeId,
ContentHandler ch)
Writes subtree of a user layout (with appropriate markings) defined by a particular node into a ContentHandler |
void |
IUserLayout.writeTo(String nodeId,
Document document)
Writes subtree of a user layout (with appropriate markings) defined by a particular node into a Document |
| Constructors in org.jasig.portal.layout that throw PortalException | |
|---|---|
TransientUserLayoutManagerWrapper(IUserLayoutManager manager)
|
|
| Uses of PortalException in org.jasig.portal.layout.channels |
|---|
| Methods in org.jasig.portal.layout.channels that throw PortalException | |
|---|---|
void |
CSkinSelector.renderXML(ContentHandler out)
Deprecated. |
void |
CSkinSelector.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. Passes portal control structure to the channel. |
void |
CSkinSelector.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
CSkinSelector.setStaticData(ChannelStaticData sd)
Deprecated. |
| Uses of PortalException in org.jasig.portal.layout.channels.locales |
|---|
| Methods in org.jasig.portal.layout.channels.locales that throw PortalException | |
|---|---|
void |
CSessionLocalesSelector.renderXML(ContentHandler out)
Deprecated. |
void |
CUserLocalesSelector.renderXML(ContentHandler out)
Deprecated. |
void |
CUserLocalesSelector.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
void |
CUserLocalesSelector.setRuntimeData(ChannelRuntimeData runtimeData)
Deprecated. |
| Uses of PortalException in org.jasig.portal.layout.channels.sitemap |
|---|
| Methods in org.jasig.portal.layout.channels.sitemap that throw PortalException | |
|---|---|
void |
CSiteMap.renderXML(ContentHandler out)
Deprecated. |
void |
CSiteMap.setPortalControlStructures(PortalControlStructures pcs)
Deprecated. |
| Uses of PortalException in org.jasig.portal.layout.dlm |
|---|
| Methods in org.jasig.portal.layout.dlm that throw PortalException | |
|---|---|
static void |
DeleteManager.addDeleteDirective(Element compViewNode,
String elementID,
IPerson person)
Create and append a delete directive to delete the node identified by the passed in element id. |
IUserLayoutNodeDescription |
DistributedLayoutManager.addNode(IUserLayoutNodeDescription node,
String parentId,
String nextSiblingId)
|
static void |
ParameterEditManager.addParmEditDirective(Element compViewChannelNode,
String targetId,
String name,
String value,
IPerson person)
Create and append a parameter edit directive to parameter edits set for applying a user specified value to a named parameter of the incorporated channel represented by the passed-in target id. |
static void |
EditManager.addPrefsDirective(Element plfNode,
String attributeName,
IPerson person)
Create and append a user preferences edit directive to the edit set if not there. |
protected boolean |
DistributedLayoutManager.canAddNode(IUserLayoutNodeDescription node,
IUserLayoutNodeDescription parent,
String nextSiblingId)
|
boolean |
DistributedLayoutManager.canAddNode(IUserLayoutNodeDescription node,
String parentId,
String nextSiblingId)
|
protected boolean |
DistributedLayoutManager.canDeleteNode(IUserLayoutNodeDescription node)
Returns true if the node exists in the underlying DOM model and it does not contain a 'deleteAllowed' attribute with a value of 'false'. |
boolean |
DistributedLayoutManager.canDeleteNode(String nodeId)
|
protected boolean |
DistributedLayoutManager.canMoveNode(IUserLayoutNodeDescription node,
IUserLayoutNodeDescription parent,
String nextSiblingId)
|
boolean |
DistributedLayoutManager.canMoveNode(String nodeId,
String parentId,
String nextSiblingId)
|
boolean |
DistributedLayoutManager.canUpdateNode(String nodeId)
|
IUserLayoutNodeDescription |
DistributedLayoutManager.createNodeDescription(Element node)
|
IUserLayoutNodeDescription |
DistributedLayoutManager.createNodeDescription(int nodeType)
|
static Element |
HandlerUtils.createPlfNodeAndPath(Element compViewNode,
boolean includeChildNodes,
IPerson person)
Creates a copy of the passed in ILF node in the PLF if not already there as well as creating any ancestor nodes along the path from this node up to the layout root if they are not there. |
static UserLayoutNodeDescription |
ChannelDescription.createUserLayoutNodeDescription(Element xmlNode)
Shadowing version of the same method in UserLayoutNodeDescription to produce DLM specific instances for channels. |
static void |
TabColumnPrefsHandler.deleteNode(Element compViewNode,
Element compViewParent,
IPerson person)
Handles user requests to delete UI elements. |
boolean |
DistributedLayoutManager.deleteNode(String nodeId)
|
Map |
DistributedLayoutManager.getChannelFunctionalNameMap()
Return a map of channel identifiers to functional names, for those channels that have functional names. |
Enumeration<String> |
DistributedLayoutManager.getChildIds(String nodeId)
|
int |
DistributedLayoutManager.getDepth(String nodeId)
|
String |
DistributedLayoutManager.getNextSiblingId(String nodeId)
|
IUserLayoutNodeDescription |
DistributedLayoutManager.getNode(String nodeId)
|
String |
DistributedLayoutManager.getParentId(String nodeId)
|
static Document |
RDBMDistributedLayoutStore.getPLF(IPerson person)
|
static Element |
HandlerUtils.getPLFNode(Element compViewNode,
IPerson person,
boolean create,
boolean includeChildNodes)
This method returns the PLF version of the passed in compViewNode. |
String |
DistributedLayoutManager.getPreviousSiblingId(String nodeId)
|
IUserLayout |
DistributedLayoutManager.getUserLayout()
|
void |
DistributedLayoutManager.getUserLayout(ContentHandler ch)
|
protected void |
DistributedLayoutManager.getUserLayout(Node n,
ContentHandler ch)
|
void |
DistributedLayoutManager.getUserLayout(String nodeId,
ContentHandler ch)
|
Document |
DistributedLayoutManager.getUserLayoutDOM()
Deprecated. |
void |
DistributedLayoutManager.loadUserLayout()
|
void |
DistributedLayoutManager.loadUserLayout(boolean reload)
|
void |
DistributedLayoutManager.markMoveTargets(String nodeId)
Unsupported operation in DLM. |
static void |
PLFIntegrator.mergePLFintoILF(Document plf,
Document ilf,
IntegrationResult result)
|
static void |
TabColumnPrefsHandler.moveElement(Element compViewNode,
Element oldCompViewParent,
IPerson person)
This method is called from the TabColumnPrefsState class after a node has already been moved from its old parent to its new in the ILF. |
boolean |
DistributedLayoutManager.moveNode(String nodeId,
String parentId,
String nextSiblingId)
|
void |
LPAEditRestriction.perform()
Pushes the indicated restriction attribute changes into both the ILF and PLF versions of the layouts since this will only be done when editing a fragment. |
void |
LPAResetAttribute.perform()
Reset a parameter to not override the value specified by a fragment. |
void |
LPAAddParameter.perform()
Add a parameter for a channel in both the ILF and PLF using the appropriate mechanisms for incorporated nodes versus owned nodes. |
void |
LPAChangeAttribute.perform()
Apply the attribute change. |
void |
LPAResetParameter.perform()
Reset the parameter to not override the value specified by a fragment. |
void |
ILayoutProcessingAction.perform()
|
void |
LPAChangeParameter.perform()
Change the parameter for a channel in both the ILF and PLF using the appropriate mechanisms for incorporated nodes versus owned nodes. |
void |
LPARemoveParameter.perform()
Remove the parameter from a channel in both the ILF and PLF using the appropriate mechanisms for incorporated nodes versus owned nodes. |
void |
DistributedLayoutManager.processLayoutParameters(IPerson person,
UserPreferences userPrefs,
HttpServletRequest req)
Handle layout specific parameters posted with the request. |
static void |
ParameterEditManager.removeParmEditDirective(String targetId,
String name,
IPerson person)
Remove a parameter edit directive from the parameter edits set for applying user specified values to a named parameter of an incorporated channel represented by the passed-in target id. |
void |
ChannelDescription.resetParameter(String parameterName)
|
void |
DistributedLayoutManager.saveUserLayout()
|
void |
DistributedLayoutManager.setUserLayout(IUserLayout userLayout)
|
boolean |
DistributedLayoutManager.updateNode(IUserLayoutNodeDescription node)
Handles pushing changes made to the passed-in node into the user's layout. |
static void |
PositionManager.updatePositionSet(Element compViewParent,
Element plfParent,
IPerson person)
This method updates the positions recorded in a position set to reflect the ids of the nodes in the composite view of the layout. |
| Constructors in org.jasig.portal.layout.dlm that throw PortalException | |
|---|---|
ChannelDescription(Element xmlNode)
Overridden constructor of super class. |
|
DistributedLayoutManager(IPerson owner,
UserProfile profile,
IUserLayoutStore store)
|
|
| Uses of PortalException in org.jasig.portal.layout.dlm.channels.guide |
|---|
| Methods in org.jasig.portal.layout.dlm.channels.guide that throw PortalException | |
|---|---|
protected void |
DlmIntroChannel.runtimeDataSet()
Deprecated. Sets up the base media URL if not done already and determines which section is desired by the user if any. |
| Uses of PortalException in org.jasig.portal.layout.immutable |
|---|
| Methods in org.jasig.portal.layout.immutable that throw PortalException | |
|---|---|
IUserLayoutNodeDescription |
ImmutableUserLayoutManagerWrapper.addNode(IUserLayoutNodeDescription node,
String parentId,
String nextSiblingId)
|
boolean |
ImmutableUserLayoutManagerWrapper.canAddNode(IUserLayoutNodeDescription node,
String parentId,
String nextSiblingId)
|
boolean |
ImmutableUserLayoutManagerWrapper.canDeleteNode(String nodeId)
|
boolean |
ImmutableUserLayoutManagerWrapper.canMoveNode(String nodeId,
String parentId,
String nextSiblingId)
|
boolean |
ImmutableUserLayoutManagerWrapper.canUpdateNode(IUserLayoutNodeDescription nodeId)
|
IUserLayoutNodeDescription |
ImmutableUserLayoutManagerWrapper.createNodeDescription(int nodeType)
A factory method to create an empty IUserLayoutNodeDescription instance |
boolean |
ImmutableUserLayoutManagerWrapper.deleteNode(String nodeId)
|
String |
ImmutableUserLayoutManagerWrapper.getCacheKey()
|
Enumeration |
ImmutableUserLayoutManagerWrapper.getChildIds(String nodeId)
|
int |
ImmutableUserLayoutManagerWrapper.getDepth(String nodeId)
Returns the depth of a node in the layout tree. |
String |
ImmutableUserLayoutManagerWrapper.getNextSiblingId(String nodeId)
|
IUserLayoutNodeDescription |
ImmutableUserLayoutManagerWrapper.getNode(String nodeId)
|
String |
ImmutableUserLayoutManagerWrapper.getParentId(String nodeId)
|
String |
ImmutableUserLayoutManagerWrapper.getPreviousSiblingId(String nodeId)
|
String |
ImmutableUserLayoutManagerWrapper.getSubscribeId(String fname)
Returns a subscription id given a functional name. |
IUserLayout |
ImmutableUserLayoutManagerWrapper.getUserLayout()
|
void |
ImmutableUserLayoutManagerWrapper.getUserLayout(ContentHandler ch)
|
void |
ImmutableUserLayoutManagerWrapper.getUserLayout(String nodeId,
ContentHandler ch)
|
Document |
ImmutableUserLayoutManagerWrapper.getUserLayoutDOM()
|
void |
ImmutableUserLayoutManagerWrapper.loadUserLayout()
|
void |
ImmutableUserLayoutManagerWrapper.loadUserLayout(boolean reload)
|
void |
ImmutableUserLayoutManagerWrapper.markMoveTargets(String nodeId)
|
boolean |
ImmutableUserLayoutManagerWrapper.moveNode(String nodeId,
String parentId,
String nextSiblingId)
|
void |
ImmutableUserLayoutManagerWrapper.processLayoutParameters(IPerson person,
UserPreferences userPrefs,
HttpServletRequest req)
Ignores this call to prevent changes to the layout. |
void |
ImmutableUserLayoutManagerWrapper.saveUserLayout()
|
void |
ImmutableUserLayoutManagerWrapper.setUserLayout(IUserLayout userLayout)
|
boolean |
ImmutableUserLayoutManagerWrapper.updateNode(IUserLayoutNodeDescription node)
|
| Constructors in org.jasig.portal.layout.immutable that throw PortalException | |
|---|---|
ImmutableUserLayoutManagerWrapper(IUserLayoutManager manager)
|
|
| Uses of PortalException in org.jasig.portal.layout.node |
|---|
| Methods in org.jasig.portal.layout.node that throw PortalException | |
|---|---|
static UserLayoutNodeDescription |
UserLayoutNodeDescription.createUserLayoutNodeDescription(Element xmlNode)
A factory method to create a UserLayoutNodeDescription instance,
based on the information provided in the user layout Element. |
void |
IUserLayoutChannelDescription.resetParameter(String parameterName)
Reset a channel parameter value. |
void |
UserLayoutChannelDescription.resetParameter(String parameterName)
Reset a channel parameter value. |
| Constructors in org.jasig.portal.layout.node that throw PortalException | |
|---|---|
UserLayoutChannelDescription(Element xmlNode)
Reconstruct channel information from an xml Element |
|
UserLayoutFolderDescription(Element xmlNode)
Reconstruct folder information from an xml Element |
|
| Uses of PortalException in org.jasig.portal.layout.simple |
|---|
| Methods in org.jasig.portal.layout.simple that throw PortalException | |
|---|---|
IUserLayoutNodeDescription |
SimpleUserLayoutManager.addNode(IUserLayoutNodeDescription node,
String parentId,
String nextSiblingId)
|
protected boolean |
SimpleUserLayoutManager.canAddNode(IUserLayoutNodeDescription node,
IUserLayoutNodeDescription parent,
String nextSiblingId)
|
boolean |
SimpleUserLayoutManager.canAddNode(IUserLayoutNodeDescription node,
String parentId,
String nextSiblingId)
|
protected boolean |
SimpleUserLayoutManager.canDeleteNode(IUserLayoutNodeDescription node)
|
boolean |
SimpleUserLayoutManager.canDeleteNode(String nodeId)
|
protected boolean |
SimpleUserLayoutManager.canMoveNode(IUserLayoutNodeDescription node,
IUserLayoutNodeDescription parent,
String nextSiblingId)
|
boolean |
SimpleUserLayoutManager.canMoveNode(String nodeId,
String parentId,
String nextSiblingId)
|
boolean |
SimpleUserLayoutManager.canUpdateNode(String nodeId)
|
IUserLayoutNodeDescription |
SimpleUserLayoutManager.createNodeDescription(int nodeType)
A factory method to create an empty IUserLayoutNodeDescription instance |
boolean |
SimpleUserLayoutManager.deleteNode(String nodeId)
|
String |
SimpleLayout.findNodeId(XPathExpression xpathExpression)
|
String |
SimpleLayout.getCacheKey()
|
Enumeration |
SimpleUserLayoutManager.getChildIds(String nodeId)
|
Enumeration |
SimpleLayout.getChildIds(String nodeId)
|
int |
SimpleUserLayoutManager.getDepth(String nodeId)
Returns the depth of a node in the layout tree. |
String |
SimpleUserLayoutManager.getNextSiblingId(String nodeId)
|
String |
SimpleLayout.getNextSiblingId(String nodeId)
|
IUserLayoutNodeDescription |
SimpleUserLayoutManager.getNode(String nodeId)
|
IUserLayoutNodeDescription |
SimpleLayout.getNodeDescription(String nodeId)
|
String |
SimpleLayout.getNodeId(String fname)
|
Enumeration |
SimpleLayout.getNodeIds()
|
String |
SimpleUserLayoutManager.getParentId(String nodeId)
|
String |
SimpleLayout.getParentId(String nodeId)
|
String |
SimpleUserLayoutManager.getPreviousSiblingId(String nodeId)
|
String |
SimpleLayout.getPreviousSiblingId(String nodeId)
|
String |
SimpleUserLayoutManager.getSubscribeId(String fname)
Returns a subscription id given a functional name. |
IUserLayout |
SimpleUserLayoutManager.getUserLayout()
|
void |
SimpleUserLayoutManager.getUserLayout(ContentHandler ch)
|
protected void |
SimpleUserLayoutManager.getUserLayout(Node n,
ContentHandler ch)
|
void |
SimpleUserLayoutManager.getUserLayout(String nodeId,
ContentHandler ch)
|
void |
SimpleUserLayoutManager.loadUserLayout()
|
void |
SimpleUserLayoutManager.loadUserLayout(boolean reload)
|
void |
SimpleUserLayoutManager.markAddTargets(IUserLayoutNodeDescription node)
|
void |
SimpleUserLayoutManager.markMoveTargets(String nodeId)
|
boolean |
SimpleUserLayoutManager.moveNode(String nodeId,
String parentId,
String nextSiblingId)
|
void |
SimpleUserLayoutManager.processLayoutParameters(IPerson person,
UserPreferences userPrefs,
HttpServletRequest req)
|
void |
SimpleUserLayoutManager.saveUserLayout()
|
void |
SimpleUserLayoutManager.setUserLayout(IUserLayout userLayout)
|
boolean |
SimpleUserLayoutManager.updateNode(IUserLayoutNodeDescription node)
|
void |
SimpleLayout.writeTo(ContentHandler ch)
|
void |
SimpleLayout.writeTo(Document document)
|
void |
SimpleLayout.writeTo(String nodeId,
ContentHandler ch)
|
void |
SimpleLayout.writeTo(String nodeId,
Document document)
|
| Constructors in org.jasig.portal.layout.simple that throw PortalException | |
|---|---|
SimpleUserLayoutManager(IPerson owner,
UserProfile profile,
IUserLayoutStore store)
|
|
| Uses of PortalException in org.jasig.portal.rendering |
|---|
| Methods in org.jasig.portal.rendering that throw PortalException | |
|---|---|
protected String |
StaticRenderingPipeline.constructCacheKey(IUserPreferencesManager uPreferencesManager,
String rootNodeId)
|
protected boolean |
StaticRenderingPipeline.processWorkerDispatchIfNecessary(HttpServletRequest req,
HttpServletResponse res,
IUserPreferencesManager uPreferencesManager,
ChannelManager cm)
A method will determine if current request is a worker dispatch, and if so process it appropriately |
void |
StaticRenderingPipeline.renderState(HttpServletRequest req,
HttpServletResponse res,
IUserInstance userInstance)
|
void |
IPortalRenderingPipeline.renderState(HttpServletRequest req,
HttpServletResponse res,
IUserInstance userInstance)
renderState method orchestrates the rendering pipeline which includes worker dispatching, and the
rendering process from layout access, to channel rendering, to writing content to the browser. |
| Uses of PortalException in org.jasig.portal.security |
|---|
| Subclasses of PortalException in org.jasig.portal.security | |
|---|---|
class |
PortalSecurityException
An exception representing a Portal security problem. |
| Uses of PortalException in org.jasig.portal.security.provider |
|---|
| Methods in org.jasig.portal.security.provider that throw PortalException | |
|---|---|
static IAccountStore |
AccountStoreFactory.getAccountStoreImpl()
Returns an instance of the RDBMAccountStore. |
| Uses of PortalException in org.jasig.portal.security.provider.cas |
|---|
| Subclasses of PortalException in org.jasig.portal.security.provider.cas | |
|---|---|
class |
CasProxyTicketAcquisitionException
Represents an exceptional condition encountered while attempting to acquire a CAS Proxy Ticket. |
| Uses of PortalException in org.jasig.portal.services |
|---|
| Methods in org.jasig.portal.services that throw PortalException | |
|---|---|
static void |
ExternalServices.startServices(Context servicesContext)
Deprecated. |
| Uses of PortalException in org.jasig.portal.services.dom |
|---|
| Methods in org.jasig.portal.services.dom that throw PortalException | |
|---|---|
void |
IDOMInitService.initialize()
Executes an initialization procedure for a specific dom implementation. |
void |
ResinInitServiceImpl.initialize()
Executes an initialization procedure for a specific dom implementation. |
| Uses of PortalException in org.jasig.portal.url |
|---|
| Subclasses of PortalException in org.jasig.portal.url | |
|---|---|
class |
InvalidPortalRequestException
May be thrown if the request URL does not adhere to the expected syntax. |
| Uses of PortalException in org.jasig.portal.user |
|---|
| Methods in org.jasig.portal.user that throw PortalException | |
|---|---|
IUserInstance |
IUserInstanceManager.getUserInstance(HttpServletRequest request)
Returns the IUserInstance object that is associated with the given request. |
IUserInstance |
UserInstanceManagerImpl.getUserInstance(HttpServletRequest request)
Returns the UserInstance object that is associated with the given request. |
| Uses of PortalException in org.jasig.portal.utils |
|---|
| Methods in org.jasig.portal.utils that throw PortalException | |
|---|---|
static ICounterStore |
CounterStoreFactory.getCounterStoreImpl()
Deprecated. |
static StylesheetSet |
XSLT.getStylesheetSet(String stylesheetListURI)
This method caches compiled stylesheet set objects, keyed by the stylesheet list's URI. |
static String |
XSLT.getStylesheetURI(String sslUri,
BrowserInfo browserInfo)
Returns a stylesheet URI exactly as it appears in a stylesheet list file. |
static String |
XSLT.getStylesheetURI(String sslUri,
String title,
BrowserInfo browserInfo)
Returns a stylesheet URI exactly as it appears in a stylesheet list file. |
static Templates |
XSLT.getTemplates(String stylesheetURI)
This method caches compiled stylesheet objects, keyed by the stylesheet's URI. |
static Templates |
XSLT.getTemplates(String stylesheetURI,
ResourceBundle l18n)
This method caches compiled stylesheet objects, keyed by the stylesheet's URI and locale. |
static Transformer |
XSLT.getTransformer(String stylesheetURI)
This method returns a Transformer for a given stylesheet. |
static Transformer |
XSLT.getTransformer(String stylesheetURI,
ResourceBundle l18n)
This method returns a localized Transformer for a given stylesheet. |
static TransformerHandler |
XSLT.getTransformerHandler(String stylesheetURI)
This method returns a TransformerHandler for a given stylesheet. |
static TransformerHandler |
XSLT.getTransformerHandler(String stylesheetURI,
Locale[] locales,
Object caller)
This method returns a localized TransformerHandler for a given stylesheet. |
static AbsoluteURLFilter |
AbsoluteURLFilter.newAbsoluteURLFilter(String mimeType,
String baseUrl,
ContentHandler handler)
A factory method that uses a mime type to decide which kind of AbsoluteURLFilter to instantiate. |
static void |
URLUtil.redirect(HttpServletRequest req,
HttpServletResponse res,
String targetNodeId,
boolean asRoot,
String[] ignoreParams,
String charset)
Performs a redirect for both HTTP GET and HTTP POST requests based on the the specified target channel and parameters to be ignored. |
static void |
URLUtil.redirectGet(HttpServletRequest req,
HttpServletResponse res,
UPFileSpec up,
String[] ignoreParams)
Performs a HTTP GET redirect using the specified UPFileSpec and parameters to be ignored. |
static void |
URLUtil.redirectPost(HttpServletRequest req,
HttpServletResponse res,
UPFileSpec up,
String[] ignoreParams,
String charset)
Performs a HTTP POST redirect using the specified UPFileSpec and parameters to be ignored. |
void |
XSLT.setXSL(String xslUri)
Configures the xsl source. |
void |
XSLT.setXSL(String sslUri,
BrowserInfo browserInfo)
Configures the xsl source by choosing the appropriate stylesheet from the provided stylesheet list file. |
void |
XSLT.setXSL(String sslUri,
String stylesheetTitle,
BrowserInfo browserInfo)
Configures the xsl source by choosing the appropriate stylesheet from the provided stylesheet list file. |
void |
XSLT.transform()
Performs a transformation. |
static void |
XSLT.transform(Source xmlSource,
Result xmlResult,
Hashtable stylesheetParams,
String xslURI)
Performs an XSL transformation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||