A B C D E F G H I J K L M N O P Q R S T U V W X _

S

s_charset - Variable in class org.jasig.portal.StylesheetDescription
 
s_factoryName - Static variable in class org.jasig.portal.services.AuthorizationService
 
s_factoryName - Static variable in class org.jasig.portal.services.SequenceGenerator
 
s_href - Variable in class org.jasig.portal.StylesheetDescription
 
s_media - Variable in class org.jasig.portal.StylesheetDescription
 
s_title - Variable in class org.jasig.portal.StylesheetDescription
 
s_type - Variable in class org.jasig.portal.StylesheetDescription
 
SafeDelegatingCheckRunner - Class in org.jasig.portal.tools.checks
SafeDelegatingCheckRunner safely attempts to delegate to a Spring-configured ICheckRunner.
SafeDelegatingCheckRunner() - Constructor for class org.jasig.portal.tools.checks.SafeDelegatingCheckRunner
 
sampleIconURI - Variable in class org.jasig.portal.ThemeStylesheetDescription
 
samplePictureURI - Variable in class org.jasig.portal.ThemeStylesheetDescription
 
samples - Variable in class org.jasig.portal.utils.MovingAverage
 
SAVE_PROFILE_GUESSES - Static variable in class org.jasig.portal.GuestUserPreferencesManager
 
saveChannelCategory(ChannelCategory) - Method in interface org.jasig.portal.IChannelRegistryStore
Persists a channel category.
saveChannelCategory(ChannelCategory) - Method in class org.jasig.portal.RDBMChannelRegistryStore
Persists a channel category.
saveChannelDefinition(ChannelDefinition) - Method in interface org.jasig.portal.IChannelRegistryStore
Persists a channel definition.
saveChannelDefinition(ChannelDefinition) - Method in class org.jasig.portal.RDBMChannelRegistryStore
Persists a channel definition.
saveChannelType(ChannelType) - Method in interface org.jasig.portal.IChannelRegistryStore
Persists a channel type.
saveChannelType(ChannelType) - Method in class org.jasig.portal.RDBMChannelRegistryStore
Persists a channel type.
saveFragment(ILayoutFragment) - Method in class org.jasig.portal.layout.alm.AggregatedLayoutManager
 
saveFragment() - Method in class org.jasig.portal.layout.alm.AggregatedLayoutManager
 
saveFragment() - Method in interface org.jasig.portal.layout.alm.IAggregatedUserLayoutManager
Saves the current fragment if the layout is a fragment
saveFragment(ILayoutFragment) - Method in interface org.jasig.portal.layout.alm.IAggregatedUserLayoutManager
Saves the fragment in the store
saveLayout(boolean) - Method in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState
 
saveLayout(UserView, IPerson) - Method in class org.jasig.portal.layout.dlm.FragmentActivator
Saves the loaded layout in the database for the user and profile.
saveStructure(Node, PreparedStatement, PreparedStatement) - Method in class org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore
 
saveStructure(Node, PreparedStatement, PreparedStatement) - Method in class org.jasig.portal.layout.simple.RDBMUserLayoutStore
 
saveUserLayout() - Method in class org.jasig.portal.layout.alm.AggregatedLayoutManager
 
saveUserLayout() - Method in class org.jasig.portal.layout.dlm.DistributedLayoutManager
 
saveUserLayout() - Method in class org.jasig.portal.layout.immutable.ImmutableUserLayoutManagerWrapper
 
saveUserLayout() - Method in interface org.jasig.portal.layout.IUserLayoutManager
Signal manager to persist user layout to a database
saveUserLayout() - Method in class org.jasig.portal.layout.simple.SimpleUserLayoutManager
 
saveUserLayout() - Method in class org.jasig.portal.layout.TransientUserLayoutManagerWrapper
 
saveUserPreferences() - Method in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState
 
saveUserPreferences() - Method in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState
 
saveUserPreferences(UserPreferences) - Method in class org.jasig.portal.layout.channels.CSkinSelector
 
saveUserPreferencesAtLogout - Static variable in class org.jasig.portal.UserPreferencesManager
 
SAX2BufferImpl - Class in org.jasig.portal.utils
A basic XML buffer implementation.
SAX2BufferImpl() - Constructor for class org.jasig.portal.utils.SAX2BufferImpl
Construct an empty XML buffer, with no parent.
SAX2BufferImpl(XMLReader) - Constructor for class org.jasig.portal.utils.SAX2BufferImpl
Construct an XML filter with the specified parent.
SAX2BufferImpl(ContentHandler, EntityResolver, ErrorHandler, LexicalHandler, DTDHandler) - Constructor for class org.jasig.portal.utils.SAX2BufferImpl
Construct an XML filter with the specified children.
SAX2BufferImpl(ContentHandler) - Constructor for class org.jasig.portal.utils.SAX2BufferImpl
Construct an XML filter based on a unified handler.
SAX2BufferImpl.CharBlock - Class in org.jasig.portal.utils
 
SAX2BufferImpl.CharBlock(char[], int, int) - Constructor for class org.jasig.portal.utils.SAX2BufferImpl.CharBlock
 
SAX2BufferImpl.FourString - Class in org.jasig.portal.utils
 
SAX2BufferImpl.FourString(String, String, String, String) - Constructor for class org.jasig.portal.utils.SAX2BufferImpl.FourString
 
SAX2BufferImpl.StartElementData - Class in org.jasig.portal.utils
 
SAX2BufferImpl.StartElementData(String, String, String, Attributes) - Constructor for class org.jasig.portal.utils.SAX2BufferImpl.StartElementData
 
SAX2BufferImpl.ThreeString - Class in org.jasig.portal.utils
 
SAX2BufferImpl.ThreeString(String, String, String) - Constructor for class org.jasig.portal.utils.SAX2BufferImpl.ThreeString
 
SAX2BufferImpl.TwoString - Class in org.jasig.portal.utils
 
SAX2BufferImpl.TwoString(String, String) - Constructor for class org.jasig.portal.utils.SAX2BufferImpl.TwoString
 
SAX2DuplicatingFilterImpl - Class in org.jasig.portal.utils
This is a remake of org.xml.sax.helpers.XMLFilterImpl that allows for downward chaining of LexicalHandlers, and further extensions.
SAX2DuplicatingFilterImpl() - Constructor for class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Construct an empty XML filter, with no parent.
SAX2DuplicatingFilterImpl(XMLReader) - Constructor for class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Construct an XML filter with the specified parent.
SAX2DuplicatingFilterImpl(ContentHandler, EntityResolver, ErrorHandler, LexicalHandler, DTDHandler, ContentHandler, EntityResolver, ErrorHandler, LexicalHandler, DTDHandler) - Constructor for class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Construct an XML filter with the specified children handlers.
SAX2DuplicatingFilterImpl(ContentHandler, ContentHandler) - Constructor for class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Try to imply all of the handlers from ContentHandler alone.
SAX2FilterImpl - Class in org.jasig.portal.utils
This is a remake of org.xml.sax.helpers.XMLFilterImpl that allows for downward chaining of LexicalHandlers, and further extensions.
SAX2FilterImpl() - Constructor for class org.jasig.portal.utils.SAX2FilterImpl
Construct an empty XML filter, with no parent.
SAX2FilterImpl(XMLReader) - Constructor for class org.jasig.portal.utils.SAX2FilterImpl
Construct an XML filter with the specified parent.
SAX2FilterImpl(ContentHandler, EntityResolver, ErrorHandler, LexicalHandler, DTDHandler) - Constructor for class org.jasig.portal.utils.SAX2FilterImpl
Construct an XML filter with the specified children handlers.
SAX2FilterImpl(ContentHandler) - Constructor for class org.jasig.portal.utils.SAX2FilterImpl
Try to imply all of the handlers from ContentHandler alone.
SAXDocumentFilter - Class in org.jasig.portal.utils
Filters out startDocument and endDocument from the channel content.
SAXDocumentFilter(ContentHandler) - Constructor for class org.jasig.portal.utils.SAXDocumentFilter
 
SAXDocumentFilter(XMLReader) - Constructor for class org.jasig.portal.utils.SAXDocumentFilter
 
SAXHelper - Class in org.jasig.portal.utils
Convenience methods for SAX parsing
SAXHelper() - Constructor for class org.jasig.portal.utils.SAXHelper
 
saxTFactory - Static variable in class org.jasig.portal.utils.XSLT
 
scanDir(File) - Method in class org.jasig.portal.car.CarResources
Scan the passed in directory loading any cars there-in and calling this method for any nested directories.
scopedAttributes - Variable in class org.jasig.portal.container.servlet.PortletAttributeRequestWrapper
 
scriptFileName - Variable in class org.jasig.portal.tools.dbloader.Configuration
 
scriptWriter - Variable in class org.jasig.portal.tools.dbloader.Configuration
 
scrutinize(URI) - Method in interface org.jasig.portal.utils.uri.IUriScrutinizer
Scrutinize a URI to determine if access to it should be blocked for reasons of policy.
scrutinize(URI) - Method in class org.jasig.portal.utils.uri.PrefixUriScrutinizer
 
SDF - Static variable in interface org.jasig.portal.channels.cusermanager.Constants
Value of date mask = "yyyy-MM-dd hh:mm:ss"
Search - Class in org.jasig.portal.channels.groupsmanager.commands
This command delegates to the GroupsService to find entities requested by the user.
Search() - Constructor for class org.jasig.portal.channels.groupsmanager.commands.Search
put your documentation comment here
searchCategory - Variable in class org.jasig.portal.layout.alm.channels.CContentSubscriber
 
searchChannel - Variable in class org.jasig.portal.layout.alm.channels.CContentSubscriber
 
searchers - Variable in class org.jasig.portal.groups.local.EntitySearcherImpl
 
searchForEntities(String, int, Class) - Method in class org.jasig.portal.groups.filesystem.FileSystemGroupStore
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type
searchForEntities(String, int, Class) - Method in interface org.jasig.portal.groups.ICompositeGroupService
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type
searchForEntities(String, int, Class, IEntityGroup) - Method in interface org.jasig.portal.groups.ICompositeGroupService
Find EntityIdentifiers for entities whose name matches the query string according to the specified method, is of the specified type and descends from the specified group
searchForEntities(String, int, Class) - Method in interface org.jasig.portal.groups.IEntitySearcher
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type
searchForEntities(String, int, Class) - Method in interface org.jasig.portal.groups.IGroupService
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type
searchForEntities(String, int, Class, IEntityGroup) - Method in interface org.jasig.portal.groups.IGroupService
Find EntityIdentifiers for entities whose name matches the query string according to the specified method, is of the specified type and descends from the specified group
searchForEntities(String, int, Class) - Method in class org.jasig.portal.groups.ldap.LDAPGroupStore
 
searchForEntities(String, int, Class) - Method in class org.jasig.portal.groups.local.EntitySearcherImpl
 
searchForEntities(String, int) - Method in interface org.jasig.portal.groups.local.ITypedEntitySearcher
 
searchForEntities(String, int) - Method in class org.jasig.portal.groups.local.searchers.RDBMChannelDefSearcher
 
searchForEntities(String, int) - Method in class org.jasig.portal.groups.local.searchers.RDBMPersonSearcher
 
searchForEntities(String, int, Class) - Method in class org.jasig.portal.groups.pags.PersonAttributesGroupStore
 
searchForEntities(String, int, Class) - Method in class org.jasig.portal.groups.ReferenceCompositeGroupService
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type
searchForEntities(String, int, Class, IEntityGroup) - Method in class org.jasig.portal.groups.ReferenceCompositeGroupService
Find EntityIdentifiers for entities whose name matches the query string according to the specified method, is of the specified type and descends from the specified group
searchForEntities(String, int, Class) - Method in class org.jasig.portal.groups.ReferenceGroupService
 
searchForEntities(String, int, Class, IEntityGroup) - Method in class org.jasig.portal.groups.ReferenceGroupService
 
searchForEntities(String, int, Class) - Method in class org.jasig.portal.groups.ReferenceIndividualGroupService
 
searchForEntities(String, int, Class, IEntityGroup) - Method in class org.jasig.portal.groups.ReferenceIndividualGroupService
 
searchForEntities(String, int, Class) - Static method in class org.jasig.portal.services.GroupService
 
searchForEntities(String, int, Class, IEntityGroup) - Static method in class org.jasig.portal.services.GroupService
 
searchForGroups(String, int, Class) - Method in class org.jasig.portal.groups.filesystem.FileSystemGroupStore
Returns an EntityIdentifier[] of groups of the given leaf type whose names match the query string according to the search method.
searchForGroups(String, int, Class) - Method in interface org.jasig.portal.groups.ICompositeGroupService
Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type
searchForGroups(String, int, Class, IEntityGroup) - Method in interface org.jasig.portal.groups.ICompositeGroupService
Find EntityIdentifiers for groups whose name matches the query string according to the specified method, has the provided leaf type and descends from the specified group
searchForGroups(String, int, Class) - Method in interface org.jasig.portal.groups.IEntityGroupStore
Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type
searchForGroups(String, int, Class) - Method in interface org.jasig.portal.groups.IGroupService
Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type
searchForGroups(String, int, Class, IEntityGroup) - Method in interface org.jasig.portal.groups.IGroupService
Find EntityIdentifiers for groups whose name matches the query string according to the specified method, has the provided leaf type and descends from the specified group
searchForGroups(String, int, Class) - Method in class org.jasig.portal.groups.ldap.LDAPGroupStore
 
searchForGroups(String, int, Class) - Method in class org.jasig.portal.groups.pags.PersonAttributesGroupStore
 
searchForGroups(String, int, Class) - Method in class org.jasig.portal.groups.RDBMEntityGroupStore
 
searchForGroups(String, int, Class) - Method in class org.jasig.portal.groups.ReferenceCompositeGroupService
Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type
searchForGroups(String, int, Class, IEntityGroup) - Method in class org.jasig.portal.groups.ReferenceCompositeGroupService
Find EntityIdentifiers for groups whose name matches the query string according to the specified method, has the provided leaf type and descends from the specified group
searchForGroups(String, int, Class) - Method in class org.jasig.portal.groups.ReferenceGroupService
 
searchForGroups(String, int, Class, IEntityGroup) - Method in class org.jasig.portal.groups.ReferenceGroupService
 
searchForGroups(String, int, Class) - Method in class org.jasig.portal.groups.ReferenceIndividualGroupService
 
searchForGroups(String, int, Class, IEntityGroup) - Method in class org.jasig.portal.groups.ReferenceIndividualGroupService
 
searchForGroups(String, int, Class) - Static method in class org.jasig.portal.services.GroupService
 
searchForGroups(String, int, Class, IEntityGroup) - Static method in class org.jasig.portal.services.GroupService
 
searchFragment - Variable in class org.jasig.portal.layout.alm.channels.CContentSubscriber
 
searchGroups - Static variable in class org.jasig.portal.groups.RDBMEntityGroupStore
 
searchGroupsPartial - Static variable in class org.jasig.portal.groups.RDBMEntityGroupStore
 
searchQuery - Variable in class org.jasig.portal.layout.alm.channels.CContentSubscriber
 
SearchResultsGroupImpl - Class in org.jasig.portal.channels.groupsmanager
SearchResultsGroupImp summary description sentence goes here.
SearchResultsGroupImpl(Class) - Constructor for class org.jasig.portal.channels.groupsmanager.SearchResultsGroupImpl
 
SEARCHUSERS - Static variable in class org.jasig.portal.channels.cusermanager.provider.DefaultDataHandlerImpl
 
second - Variable in class org.jasig.portal.layout.dlm.CompositeEnumeration
 
second - Variable in class org.jasig.portal.utils.SAX2BufferImpl.FourString
 
second - Variable in class org.jasig.portal.utils.SAX2BufferImpl.ThreeString
 
second - Variable in class org.jasig.portal.utils.SAX2BufferImpl.TwoString
 
secure - Variable in class org.jasig.portal.channels.CChannelManager.ChannelDefinition
 
security - Static variable in class org.jasig.portal.Version
 
SECURITY_PACKAGE - Static variable in interface org.jasig.portal.channels.groupsmanager.GroupsManagerConstants
 
SecurityConstraintImpl - Class in org.jasig.portal.container.om.servlet
Data structure to support WebApplicationDefinition for marshalling and unmarshalling of web.xml.
SecurityConstraintImpl() - Constructor for class org.jasig.portal.container.om.servlet.SecurityConstraintImpl
 
securityConstraints - Variable in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
SecurityRoleImpl - Class in org.jasig.portal.container.om.common
Implementation of Apache Pluto object model.
SecurityRoleImpl() - Constructor for class org.jasig.portal.container.om.common.SecurityRoleImpl
 
SecurityRoleRefImpl - Class in org.jasig.portal.container.om.common
Implementation of Apache Pluto object model.
SecurityRoleRefImpl() - Constructor for class org.jasig.portal.container.om.common.SecurityRoleRefImpl
 
securityRoleRefs - Variable in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
securityRoleRefs - Variable in class org.jasig.portal.container.servlet.ServletRequestImpl
 
SecurityRoleRefSetImpl - Class in org.jasig.portal.container.om.common
Implementation of Apache Pluto object model.
SecurityRoleRefSetImpl() - Constructor for class org.jasig.portal.container.om.common.SecurityRoleRefSetImpl
 
securityRoles - Variable in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
SecurityRoleSetImpl - Class in org.jasig.portal.container.om.common
Implementation of Apache Pluto object model.
SecurityRoleSetImpl() - Constructor for class org.jasig.portal.container.om.common.SecurityRoleSetImpl
 
select(Class, String, Date, Integer, Connection) - Method in class org.jasig.portal.concurrency.caching.RDBMCachedEntityInvalidationStore
Retrieve CachedEntityInvalidation from the underlying store.
select(Class, String, Integer, Date, String) - Method in class org.jasig.portal.concurrency.locking.RDBMEntityLockStore
Retrieve IEntityLocks from the underlying store.
select(String, String, String, String, String) - Method in interface org.jasig.portal.security.IPermissionStore
Select the IPermissions from the store.
select(String, String, String, String, String) - Method in class org.jasig.portal.security.provider.RDBMPermissionImpl
Select the Permissions from the store.
SELECT_MODE - Static variable in interface org.jasig.portal.channels.groupsmanager.GroupsManagerConstants
 
SELECT_PERMISSION - Static variable in interface org.jasig.portal.channels.groupsmanager.GroupsManagerConstants
 
SelectActivities - Class in org.jasig.portal.channels.permissionsmanager.commands
An IPermissionCommand implementation that processes activity selection for CPermissionsManager
SelectActivities() - Constructor for class org.jasig.portal.channels.permissionsmanager.commands.SelectActivities
Creates new SelectActivities
selectAfter(Class, String, Date, Integer, Connection) - Method in class org.jasig.portal.concurrency.caching.RDBMCachedEntityInvalidationStore
Retrieve CachedEntityInvalidations from the underlying store.
selectCounterSql - Static variable in class org.jasig.portal.ReferenceSequenceGenerator
 
SelectMembers - Class in org.jasig.portal.channels.groupsmanager.commands
SelectMembers sets the "selected" attribute for each elements that was selected by the user.
SelectMembers() - Constructor for class org.jasig.portal.channels.groupsmanager.commands.SelectMembers
 
SelectOwners - Class in org.jasig.portal.channels.permissionsmanager.commands
An IPermissionCommand implementation that processes owner selection for CPermissionsManager
SelectOwners() - Constructor for class org.jasig.portal.channels.permissionsmanager.commands.SelectOwners
Creates new SelectOwners
selectPermissionSql - Static variable in class org.jasig.portal.security.provider.RDBMPermissionImpl
 
selectProperties - Static variable in class org.jasig.portal.services.entityproperties.RDBMPropertyStore
 
SELECTSTMT - Static variable in class org.jasig.portal.security.Md5Passwd
 
SelectTargets - Class in org.jasig.portal.channels.permissionsmanager.commands
An IPermissionCommand implementation that processes target selection for CPermissionsManager
SelectTargets() - Constructor for class org.jasig.portal.channels.permissionsmanager.commands.SelectTargets
Creates new SelectTargets
selectUnexpired(Timestamp, Class, String, Integer, String) - Method in class org.jasig.portal.concurrency.locking.RDBMEntityLockStore
Retrieve IEntityLocks from the underlying store.
sendCookieHeader(HttpURLConnection, String, String, String) - Method in class org.jasig.portal.utils.CookieCutter
Sends a cookie header to origin server according to the Netscape specification.
sendLocalData(Object, ChannelRuntimeData) - Method in class org.jasig.portal.security.LocalConnectionContext
Send any per-connection local data to the backend application.
sendLocalData(Object, ChannelRuntimeData) - Method in class org.jasig.portal.security.provider.BasicLocalConnectionContext
Sets the headers so that the connection will authenticate using HTTP Basic Authentication using the username and password passed set at publish time.
sendLocalData(Object, ChannelRuntimeData) - Method in class org.jasig.portal.security.provider.cas.CasConnectionContext
 
separator - Static variable in class org.jasig.portal.groups.CompositeEntityIdentifier
 
SEQUENCE_TABLE - Static variable in class org.jasig.portal.ReferenceSequenceGenerator
 
SequenceGenerator - Class in org.jasig.portal.services
 
SequenceGenerator() - Constructor for class org.jasig.portal.services.SequenceGenerator
 
sequenceId - Static variable in class org.jasig.portal.tools.dbloader.DataHandler
 
sequences - Static variable in class org.jasig.portal.tools.dbloader.DataHandler
 
ser - Variable in class org.jasig.portal.CharacterCachingChannelIncorporationFilter
 
serialize(Element) - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
Serializes the DOM element using the previously specified writer and output format.
serialize(DocumentFragment) - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
Serializes the DOM document fragmnt using the previously specified writer and output format.
serialize(Document) - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
Serializes the DOM document using the previously specified writer and output format.
serialize(Element) - Method in interface org.jasig.portal.serialize.DOMSerializer
Serialized the DOM element.
serialize(Document) - Method in interface org.jasig.portal.serialize.DOMSerializer
Serializes the DOM document.
serialize(DocumentFragment) - Method in interface org.jasig.portal.serialize.DOMSerializer
Serializes the DOM document fragment.
serializeElement(Element) - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
Called to serializee the DOM element.
serializeElement(Element) - Method in class org.jasig.portal.serialize.HTMLSerializer
Called to serialize a DOM element.
serializeElement(Element) - Method in class org.jasig.portal.serialize.TextSerializer
Called to serialize a DOM element.
serializeElement(Element) - Method in class org.jasig.portal.serialize.XHTMLSerializer
 
serializeElement(Element) - Method in class org.jasig.portal.serialize.XMLSerializer
Called to serialize a DOM element.
serializeNode(Node) - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
Serialize the DOM node.
serializeNode(Node) - Method in class org.jasig.portal.serialize.TextSerializer
Serialize the DOM node.
serializeNode(Node) - Static method in class org.jasig.portal.utils.XML
Gets the contents of an XML Document or Element as a nicely formatted string.
serializeNode(Node, OutputFormat) - Static method in class org.jasig.portal.utils.XML
Gets the contents of an XML Document or Element as a formatted string.
serializePreRoot() - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
Comments and PIs cannot be serialized before the root element, because the root element serializes the document type, which generally comes first.
serializer - Variable in class org.jasig.portal.container.binding.WebApplicationMarshaller
 
Serializer - Interface in org.jasig.portal.serialize
Interface for a DOM serializer implementation, factory for DOM and SAX serializers, and static methods for serializing DOM documents.
SerializerFactory - Class in org.jasig.portal.serialize
 
SerializerFactory() - Constructor for class org.jasig.portal.serialize.SerializerFactory
 
SerializerFactoryImpl - Class in org.jasig.portal.serialize
Default serializer factory can construct serializers for the three markup serializers (XML, HTML, XHTML ).
SerializerFactoryImpl(String) - Constructor for class org.jasig.portal.serialize.SerializerFactoryImpl
 
serializerName - Variable in class org.jasig.portal.ThemeStylesheetDescription
 
serializerProps - Variable in class org.jasig.portal.MediaManager
 
serializerPropsUrl - Static variable in class org.jasig.portal.MediaManager
 
serialVersionUID - Static variable in class org.jasig.portal.security.provider.BrokenSecurityContext
 
serialVersionUID - Static variable in class org.jasig.portal.security.provider.cas.CasFilteredSecurityContext
 
serialVersionUID - Static variable in exception org.jasig.portal.security.provider.cas.CasProxyTicketAcquisitionException
 
serialVersionUID - Static variable in class org.jasig.portal.security.provider.cas.CasSecurityContext
 
serialVersionUID - Static variable in exception org.jasig.portal.utils.uri.BlockedUriException
Serialized format version number.
servant - Variable in class org.jasig.portal.channels.permissionsmanager.PermissionsSessionData
 
servantChannel - Variable in class org.jasig.portal.channels.groupsmanager.CGroupsManagerSessionData
 
servantClasses - Variable in class org.jasig.portal.channels.permissionsmanager.CPermissionsManagerServantFactory
 
servantFragmentId - Variable in class org.jasig.portal.layout.alm.channels.CFragmentManager
 
servantMode - Variable in class org.jasig.portal.channels.groupsmanager.CGroupsManagerSessionData
 
servantRender - Variable in class org.jasig.portal.layout.alm.channels.CFragmentManager
 
servants - Static variable in class org.jasig.portal.layout.alm.channels.CFragmentManager
 
service - Variable in class org.jasig.portal.concurrency.locking.EntityLockImpl
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.portal.LoginServlet
Process the incoming HttpServletRequest
service - Variable in exception org.jasig.portal.security.provider.cas.CasProxyTicketAcquisitionException
The service for which a proxy ticket could not be acquired.
service - Static variable in class org.jasig.portal.services.dom.DOMInitServiceFactory
 
SERVICE_TAG_NAME - Static variable in class org.jasig.portal.car.DescriptorHandler
 
serviceDescriptor - Variable in class org.jasig.portal.groups.ReferenceIndividualGroupService
 
serviceDescriptors - Variable in class org.jasig.portal.groups.GroupServiceConfiguration
 
serviceDescUrl - Variable in class org.jasig.portal.wsrp.consumer.portlet.ProxyPortlet
 
serviceHandler - Variable in class org.jasig.portal.groups.GroupServiceConfiguration
 
serviceName - Variable in class org.jasig.portal.groups.ReferenceComponentGroupService
The fully-qualified Name of the service, which may not be known until the composite service is fully assembled.
services - Variable in class org.jasig.portal.car.CarResources
 
services - Variable in class org.jasig.portal.car.DescriptorHandler
 
SERVICES - Static variable in class org.jasig.portal.car.DescriptorHandler
 
SERVICES_XML - Static variable in class org.jasig.portal.groups.GroupServiceConfiguration
 
servicesContext - Variable in class org.jasig.portal.services.ExternalServices
 
servletClass - Variable in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
servletConfig - Static variable in class org.jasig.portal.channels.portlet.CPortletAdapter
 
servletConfig - Variable in class org.jasig.portal.container.factory.ControllerFactoryImpl
 
servletConfig - Variable in class org.jasig.portal.container.factory.ObjectIDFactoryImpl
 
servletConfig - Variable in class org.jasig.portal.container.services.FactoryManagerServiceImpl
 
servletConfig - Variable in class org.jasig.portal.container.services.information.StaticInformationProviderImpl
 
servletConfig - Variable in class org.jasig.portal.container.services.log.LogServiceImpl
 
servletConfig - Variable in class org.jasig.portal.container.servlet.ServletResponseFactoryImpl
 
servletContext - Static variable in class org.jasig.portal.PortalSessionManager
 
servletDefinition - Variable in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
ServletDefinitionImpl - Class in org.jasig.portal.container.om.servlet
Implementation of Apache Pluto object model.
ServletDefinitionImpl() - Constructor for class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
ServletDefinitionImpl(String, String) - Constructor for class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
ServletDefinitionListImpl - Class in org.jasig.portal.container.om.servlet
Implementation of Apache Pluto object model.
ServletDefinitionListImpl() - Constructor for class org.jasig.portal.container.om.servlet.ServletDefinitionListImpl
 
servletDefinitions - Variable in class org.jasig.portal.container.om.servlet.ServletDefinitionListImpl
 
servletDefinitions - Variable in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
servletMapping - Variable in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
ServletMappingImpl - Class in org.jasig.portal.container.om.servlet
Data structure for each element in the portlet web.xml file.
ServletMappingImpl() - Constructor for class org.jasig.portal.container.om.servlet.ServletMappingImpl
 
ServletMappingImpl(String, String) - Constructor for class org.jasig.portal.container.om.servlet.ServletMappingImpl
 
ServletMappingListImpl - Class in org.jasig.portal.container.om.servlet
Data structure to support WebApplicationDefinition for marshalling and unmarshalling of web.xml.
ServletMappingListImpl() - Constructor for class org.jasig.portal.container.om.servlet.ServletMappingListImpl
 
servletMappings - Variable in class org.jasig.portal.container.om.servlet.ServletMappingListImpl
 
servletMappings - Variable in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
servletName - Variable in class org.jasig.portal.container.om.servlet.FilterMappingImpl
 
servletName - Variable in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
servletName - Variable in class org.jasig.portal.container.om.servlet.ServletMappingImpl
 
ServletObjectAccess - Class in org.jasig.portal.container.servlet
 
ServletObjectAccess() - Constructor for class org.jasig.portal.container.servlet.ServletObjectAccess
 
ServletRequestImpl - Class in org.jasig.portal.container.servlet
A wrapper of the real HttpServletRequest that allows modification of the request parameters and a uPortal implementation of security methods.
ServletRequestImpl(HttpServletRequest) - Constructor for class org.jasig.portal.container.servlet.ServletRequestImpl
 
ServletRequestImpl(HttpServletRequest, IPerson, SecurityRoleRefSet) - Constructor for class org.jasig.portal.container.servlet.ServletRequestImpl
 
ServletResponseFactory - Interface in org.jasig.portal.container.servlet
 
ServletResponseFactoryImpl - Class in org.jasig.portal.container.servlet
 
ServletResponseFactoryImpl() - Constructor for class org.jasig.portal.container.servlet.ServletResponseFactoryImpl
 
ServletResponseImpl - Class in org.jasig.portal.container.servlet
 
ServletResponseImpl(HttpServletResponse) - Constructor for class org.jasig.portal.container.servlet.ServletResponseImpl
 
session - Variable in class org.jasig.portal.channels.permissionsmanager.CPermissionsManager
 
SESSION_DONE - Static variable in class org.jasig.portal.PortalEvent
 
SESSION_DONE_EVENT - Static variable in class org.jasig.portal.PortalEvent
The framework-generated event that is broadcast to channels that were used for a user session which is now ending.
sessionConfig - Variable in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
SessionConfigImpl - Class in org.jasig.portal.container.om.servlet
Data structure to support WebApplicationDefinition for marshalling and unmarshalling of web.xml.
SessionConfigImpl() - Constructor for class org.jasig.portal.container.om.servlet.SessionConfigImpl
 
sessionId - Variable in class org.jasig.portal.GuestUserPreferencesManagerWrapper
 
sessionLocales - Variable in class org.jasig.portal.i18n.LocaleManager
 
sessionsMap - Variable in class org.jasig.portal.channels.groupsmanager.CGroupsManager
 
sessionTag - Variable in class org.jasig.portal.ResponseSubstitutionWrapper
 
sessionTimeout - Variable in class org.jasig.portal.container.om.servlet.SessionConfigImpl
 
set - Variable in class org.jasig.portal.channels.DLMUserPreferences.CUserPreferences
 
set - Variable in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState
 
set - Variable in class org.jasig.portal.channels.UserPreferences.CUserPreferences
 
set - Variable in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState
 
set(int, boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderSettings
Set the value of a particular setting.
set(int, boolean) - Static method in class org.jasig.portal.services.StatsRecorder
Deprecated. since uPortal 2.5.1, recorder settings are no longer necessarily global
set - Variable in class org.jasig.portal.StandaloneChannelRenderer
 
set - Variable in class org.jasig.portal.tools.ChannelServlet
 
set() - Method in class org.jasig.portal.utils.GuidGenerator
set is where all the work is done
SET_PCS_EXCEPTION - Static variable in class org.jasig.portal.channels.CError
Deprecated. Error code representing failure when framework attempts to set channel portal control structures.
SET_PCS_EXCEPTION - Static variable in class org.jasig.portal.channels.error.ErrorCode
Error code representing failure when framework attempts to set channel portal control structures.
SET_RUNTIME_DATA_EXCEPTION - Static variable in class org.jasig.portal.channels.CError
Deprecated. Error code for errors at time runtime data is set.
SET_RUNTIME_DATA_EXCEPTION - Static variable in class org.jasig.portal.channels.error.ErrorCode
Error code for errors at time runtime data is set.
SET_STATIC_DATA_EXCEPTION - Static variable in class org.jasig.portal.channels.CError
Deprecated. Error code for errors at time static data is set
SET_STATIC_DATA_EXCEPTION - Static variable in class org.jasig.portal.channels.error.ErrorCode
Error code for errors at time static data is set
setAbsoluteURL(String) - Method in class org.jasig.portal.container.services.information.ResourceURLProviderImpl
 
setAction() - Method in class org.jasig.portal.container.services.information.PortletStateManager
Setting the portlet action parameter for the next request
setAction() - Method in class org.jasig.portal.container.services.information.PortletURLProviderImpl
 
setActiveTab(String) - Method in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState
 
setActiveTab(String) - Method in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState
 
setActivity(String) - Method in interface org.jasig.portal.security.IPermission
Sets the activity associated with this IPermission.
setActivity(String) - Method in class org.jasig.portal.security.provider.PermissionImpl
Specifies the token that represents the activity associated with this IPermission.
setAddChildAllowed(boolean) - Method in interface org.jasig.portal.layout.node.IUserLayoutNodeDescription
Set whether or not child nodes can be added to this node.
setAddChildAllowed(boolean) - Method in class org.jasig.portal.layout.node.UserLayoutNodeDescription
Set whether or not child nodes can be added to this node.
setAdminLocale(String) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setAggregatedLayout(IPerson, UserProfile, IAggregatedLayout) - Method in class org.jasig.portal.layout.alm.AggregatedUserLayoutStore
 
setAggregatedLayout(IPerson, UserProfile, IAggregatedLayout) - Method in interface org.jasig.portal.layout.alm.IAggregatedUserLayoutStore
Persists user layout document.
setAllHandlers(ContentHandler, ContentHandler) - Method in class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Try to imply all of the handlers from ContentHandler alone.
setAllHandlers(ContentHandler) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Try to imply all of the handlers from ContentHandler alone.
setAlternate(boolean) - Method in class org.jasig.portal.StylesheetDescription
 
setApprovalDate(Date) - Method in class org.jasig.portal.ChannelDefinition
 
setApproverId(int) - Method in class org.jasig.portal.ChannelDefinition
 
setArray(boolean) - Method in class org.jasig.portal.services.ExternalServices.Argument
 
setAttribute(Element, String, String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition
 
setAttribute(String, Object) - Method in class org.jasig.portal.container.servlet.PortletAttributeRequestWrapper
 
setAttribute(String, Object) - Method in class org.jasig.portal.groups.ComponentGroupServiceDescriptor
 
setAttribute(String, Object) - Method in class org.jasig.portal.layout.simple.RDBMUserLayoutStore.SystemUser
 
setAttribute(String, Object) - Method in interface org.jasig.portal.security.IPerson
Associates an attribute with the user
setAttribute(String, Object) - Method in class org.jasig.portal.security.provider.PersonImpl
Sets the specified attribute to a value.
setAttribute(String, Object) - Method in class org.jasig.portal.security.provider.RestrictedPerson
 
setAttributealiases(String[]) - Method in class org.jasig.portal.services.persondir.support.legacy.PersonDirInfo
 
setAttributenames(String[]) - Method in class org.jasig.portal.services.persondir.support.legacy.PersonDirInfo
 
setAttributes(Attributes) - Method in class org.jasig.portal.car.ProcessIfTagHandler
Passes the attributes of the processIf tag that is currently being parsed to this handler allowing it to determine if it should allow SAX events to be passed to the contained tag handlers or not.
setAttributes(Map) - Method in class org.jasig.portal.layout.simple.RDBMUserLayoutStore.SystemUser
 
setAttributes(Map) - Method in interface org.jasig.portal.security.IPerson
Associates attributes with the user
setAttributes(Map) - Method in class org.jasig.portal.security.provider.PersonImpl
Sets the specified attributes.
setAttributes(Map) - Method in class org.jasig.portal.security.provider.RestrictedPerson
 
setAudience(byte) - Method in class org.jasig.portal.ErrorID
 
setAuthConstraint(AuthConstraintImpl) - Method in class org.jasig.portal.container.om.servlet.SecurityConstraintImpl
 
setAuthMethod(String) - Method in class org.jasig.portal.container.om.servlet.LoginConfigImpl
 
setAuthorizationService(IAuthorizationService) - Method in class org.jasig.portal.security.provider.AuthorizationPrincipalImpl
 
setAutoCommit(Connection, boolean) - Static method in class org.jasig.portal.groups.RDBMEntityGroupStore
 
setAutoCommit(boolean) - Method in class org.jasig.portal.layout.alm.AggregatedLayoutManager
Deprecated. this method no longer has any effect
setAutoCommit(boolean) - Method in interface org.jasig.portal.layout.alm.IAggregatedUserLayoutManager
Sets a layout manager to auto-commit mode that allows to update the database immediately
setAutoCommit(Connection, boolean) - Static method in class org.jasig.portal.RDBMServices
Set auto commit state for the connection.
setAutoCommit(Connection, boolean) - Static method in class org.jasig.portal.utils.SqlTransaction
 
setAvailable(long) - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
setBackingMap(Map) - Method in class org.jasig.portal.services.persondir.support.StubPersonAttributeDao
Set the Map which this stub object will return for all legal invocations of attributesForUser().
setBaseActionURL(String) - Method in class org.jasig.portal.ChannelRuntimeData
Sets the base action URL.
setBaseUrl(String) - Method in class org.jasig.portal.utils.AbsoluteURLFilter
Sets the base URL.
setBrowserInfo(BrowserInfo) - Method in class org.jasig.portal.ChannelRuntimeData
Setter method for browser info object.
setBrowserLocales(Locale[]) - Method in class org.jasig.portal.i18n.LocaleManager
 
setCache(Map) - Method in class org.jasig.portal.concurrency.caching.ReferenceEntityCache
 
setCache(Map) - Method in class org.jasig.portal.groups.filesystem.FileSystemGroupStore
 
setCachedPersonAttributesDao(IPersonAttributeDao) - Method in class org.jasig.portal.services.persondir.support.CachingPersonAttributeDaoImpl
 
setCacheInterval(long) - Method in class org.jasig.portal.utils.SmartCache.ValueWrapper
 
setCacheKeyAttributes(Set) - Method in class org.jasig.portal.services.persondir.support.CachingPersonAttributeDaoImpl
 
setCaches(Map) - Method in class org.jasig.portal.concurrency.caching.ReferenceEntityCachingService
 
setCacheTables(Map) - Method in class org.jasig.portal.ChannelRenderer
 
setCacheTables(Map) - Method in interface org.jasig.portal.IChannelRenderer
Sets the cache tables for the channel renderer.
setCachingEnabled(boolean) - Method in class org.jasig.portal.groups.ComponentGroupServiceDescriptor
 
setCasProxyCallbackUrl(String) - Static method in class org.jasig.portal.security.provider.cas.CasSecurityContextFactory
Static setter method for poor-man's dependency injection.
setCasValidateUrl(String) - Static method in class org.jasig.portal.security.provider.cas.CasSecurityContextFactory
Static setter method for poor-man's dependency injection.
setCategoriesSection(CChannelManager.WorkflowSection) - Method in class org.jasig.portal.channels.CChannelManager.Workflow
 
setCDataElements(String[]) - Method in class org.jasig.portal.serialize.OutputFormat
Sets the list of elements for which text node children should be output as CDATA.
setChannel(IChannel) - Method in class org.jasig.portal.ChannelRenderer
Sets the channel on which ChannelRenderer is to operate.
setChannel(IChannel) - Method in class org.jasig.portal.ChannelRenderer.Worker
 
setChannelAttributeDefaultValue(String, String) - Method in class org.jasig.portal.CoreXSLTStylesheetDescription
 
setChannelAttributeDefaultValue(String, String) - Method in class org.jasig.portal.ThemeStylesheetUserPreferences
 
setChannelAttributeValue(String, String, String) - Method in class org.jasig.portal.ThemeStylesheetUserPreferences
 
setChannelAttributeWordDescription(String, String) - Method in class org.jasig.portal.CoreXSLTStylesheetDescription
 
setChannelData(Map) - Method in class org.jasig.portal.channels.BaseMultithreadedChannel.ChannelState
 
setChannelData(ChannelData) - Method in class org.jasig.portal.channels.portlet.ChannelState
 
setChannelDefinition(Element) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition
 
setChannelDefinition(ChannelDefinition) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setChannelDescription(IUserLayoutChannelDescription) - Method in class org.jasig.portal.container.om.entity.PortletEntityImpl
 
setChannelInstance(String, IChannel) - Method in class org.jasig.portal.ChannelManager
Directly places a channel instance into the hashtable of active channels.
setChannelManager(ChannelManager) - Method in class org.jasig.portal.PortalControlStructures
 
setChannelName(String) - Method in class org.jasig.portal.channels.error.ErrorDocument
 
setChannelParamsSection(CChannelManager.WorkflowSection) - Method in class org.jasig.portal.channels.CChannelManager.Workflow
 
setChannelPublishId(String) - Method in class org.jasig.portal.ChannelStaticData
Setter method for channel publish Id
setChannelPublishId(String) - Method in interface org.jasig.portal.layout.node.IUserLayoutChannelDescription
Set the value of channelPublishId for this channel.
setChannelPublishId(String) - Method in class org.jasig.portal.layout.node.UserLayoutChannelDescription
Set the value of channelPublishId for this channel.
setChannelRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.container.om.window.PortletWindowImpl
 
setChannelSubscribeId(String) - Method in class org.jasig.portal.channels.error.ErrorDocument
 
setChannelSubscribeId(String) - Method in class org.jasig.portal.ChannelStaticData
Sets the channel subscribe Id
setChannelSubscribeId(String) - Method in interface org.jasig.portal.layout.node.IUserLayoutChannelDescription
Set the value of channelSubscribeId.
setChannelSubscribeId(String) - Method in class org.jasig.portal.layout.node.UserLayoutChannelDescription
Set the value of channelSubscribeId.
setChannelTypeId(String) - Method in interface org.jasig.portal.layout.node.IUserLayoutChannelDescription
Set the value of channelTypeId.
setChannelTypeId(String) - Method in class org.jasig.portal.layout.node.UserLayoutChannelDescription
Set the value of channelTypeId.
setChannelTypesSection(CChannelManager.WorkflowSection) - Method in class org.jasig.portal.channels.CChannelManager.Workflow
 
setChannelXML(Element, ChannelDefinition) - Static method in class org.jasig.portal.ChannelRegistryManager
Update a channel definition with data from a channel XML element.
setCharacterCache(String) - Method in class org.jasig.portal.ChannelRenderer
Sets a character cache for the current rendering.
setCharacterCache(String) - Method in class org.jasig.portal.ChannelRenderer.Worker
Sets a character cache for the current rendering.
setCharacterCache(String) - Method in interface org.jasig.portal.IChannelRenderer
Sets the character cache for the channel renderer.
setCharacterCacheable(boolean) - Method in class org.jasig.portal.ChannelRenderer
Informs IChannelRenderer that a character caching scheme will be used for the current rendering.
setCharacterCacheable(boolean) - Method in interface org.jasig.portal.IChannelRenderer
Enables or disables character caching for the channel renderer.
setCharacterCaching(boolean) - Method in class org.jasig.portal.ChannelManager
Specify that the current rendering cycle should be using (or not) character caching.
setCharacterCaching(boolean) - Method in class org.jasig.portal.ChannelRenderingBuffer
 
setCharset(String) - Method in class org.jasig.portal.StylesheetDescription
 
SetCheckInSemaphore - Class in org.jasig.portal.utils
This is a weird semaphore that makes every thread wait, until all of Strings from a given set have been "checked in".
SetCheckInSemaphore(Set) - Constructor for class org.jasig.portal.utils.SetCheckInSemaphore
Creates a new CountDownSemaphore instance.
setChecks(List) - Method in class org.jasig.portal.tools.checks.BasicCheckRunner
Set the List of checks to be executed by this CheckRunner instance.
setChildren(IStatsRecorder[]) - Method in class org.jasig.portal.services.stats.ListStatsRecorder
Set the recorders to which we broadcast IStatsRecorder method calls.
setClassLoader(ClassLoader) - Method in class org.jasig.portal.container.om.common.LanguageSetImpl
 
setClassLoader(ClassLoader) - Method in class org.jasig.portal.container.om.common.PreferenceSetImpl
 
setClassName(String) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setClassName(String) - Method in interface org.jasig.portal.layout.node.IUserLayoutChannelDescription
Set the value of className implementing this channel.
setClassName(String) - Method in class org.jasig.portal.layout.node.UserLayoutChannelDescription
Set the value of className implementing this channel.
setClockSeq() - Static method in class org.jasig.portal.utils.GuidGenerator
setClockSeq sets the RFC clock sequence string
setCode(ErrorCode) - Method in class org.jasig.portal.channels.error.ErrorDocument
 
setColumnsToAttributes(Map) - Method in class org.jasig.portal.services.persondir.support.JdbcPersonAttributeDaoImpl
Set the Map to use for mapping from a column name to a attribute name or Set of attribute names.
setCommandArg(ChannelRuntimeData, String) - Method in class org.jasig.portal.channels.groupsmanager.commands.GroupsManagerCommand
Set the CommandArg value, useful for commands which would like to chain other commands
setComponentServices(Map) - Method in class org.jasig.portal.groups.ReferenceCompositeGroupService
Insert the method's description here.
setCompositeKey(Name) - Method in class org.jasig.portal.groups.CompositeEntityIdentifier
 
setConfig(Configuration) - Method in class org.jasig.portal.tools.dbloader.DbLoader
Set the configuration object to govern DbLoader's behavior.
setConnection(Connection) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setContentHandler(ContentHandler) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Set the content event handler.
setContentHandler2(ContentHandler) - Method in class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Set the content event handler.
setContentType(HttpServletResponse, String) - Method in class org.jasig.portal.car.CarResourceWorker
Set the content type for the resource being served back.
setContentType(String) - Method in class org.jasig.portal.container.om.portlet.ContentTypeImpl
 
setContentTypes(ContentTypeSet) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setContext(CUserPreferences) - Method in class org.jasig.portal.channels.DLMUserPreferences.BaseState
 
setContext(CUserPreferences) - Method in class org.jasig.portal.channels.UserPreferences.BaseState
 
setContextParameters(HashMap, HashMap, String, ISecurityContext, IPerson) - Method in class org.jasig.portal.services.Authentication
Get the principal and credential for a specific context and store them in the context.
setContextRoot(String) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setControlsSection(CChannelManager.WorkflowSection) - Method in class org.jasig.portal.channels.CChannelManager.Workflow
 
setCookies(Cookie[]) - Method in class org.jasig.portal.BrowserInfo
 
setCounter(String, int) - Method in interface org.jasig.portal.ISequenceGenerator
 
setCounter(String, int) - Method in class org.jasig.portal.layout.simple.OracleUserLayoutStore
Modify the current value of a counter
setCounter(String, int) - Method in class org.jasig.portal.ReferenceSequenceGenerator
 
setCounter(String, int, Connection) - Method in class org.jasig.portal.ReferenceSequenceGenerator
 
setCounter(String, int) - Method in class org.jasig.portal.services.SequenceGenerator
 
setCounter(String, int) - Method in interface org.jasig.portal.utils.ICounterStore
Reset a value of a counter.
setCounter(String, int) - Method in class org.jasig.portal.utils.RDBMCounterStore
Sets the counter to the specified value.
setCpdUri(String) - Method in class org.jasig.portal.ChannelType
 
setCreateScript(String) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setCreateScript(boolean) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setCreateTables(String) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setCreateTables(boolean) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setCreationTime(long) - Method in class org.jasig.portal.utils.SmartCache.ValueWrapper
 
setCreatorId(String) - Method in class org.jasig.portal.ChannelCategory
 
setCreatorID(String) - Method in class org.jasig.portal.channels.groupsmanager.SearchResultsGroupImpl
 
setCreatorID(String) - Method in class org.jasig.portal.groups.EntityGroupImpl
 
setCreatorID(String) - Method in interface org.jasig.portal.groups.IEntityGroup
 
setCredentials(byte[]) - Method in interface org.jasig.portal.security.IOpaqueCredentials
Set the credentials value.
setCredentials(String) - Method in interface org.jasig.portal.security.IOpaqueCredentials
Set the credentials value.
setCredentials(byte[]) - Method in class org.jasig.portal.security.provider.ChainingSecurityContext.ChainingOpaqueCredentials
 
setCredentials(String) - Method in class org.jasig.portal.security.provider.ChainingSecurityContext.ChainingOpaqueCredentials
 
setCurrentMode(PortletMode) - Method in class org.jasig.portal.container.services.information.PortletWindowStateInfo
 
setCurrentPage(String) - Method in class org.jasig.portal.channels.CChannelManager.ModifyChannelSettings
 
setCurrentState(WindowState) - Method in class org.jasig.portal.container.services.information.PortletWindowStateInfo
 
setCustomUserPreferencesManagerClass(String) - Method in class org.jasig.portal.ThemeStylesheetDescription
 
setDataType(String) - Method in class org.jasig.portal.services.ExternalServices.Argument
 
setDataUri(String) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setDataURL(URL) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setDataXslUri(String) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setDate(int, Date) - Method in class org.jasig.portal.RDBMServices.PreparedStatement
Deprecated.  
setDbName(String) - Method in class org.jasig.portal.tools.dbloader.DbTypeMapping
 
setDbVersion(String) - Method in class org.jasig.portal.tools.dbloader.DbTypeMapping
 
setDefaultAttributeName(String) - Method in class org.jasig.portal.services.persondir.support.AbstractDefaultQueryPersonAttributeDao
Sets the attribute to use for AbstractDefaultQueryPersonAttributeDao.getUserAttributes(String) queries.
setDefaultLayoutId(int) - Method in class org.jasig.portal.RDBMUserIdentityStore.TemplateUser
 
setDefaultLockPeriod(int) - Method in class org.jasig.portal.concurrency.locking.ReferenceEntityLockService
 
setDefaultPermissionPolicy(IPermissionPolicy) - Method in class org.jasig.portal.security.provider.AuthorizationImpl
 
setDefaultUserId(int) - Method in class org.jasig.portal.RDBMUserIdentityStore.PortalUser
 
setDefinitionPreferences(int, PreferenceSet) - Method in interface org.jasig.portal.IPortletPreferencesStore
Stores the definition level preferences described by the PreferenceSet interface.
setDefinitionPreferences(int, PreferenceSet) - Method in class org.jasig.portal.RDBMPortletPreferencesStore
 
setDefinitions(FragmentDefinition[]) - Method in class org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore
Sets the dlm fragment definitions.
setDeleteAllowed(boolean) - Method in interface org.jasig.portal.layout.node.IUserLayoutNodeDescription
Set whether a node can be deleted or not.
setDeleteAllowed(boolean) - Method in class org.jasig.portal.layout.node.UserLayoutNodeDescription
Set whether a node can be deleted or not.
setDescription(String) - Method in class org.jasig.portal.ChannelCategory
 
setDescription(String) - Method in class org.jasig.portal.ChannelDefinition
 
setDescription(String) - Method in class org.jasig.portal.ChannelParameter
Set the description of this channel parameter.
setDescription(String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition
 
setDescription(String) - Method in class org.jasig.portal.channels.groupsmanager.SearchResultsGroupImpl
 
setDescription(String) - Method in class org.jasig.portal.ChannelType
 
setDescription(String) - Method in class org.jasig.portal.container.om.common.DescriptionImpl
 
setDescription(String) - Method in class org.jasig.portal.container.om.common.SecurityRoleImpl
 
setDescription(String) - Method in class org.jasig.portal.container.om.common.SecurityRoleRefImpl
 
setDescription(String) - Method in class org.jasig.portal.container.om.portlet.UserAttributeImpl
 
setDescription(String) - Method in class org.jasig.portal.groups.EntityGroupImpl
 
setDescription(String) - Method in interface org.jasig.portal.groups.IEntityGroup
 
setDescription(String) - Method in class org.jasig.portal.groups.pags.PersonAttributesGroupStore.GroupDefinition
 
setDescription(String) - Method in class org.jasig.portal.layout.alm.ALFragment
Sets a fragment description
setDescription(String) - Method in interface org.jasig.portal.layout.node.IUserLayoutChannelDescription
Set the value of description.
setDescription(String) - Method in class org.jasig.portal.layout.node.UserLayoutChannelDescription
Set the value of description.
setDescription(String) - Method in class org.jasig.portal.tools.checks.ClassPresenceCheck
Set the check description which we will return for on calls to the getDescription() method we're implementing as part of being an ICheck.
setDescriptions(DescriptionSet) - Method in class org.jasig.portal.container.om.common.SecurityRoleRefImpl
 
setDescriptions(DescriptionSet) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setDescriptions(DescriptionSet) - Method in class org.jasig.portal.container.om.servlet.AuthConstraintImpl
 
setDescriptions(DescriptionSet) - Method in class org.jasig.portal.container.om.servlet.EjbLocalRefImpl
 
setDescriptions(DescriptionSet) - Method in class org.jasig.portal.container.om.servlet.EjbRefImpl
 
setDescriptions(DescriptionSet) - Method in class org.jasig.portal.container.om.servlet.EnvEntryImpl
 
setDescriptions(DescriptionSet) - Method in class org.jasig.portal.container.om.servlet.FilterImpl
 
setDescriptions(DescriptionSet) - Method in class org.jasig.portal.container.om.servlet.ResourceEnvRefImpl
 
setDescriptions(DescriptionSet) - Method in class org.jasig.portal.container.om.servlet.ResourceRefImpl
 
setDescriptions(DescriptionSet) - Method in class org.jasig.portal.container.om.servlet.RunAsImpl
 
setDescriptions(DescriptionSet) - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
setDescriptions(DescriptionSet) - Method in class org.jasig.portal.container.om.servlet.UserDataConstraintImpl
 
setDescriptions(DescriptionSet) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setDescriptions(DescriptionSet) - Method in class org.jasig.portal.container.om.servlet.WebResourceCollectionImpl
 
setDescriptionSet(DescriptionSet) - Method in class org.jasig.portal.container.om.common.ParameterImpl
 
setDeviceType(String) - Method in class org.jasig.portal.ThemeStylesheetDescription
 
setDisplayName(String) - Method in class org.jasig.portal.container.om.common.DisplayNameImpl
 
setDisplayNames(DisplayNameSet) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setDisplayNames(DisplayNameSet) - Method in class org.jasig.portal.container.om.servlet.FilterImpl
 
setDisplayNames(DisplayNameSet) - Method in class org.jasig.portal.container.om.servlet.SecurityConstraintImpl
 
setDisplayNames(DisplayNameSet) - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
setDisplayNames(DisplayNameSet) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setDistributable(DistributableImpl) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setDoctype(String, String) - Method in class org.jasig.portal.serialize.OutputFormat
Sets the document type public and system identifiers.
setDocumentLocator(Locator) - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
 
setDocumentLocator(Locator) - Method in class org.jasig.portal.tools.dbloader.TableHandler
 
setDocumentLocator(Locator) - Method in class org.jasig.portal.utils.SAX2BufferImpl
 
setDocumentLocator(Locator) - Method in class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Filter a new document locator event.
setDocumentStarted(boolean) - Method in class org.jasig.portal.serialize.CachingHTMLSerializer
Let the serializer know if the document has already been started.
setDocumentStarted(boolean) - Method in interface org.jasig.portal.serialize.CachingSerializer
Let the serializer know if the document has already been started.
setDocumentStarted(boolean) - Method in class org.jasig.portal.serialize.CachingXHTMLSerializer
Let the serializer know if the document has already been started.
setDocumentURI(String) - Method in class org.jasig.portal.utils.PortalDocumentImpl
Deprecated.  
setDriver(String) - Method in class org.jasig.portal.services.persondir.support.legacy.PersonDirInfo
Set the name of the class to use as the JDBC driver for a directly-configured JDBC PersonDirInfo.
setDriverName(String) - Method in class org.jasig.portal.tools.dbloader.DbTypeMapping
 
setDriverVersion(String) - Method in class org.jasig.portal.tools.dbloader.DbTypeMapping
 
setDropTables(String) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setDropTables(boolean) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setDTDHandler(DTDHandler) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Set the DTD event handler.
setDTDHandler2(DTDHandler) - Method in class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Set the DTD event handler.
setDuration(byte) - Method in class org.jasig.portal.ErrorID
 
setEditable(boolean) - Method in class org.jasig.portal.ChannelDefinition
 
setEditable(String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition
 
setEditable(boolean) - Method in interface org.jasig.portal.layout.node.IUserLayoutChannelDescription
Specify whether the channel is editable.
setEditable(boolean) - Method in class org.jasig.portal.layout.node.UserLayoutChannelDescription
Specify whether the channel is editable.
setEditAllowed(boolean) - Method in interface org.jasig.portal.layout.node.IUserLayoutNodeDescription
Set whether a node's attributes can be edited or not.
setEditAllowed(boolean) - Method in class org.jasig.portal.layout.node.UserLayoutNodeDescription
Set whether a node can be edited or not.
setEffective(Date) - Method in interface org.jasig.portal.security.IPermission
Sets the date that this IPermission should become effective on.
setEffective(Date) - Method in class org.jasig.portal.security.provider.PermissionImpl
Specifies the date that this IPermission will become effective.
setEjbLink(String) - Method in class org.jasig.portal.container.om.servlet.EjbLocalRefImpl
 
setEjbLink(String) - Method in class org.jasig.portal.container.om.servlet.EjbRefImpl
 
setEjbLocalRefs(EjbLocalRefImpl[]) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setEjbRefName(String) - Method in class org.jasig.portal.container.om.servlet.EjbLocalRefImpl
 
setEjbRefName(String) - Method in class org.jasig.portal.container.om.servlet.EjbRefImpl
 
setEjbRefs(EjbRefImpl[]) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setEjbRefType(String) - Method in class org.jasig.portal.container.om.servlet.EjbLocalRefImpl
 
setEjbRefType(String) - Method in class org.jasig.portal.container.om.servlet.EjbRefImpl
 
setEncoding(String) - Method in class org.jasig.portal.serialize.OutputFormat
Sets the encoding for this output method.
setEncoding(EncodingInfo) - Method in class org.jasig.portal.serialize.OutputFormat
Sets the encoding for this output method with an EncodingInfo instance.
setEntityKey(String) - Method in class org.jasig.portal.concurrency.locking.EntityLockImpl
 
setEntityPreferences(int, int, String, PreferenceSet) - Method in interface org.jasig.portal.IPortletPreferencesStore
Stores the entity level preferences described by the PreferenceSet interface.
setEntityPreferences(int, int, String, PreferenceSet) - Method in class org.jasig.portal.RDBMPortletPreferencesStore
 
setEntityResolver(EntityResolver) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Set the entity resolver.
setEntitySearcherFactoryName(String) - Method in class org.jasig.portal.groups.ComponentGroupServiceDescriptor
 
setEntityStoreFactoryName(String) - Method in class org.jasig.portal.groups.ComponentGroupServiceDescriptor
 
setEntityType(Class) - Method in class org.jasig.portal.concurrency.locking.EntityLockImpl
 
setEntityTypesByID(Map) - Method in class org.jasig.portal.EntityTypes
 
setEntityTypesByType(Map) - Method in class org.jasig.portal.EntityTypes
 
setEnvEntries(EnvEntryImpl[]) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setEnvEntryName(String) - Method in class org.jasig.portal.container.om.servlet.EnvEntryImpl
 
setEnvEntryType(String) - Method in class org.jasig.portal.container.om.servlet.EnvEntryImpl
 
setEnvEntryValue(String) - Method in class org.jasig.portal.container.om.servlet.EnvEntryImpl
 
setErrorCode(String) - Method in class org.jasig.portal.container.om.servlet.ErrorPageImpl
 
setErrorDocument(ErrorDocument) - Method in class org.jasig.portal.channels.error.CError
 
setErrorHandler(ErrorHandler) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Set the error event handler.
setErrorHandler2(ErrorHandler) - Method in class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Set the error event handler.
setErrorID(ErrorID) - Method in exception org.jasig.portal.PortalException
Set the ErrorID categorizing this PortalException.
setErrorPages(ErrorPageImpl[]) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setEvenlyAssignedColumnWidths(NodeList) - Method in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState
 
setException(Exception) - Method in class org.jasig.portal.utils.threading.BaseTask
Only subclasses are allowed to use this
setExceptionType(String) - Method in class org.jasig.portal.container.om.servlet.ErrorPageImpl
 
setExpirationCache(String) - Method in class org.jasig.portal.channels.portlet.ChannelData
 
setExpirationCache(String) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setExpirationTime(Date) - Method in class org.jasig.portal.concurrency.locking.EntityLockImpl
 
setExpires(Date) - Method in interface org.jasig.portal.security.IPermission
Sets the date that this IPermission should expire on.
setExpires(Date) - Method in class org.jasig.portal.security.provider.PermissionImpl
Specifies the date that this IPermission will expire.
setExpiryDate(Date) - Method in class org.jasig.portal.utils.CookieCutter.ChannelCookie
 
setExtension(String) - Method in class org.jasig.portal.container.om.servlet.MimeMappingImpl
 
setFailureResult(CheckResult) - Method in class org.jasig.portal.tools.checks.ClassPresenceCheck
Set the CheckResult we will return when we fail to touch our configured targetClass.
setFeature(String, boolean) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Set the state of a feature.
setFileUploadMaxSize() - Method in class org.jasig.portal.RequestParamWrapper
 
setFilterByID(String) - Method in class org.jasig.portal.channels.CChannelManager.ModifyChannelSettings
 
setFilterClass(String) - Method in class org.jasig.portal.container.om.servlet.FilterImpl
 
setFilterMappings(FilterMappingImpl[]) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setFilterName(String) - Method in class org.jasig.portal.container.om.servlet.FilterImpl
 
setFilterName(String) - Method in class org.jasig.portal.container.om.servlet.FilterMappingImpl
 
setFilters(FilterImpl[]) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setFirstChildNodeId(String) - Method in class org.jasig.portal.layout.alm.ALFolder
Sets the first child node ID
setFlags(IStatsRecorderFlags) - Method in class org.jasig.portal.services.stats.ConditionalStatsRecorder
Set the boolean flags indicating which IStatsRecorder method calls we should propogate and which we should not.
setFName(String) - Method in class org.jasig.portal.ChannelDefinition
 
setFocused(boolean) - Method in class org.jasig.portal.channels.portlet.ChannelData
 
setFocusedId(String) - Method in class org.jasig.portal.layout.TransientUserLayoutManagerWrapper
Set the current focused layout subscribe id.
setFolderAttributeDefaultValue(String, String) - Method in class org.jasig.portal.StructureStylesheetDescription
 
setFolderAttributeDefaultValue(String, String) - Method in class org.jasig.portal.StructureStylesheetUserPreferences
 
setFolderAttributeValue(String, String, String) - Method in class org.jasig.portal.StructureStylesheetUserPreferences
 
setFolderAttributeWordDescription(String, String) - Method in class org.jasig.portal.StructureStylesheetDescription
 
setFolderID(String) - Method in class org.jasig.portal.channels.DLMUserPreferences.GPreferencesState
Set current folderId.
setFolderID(String) - Method in class org.jasig.portal.channels.UserPreferences.GPreferencesState
Set current folderId.
setFolderType(int) - Method in interface org.jasig.portal.layout.node.IUserLayoutFolderDescription
Assign a type to a folder.
setFolderType(int) - Method in class org.jasig.portal.layout.node.UserLayoutFolderDescription
Assign a type to a folder.
setFormErrorPage(String) - Method in class org.jasig.portal.container.om.servlet.FormLoginConfigImpl
 
setFormLoginConfig(FormLoginConfigImpl) - Method in class org.jasig.portal.container.om.servlet.LoginConfigImpl
 
setFormLoginPage(String) - Method in class org.jasig.portal.container.om.servlet.FormLoginConfigImpl
 
setFragment(IPerson, ILayoutFragment) - Method in class org.jasig.portal.layout.alm.AggregatedUserLayoutStore
Sets the fragment
setFragment(IPerson, ILayoutFragment) - Method in interface org.jasig.portal.layout.alm.IAggregatedUserLayoutStore
Persists the fragment
setFragmentId(String) - Method in class org.jasig.portal.layout.alm.ALChannelDescription
Set fragment id
setFragmentId(String) - Method in class org.jasig.portal.layout.alm.ALFolderDescription
Set fragment id
setFragmentId(String) - Method in class org.jasig.portal.layout.alm.ALNodeProperties
Set fragment id
setFragmentId(String) - Method in interface org.jasig.portal.layout.alm.IALNodeProperties
Set fragment id
setFragmentNodeId(String) - Method in class org.jasig.portal.layout.alm.ALChannelDescription
Set fragment node id
setFragmentNodeId(String) - Method in class org.jasig.portal.layout.alm.ALFolderDescription
Set fragment node id
setFragmentNodeId(String) - Method in class org.jasig.portal.layout.alm.ALNodeProperties
Set fragment node id
setFragmentNodeId(String) - Method in interface org.jasig.portal.layout.alm.IALNodeProperties
Set fragment node id
setFragmentOwnerRoles(String, List) - Method in interface org.jasig.portal.layout.dlm.IRoleUpdater
Changes the roles for this owner to be only those indicated in the passed in List.
setFullName(String) - Method in class org.jasig.portal.layout.simple.RDBMUserLayoutStore.SystemUser
 
setFullName(String) - Method in interface org.jasig.portal.security.IPerson
Sets the full name of the user
setFullName(String) - Method in class org.jasig.portal.security.provider.ChainingSecurityContext.ChainingPrincipal
 
setFullName(String) - Method in class org.jasig.portal.security.provider.PersonImpl
Sets the user's full name.
setFullName(String) - Method in class org.jasig.portal.security.provider.RestrictedPerson
 
setFullPath(String) - Method in class org.jasig.portal.container.services.information.ResourceURLProviderImpl
 
setFunctionalName(String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition
 
setFunctionalName(String) - Method in class org.jasig.portal.layout.alm.ALFragment
Sets a fragment functional name
setFunctionalName(String) - Method in interface org.jasig.portal.layout.node.IUserLayoutChannelDescription
Set the value of functionalName.
setFunctionalName(String) - Method in class org.jasig.portal.layout.node.UserLayoutChannelDescription
Set the value of functionalName.
setGeneralSettingsSection(CChannelManager.WorkflowSection) - Method in class org.jasig.portal.channels.CChannelManager.Workflow
 
setGeneric(String) - Method in class org.jasig.portal.tools.dbloader.Type
 
setGenericTablesDoc(Document) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setGetDatasourceFromJndi(boolean) - Static method in class org.jasig.portal.RDBMServices
 
setGroup(String) - Method in class org.jasig.portal.layout.alm.ALChannelDescription
Sets the group identificator for this node.
setGroup(String) - Method in class org.jasig.portal.layout.alm.ALFolderDescription
Sets the group identificator for this node.
setGroup(String) - Method in class org.jasig.portal.layout.alm.ALNodeProperties
Sets the group identificator for this node.
setGroup(String) - Method in interface org.jasig.portal.layout.alm.IALNodeProperties
Sets the group identificator for this node.
setGroupKeys(Set) - Method in class org.jasig.portal.groups.GroupMemberImpl
 
setGroupKeysInitialized(boolean) - Method in class org.jasig.portal.groups.GroupMemberImpl
 
setGroupService(IGroupService) - Method in class org.jasig.portal.groups.RDBMEntityGroupStore
 
setGroupsRootPath(String) - Method in class org.jasig.portal.groups.filesystem.FileSystemGroupStore
 
setGroupsSection(CChannelManager.WorkflowSection) - Method in class org.jasig.portal.channels.CChannelManager.Workflow
 
setGroupStoreFactoryName(String) - Method in class org.jasig.portal.groups.ComponentGroupServiceDescriptor
 
setHasAbout(boolean) - Method in class org.jasig.portal.ChannelDefinition
 
setHasAbout(String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition
 
setHasAbout(boolean) - Method in interface org.jasig.portal.layout.node.IUserLayoutChannelDescription
Specify whether the channel supports "about" action.
setHasAbout(boolean) - Method in class org.jasig.portal.layout.node.UserLayoutChannelDescription
Specify whether the channel supports "about" action.
setHasHelp(boolean) - Method in class org.jasig.portal.ChannelDefinition
 
setHasHelp(String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition
 
setHasHelp(boolean) - Method in interface org.jasig.portal.layout.node.IUserLayoutChannelDescription
Specify whether the channel supports "help" action.
setHasHelp(boolean) - Method in class org.jasig.portal.layout.node.UserLayoutChannelDescription
Specify whether the channel supports "help" action.
setHeaders(Map) - Method in class org.jasig.portal.BrowserInfo
Sets the headers.
setHidden(boolean) - Method in interface org.jasig.portal.layout.node.IUserLayoutNodeDescription
 
setHidden(boolean) - Method in class org.jasig.portal.layout.node.UserLayoutNodeDescription
 
setHome(String) - Method in class org.jasig.portal.container.om.servlet.EjbRefImpl
 
setHttpMethods(String[]) - Method in class org.jasig.portal.container.om.servlet.WebResourceCollectionImpl
 
setHttpRequestMethod(String) - Method in class org.jasig.portal.ChannelRuntimeData
Set the HTTP Request method.
setHttpServletRequest(HttpServletRequest) - Method in class org.jasig.portal.container.om.window.PortletWindowImpl
 
setHttpServletRequest(HttpServletRequest) - Method in class org.jasig.portal.PortalControlStructures
 
setHttpServletResponse(HttpServletResponse) - Method in class org.jasig.portal.PortalControlStructures
 
setICCRegistry(ICCRegistry) - Method in class org.jasig.portal.ChannelStaticData
Set inter-channel communication registry object
setIcon(IconImpl) - Method in class org.jasig.portal.container.om.servlet.FilterImpl
 
setIcon(IconImpl) - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
setIcon(IconImpl) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setID(String) - Method in class org.jasig.portal.channels.CChannelManager.WorkflowStep
 
setId(String) - Method in class org.jasig.portal.container.om.entity.PortletApplicationEntityImpl
 
setId(String) - Method in class org.jasig.portal.container.om.entity.PortletEntityImpl
 
setId(String) - Method in class org.jasig.portal.container.om.portlet.PortletApplicationDefinitionImpl
 
setId(String) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setId(String) - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
setId(String) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setId(String) - Method in class org.jasig.portal.container.om.window.PortletWindowImpl
 
setId(int) - Method in class org.jasig.portal.CoreStylesheetDescription
 
setId(String) - Method in interface org.jasig.portal.layout.node.IUserLayoutNodeDescription
Set a new node Id.
setId(String) - Method in class org.jasig.portal.layout.node.UserLayoutNodeDescription
Set a new node Id.
setID(int) - Method in class org.jasig.portal.layout.simple.RDBMUserLayoutStore.SystemUser
 
setID(int) - Method in interface org.jasig.portal.security.IPerson
Sets the ID of the user
setID(int) - Method in class org.jasig.portal.security.provider.PersonImpl
Sets the user's ID.
setID(int) - Method in class org.jasig.portal.security.provider.RestrictedPerson
 
setIdentifiers(Hashtable) - Method in class org.jasig.portal.utils.PortalDocumentImpl
Deprecated. Prior to uPortal 2.5, was used to manage mapping from identifier Strings to identified nodes.
setIdsAndAttribs(Element, String, String, String) - Method in class org.jasig.portal.layout.dlm.FragmentActivator
Recursive method that passes through a layout tree and changes all ids from the regular format of sXX or nXX to the globally safe incorporated id of form uXlXsXX or uXlXnXX indicating the user id and layout id from which this node came.
setImmutable(boolean) - Method in interface org.jasig.portal.layout.node.IUserLayoutNodeDescription
 
setImmutable(boolean) - Method in class org.jasig.portal.layout.node.UserLayoutNodeDescription
 
setIncorporatedChannelAttributeValue(String, String, String) - Method in class org.jasig.portal.layout.dlm.DistributedUserPreferences
 
setIncorporatedFolderAttributeValue(String, String, String) - Method in class org.jasig.portal.layout.dlm.DistributedUserPreferences
 
setIndent(int) - Method in class org.jasig.portal.serialize.OutputFormat
Sets the indentation.
setIndenting(boolean) - Method in class org.jasig.portal.serialize.OutputFormat
Sets the indentation on and off.
setInitialized(boolean) - Static method in class org.jasig.portal.services.EntityNameFinderService
 
setInitParameters(ParameterSet) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setInitParameters(ParameterSet) - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
setInitParameterSet(ParameterSet) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setInitParamteters(ParameterSet) - Method in class org.jasig.portal.container.om.servlet.FilterImpl
 
setInitSecurityRoleRefSet(SecurityRoleRefSet) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setInt(int, int) - Method in class org.jasig.portal.RDBMServices.PreparedStatement
Deprecated.  
setInternallyManaged(boolean) - Method in class org.jasig.portal.groups.ComponentGroupServiceDescriptor
 
setIsSecure(boolean) - Method in class org.jasig.portal.ChannelDefinition
 
setIsSecure(String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition
Sets channel secure setting.
setIsSecure(boolean) - Method in interface org.jasig.portal.layout.node.IUserLayoutChannelDescription
Set the value of secure.
setIsSecure(boolean) - Method in class org.jasig.portal.layout.node.UserLayoutChannelDescription
Set the value of channel secure setting.
setJavaClass(String) - Method in class org.jasig.portal.ChannelDefinition
 
setJavaClass(String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition
 
setJavaClass(String) - Method in class org.jasig.portal.ChannelType
 
setJavaClass(String) - Method in class org.jasig.portal.services.ExternalServices.ServiceItem
 
setJNDIContext(Context) - Method in class org.jasig.portal.ChannelStaticData
Set channel JNDI context.
setJndiName(String) - Method in class org.jasig.portal.services.ExternalServices.ServiceItem
 
setJspFile(String) - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
setJvmLocale(Locale) - Static method in class org.jasig.portal.i18n.LocaleManager
 
setKey(String) - Method in class org.jasig.portal.ChannelCacheKey
 
setKey(String) - Method in class org.jasig.portal.groups.pags.PersonAttributesGroupStore.GroupDefinition
 
setKeyScope(int) - Method in class org.jasig.portal.ChannelCacheKey
 
setKeyValidity(Object) - Method in class org.jasig.portal.ChannelCacheKey
 
setKeywords(String) - Method in class org.jasig.portal.ChannelRuntimeData
Sets the keywords
setKeywords(Collection) - Method in class org.jasig.portal.container.om.common.LanguageImpl
 
setKeywords(String) - Method in class org.jasig.portal.container.om.common.LanguageImpl
 
setLanguages(LanguageSet) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setLargeIcon(String) - Method in class org.jasig.portal.container.om.servlet.IconImpl
 
setLastRender(long) - Static method in class org.jasig.portal.jmx.FrameworkMBeanImpl
 
setLastRenderTime(long) - Method in class org.jasig.portal.channels.portlet.ChannelData
 
setLastTime(long) - Static method in class org.jasig.portal.utils.GuidGenerator
setLastTime sets the new value of lastMilliTime
setLayoutData(Hashtable) - Method in class org.jasig.portal.layout.alm.AggregatedLayout
 
setLayoutId(int) - Method in class org.jasig.portal.UserProfile
 
setLayoutManager(IAggregatedUserLayoutManager) - Method in class org.jasig.portal.layout.alm.AggregatedLayout
 
setLayoutStore(IUserLayoutStore) - Method in class org.jasig.portal.layout.alm.AggregatedLayoutManager
 
setLayoutStore(IUserLayoutStore) - Method in class org.jasig.portal.layout.dlm.DistributedLayoutManager
 
setLayoutStore(IUserLayoutStore) - Method in class org.jasig.portal.layout.immutable.ImmutableUserLayoutManagerWrapper
 
setLayoutStore(IUserLayoutStore) - Method in interface org.jasig.portal.layout.IUserLayoutManager
Set a user layout store implementation.
setLayoutStore(IUserLayoutStore) - Method in class org.jasig.portal.layout.simple.SimpleUserLayoutManager
 
setLayoutStore(IUserLayoutStore) - Method in class org.jasig.portal.layout.TransientUserLayoutManagerWrapper
 
setLdapAttributesToPortalAttributes(Map) - Method in class org.jasig.portal.services.persondir.support.LdapPersonAttributeDaoImpl
Set the Map to use for mapping from a ldap attribute name to a portal attribute name or Set of portal attribute names.
setLdapRefName(String) - Method in class org.jasig.portal.services.persondir.support.legacy.PersonDirInfo
Set the name of an LDAP resource to use from LdapServices.
setLdapServer(ILdapServer) - Method in class org.jasig.portal.services.persondir.support.LdapPersonAttributeDaoImpl
 
setLdaptimelimit(int) - Method in class org.jasig.portal.services.persondir.support.legacy.PersonDirInfo
Set the time limit, in milliseconds, for LDAP query.
setLexicalHandler(LexicalHandler) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Set the lexical handler.
setLexicalHandler2(LexicalHandler) - Method in class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Set the lexical handler.
setLimits(int, int) - Method in class org.jasig.portal.utils.BlockingQueue
Set the queue limits.
setLimits(int, int) - Method in class org.jasig.portal.utils.BlockingStack
Set the stack limits.
setLineSeparator(String) - Method in class org.jasig.portal.serialize.OutputFormat
Sets the line separator.
setLineWidth(int) - Method in class org.jasig.portal.serialize.OutputFormat
Sets the line width.
setListenerClass(String) - Method in class org.jasig.portal.container.om.servlet.ListenerImpl
 
setListeners(ListenerImpl[]) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setLoadOnStartup(String) - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
setLocal(String) - Method in class org.jasig.portal.container.om.servlet.EjbLocalRefImpl
 
setLocal(String) - Method in class org.jasig.portal.tools.dbloader.Type
 
setLocale(String) - Method in class org.jasig.portal.ChannelDefinition
 
setLocale(Locale) - Method in class org.jasig.portal.container.om.common.DescriptionImpl
 
setLocale(Locale) - Method in class org.jasig.portal.container.om.common.DisplayNameImpl
 
setLocale(Locale) - Method in class org.jasig.portal.container.om.common.LanguageImpl
 
setLocaleAware(boolean) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setLocaleManager(LocaleManager) - Method in class org.jasig.portal.ChannelManager
 
setLocaleManager(LocaleManager) - Method in class org.jasig.portal.GuestUserPreferencesManager
 
setLocaleManager(LocaleManager) - Method in class org.jasig.portal.UserProfile
 
setLocales(Locale[]) - Method in class org.jasig.portal.ChannelRuntimeData
Setter method for array of locales.
setLocales(Locale[]) - Method in class org.jasig.portal.i18n.LocaleAwareXSLT
Sets the locales.
setLocalGroupService(IIndividualGroupService) - Method in class org.jasig.portal.channels.groupsmanager.SearchResultsGroupImpl
 
setLocalGroupService(IIndividualGroupService) - Method in class org.jasig.portal.groups.EntityGroupImpl
 
setLocalGroupService(IIndividualGroupService) - Method in interface org.jasig.portal.groups.IEntityGroup
Sets the group service of origin.
setLocalHome(String) - Method in class org.jasig.portal.container.om.servlet.EjbLocalRefImpl
 
setLocalTypeMap(Map) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setLocation(String) - Method in class org.jasig.portal.container.om.servlet.ErrorPageImpl
 
setLock(IEntityLock) - Method in interface org.jasig.portal.groups.ILockableEntityGroup
 
setLock(IEntityLock) - Method in class org.jasig.portal.groups.LockableEntityGroupImpl
 
setLockCache(Map) - Method in class org.jasig.portal.concurrency.locking.MemoryEntityLockStore
 
setLockOwner(String) - Method in class org.jasig.portal.concurrency.locking.EntityLockImpl
 
setLockToleranceMillis(int) - Method in class org.jasig.portal.concurrency.locking.ReferenceEntityLockService
 
setLockType(int) - Method in class org.jasig.portal.concurrency.locking.EntityLockImpl
 
setLog(PrintWriter) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setLoginConfig(LoginConfigImpl) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setLoginTimeout(int) - Method in class org.jasig.portal.RDBMServices.GenericDataSource
 
setLogonid(String) - Method in class org.jasig.portal.services.persondir.support.legacy.PersonDirInfo
Set the username to use to authenticate to the PersonDirInfo-configured JDBC or LDAP source.
setLogonpassword(String) - Method in class org.jasig.portal.services.persondir.support.legacy.PersonDirInfo
Set the password to use to authenticate to the LDAP or JDBC source.
setLogPending(boolean) - Method in exception org.jasig.portal.PortalException
Set whether logging is pending on this PortalException.
setLogWriter(PrintWriter) - Method in class org.jasig.portal.RDBMServices.GenericDataSource
 
setMaxActiveSize(int) - Method in class org.jasig.portal.utils.ResourceLimits
 
setMaxSize(int) - Method in class org.jasig.portal.utils.BlockingQueue
 
setMaxSize(int) - Method in class org.jasig.portal.utils.BlockingStack
 
setMaxSize(int) - Method in class org.jasig.portal.utils.ResourceLimits
 
setMedia(String) - Method in class org.jasig.portal.StylesheetDescription
 
setMediaProps(String) - Method in class org.jasig.portal.MediaManager
Initializes media properties table.
setMediaProps(String) - Method in class org.jasig.portal.StylesheetSet
Set the location of the media properties object.
setMediaType(String) - Method in class org.jasig.portal.serialize.OutputFormat
Sets the media type.
setMemberEntityKeys(Set) - Method in class org.jasig.portal.groups.EntityGroupImpl
 
setMemberGroupKeys(Set) - Method in class org.jasig.portal.groups.EntityGroupImpl
 
setMemberKeysInitialized(boolean) - Method in class org.jasig.portal.groups.EntityGroupImpl
 
setMerger(IAttributeMerger) - Method in class org.jasig.portal.services.persondir.support.CascadingPersonAttributeDao
Set the strategy whereby we accumulate attributes from the results of polling our delegates.
setMerger(IAttributeMerger) - Method in class org.jasig.portal.services.persondir.support.MergingPersonAttributeDaoImpl
Set the strategy whereby we accumulate attributes from the results of polling our delegates.
setMessage(String) - Method in class org.jasig.portal.channels.CError
Deprecated. Set the failure message.
setMessage(String) - Method in class org.jasig.portal.channels.error.ErrorDocument
 
setMethod(String) - Method in class org.jasig.portal.serialize.OutputFormat
Sets the method for this output format.
setMethod(int) - Method in class org.jasig.portal.UPFileSpec
Set a method.
setMethodNodeId(String) - Method in class org.jasig.portal.UPFileSpec
Set method node id.
setMethodType(String) - Method in class org.jasig.portal.services.ExternalServices.ServiceItem
 
setMimeMappings(MimeMappingImpl[]) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setMimeProps(String) - Method in class org.jasig.portal.MediaManager
Initializes mime properties table.
setMimeType(String) - Method in class org.jasig.portal.container.om.servlet.MimeMappingImpl
 
setMimeType(String) - Method in class org.jasig.portal.ThemeStylesheetDescription
 
setMinSize(int) - Method in class org.jasig.portal.utils.BlockingQueue
 
setMinSize(int) - Method in class org.jasig.portal.utils.BlockingStack
 
setMinSize(int) - Method in class org.jasig.portal.utils.ResourceLimits
 
setMode(PortletWindow, PortletMode) - Static method in class org.jasig.portal.container.services.information.PortletStateManager
Sets the portlet mode for the given PortletWindow
setModified(boolean) - Method in class org.jasig.portal.channels.DLMUserPreferences.GPreferencesState
Set modification state
setModified(boolean) - Method in class org.jasig.portal.channels.UserPreferences.GPreferencesState
Set modification state
setMoveAllowed(boolean) - Method in interface org.jasig.portal.layout.node.IUserLayoutNodeDescription
Set whether a node can be moved or not.
setMoveAllowed(boolean) - Method in class org.jasig.portal.layout.node.UserLayoutNodeDescription
Set whether a node can be moved or not.
setMultiServer(boolean) - Method in class org.jasig.portal.concurrency.locking.ReferenceEntityLockService
 
setName(String) - Method in class org.jasig.portal.ChannelCategory
 
setName(String) - Method in class org.jasig.portal.ChannelDefinition
 
setName(String) - Method in class org.jasig.portal.ChannelParameter
Set the name of the channel parameter.
setName(String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition.Parameter
 
setName(String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition
 
setName(String) - Method in class org.jasig.portal.channels.CChannelManager.WorkflowSection
 
setName(String) - Method in class org.jasig.portal.channels.CChannelManager.WorkflowStep
 
setName(String) - Method in class org.jasig.portal.channels.groupsmanager.SearchResultsGroupImpl
 
setName(String) - Method in class org.jasig.portal.ChannelType
 
setName(String) - Method in class org.jasig.portal.container.om.common.ParameterImpl
 
setName(String) - Method in class org.jasig.portal.container.om.common.PreferenceImpl
 
setName(String) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setName(String) - Method in class org.jasig.portal.container.om.portlet.UserAttributeImpl
 
setName(String) - Method in class org.jasig.portal.groups.ComponentGroupServiceDescriptor
 
setName(String) - Method in class org.jasig.portal.groups.EntityGroupImpl
We used to check duplicate sibling names but no longer do.
setName(String) - Method in interface org.jasig.portal.groups.IEntityGroup
Sets the group name which must be unique within any of its containing groups.
setName(String) - Method in class org.jasig.portal.groups.pags.PersonAttributesGroupStore.GroupDefinition
 
setName(String) - Method in class org.jasig.portal.layout.alm.ALFragment
Sets a fragment name
setName(String) - Method in interface org.jasig.portal.layout.node.IUserLayoutNodeDescription
 
setName(String) - Method in class org.jasig.portal.layout.node.UserLayoutNodeDescription
 
setName(String) - Method in interface org.jasig.portal.layout.restrictions.IUserLayoutRestriction
Sets the name of the current restriction
setName(String) - Method in class org.jasig.portal.layout.restrictions.UserLayoutRestriction
Sets the name of the current restriction
setName(String) - Method in class org.jasig.portal.services.ExternalServices.ServiceItem
 
setName(String) - Method in class org.jasig.portal.tools.dbloader.DataHandler.Column
 
setName(String) - Method in class org.jasig.portal.tools.dbloader.DataHandler.Table
 
setNewPortletMode(PortletMode) - Method in class org.jasig.portal.channels.portlet.ChannelData
 
setNewURL(String) - Method in class org.jasig.portal.channels.iccdemo.ViewerURL
 
setNewUserLayoutAndUserPreferences(IUserLayoutManager, UserPreferences, String) - Method in class org.jasig.portal.GuestUserPreferencesManager
 
setNewUserLayoutAndUserPreferences(IUserLayoutManager, UserPreferences) - Method in class org.jasig.portal.GuestUserPreferencesManager
 
setNewUserLayoutAndUserPreferences(IUserLayoutManager, UserPreferences) - Method in class org.jasig.portal.GuestUserPreferencesManagerWrapper
 
setNewUserLayoutAndUserPreferences(IUserLayoutManager, UserPreferences) - Method in interface org.jasig.portal.IUserPreferencesManager
 
setNewUserLayoutAndUserPreferences(IUserLayoutManager, UserPreferences) - Method in class org.jasig.portal.UserPreferencesManager
 
setNewWindowState(WindowState) - Method in class org.jasig.portal.channels.portlet.ChannelData
 
setNextIndent(int) - Method in class org.jasig.portal.serialize.IndentPrinter
 
setNextIndent(int) - Method in class org.jasig.portal.serialize.Printer
 
setNextMode(PortletMode) - Method in class org.jasig.portal.container.services.information.PortletStateManager
Sets the next portlet mode for the current PortletWindow
setNextNodeId(String) - Method in class org.jasig.portal.layout.alm.ALNode
 
setNextState(WindowState) - Method in class org.jasig.portal.container.services.information.PortletStateManager
Sets the next window state for the current PortletWindow
setNoCache(HttpServletResponse) - Static method in class org.jasig.portal.utils.CommonUtils
Sets "no cache" directives to the given response
setNodeDescription(IALNodeDescription) - Method in class org.jasig.portal.layout.alm.ALNode
 
setNodeValue(String) - Method in class org.jasig.portal.utils.PortalDocumentImpl
Deprecated.  
setNonEscapingElements(String[]) - Method in class org.jasig.portal.serialize.OutputFormat
Sets the list of elements for which text node children should be output unescaped (no character references).
setNull(int, int) - Method in class org.jasig.portal.RDBMServices.PreparedStatement
Deprecated.  
setOmitComments(boolean) - Method in class org.jasig.portal.serialize.OutputFormat
Sets comment omitting on and off.
setOmitDocumentType(boolean) - Method in class org.jasig.portal.serialize.OutputFormat
Sets DOCTYPE declaration omitting on and off.
setOmitXMLDeclaration(boolean) - Method in class org.jasig.portal.serialize.OutputFormat
Sets XML declaration omitting on and off.
setOptimalSize(int) - Method in class org.jasig.portal.utils.ResourceLimits
 
setOriginalLayoutManager(IUserLayoutManager) - Method in class org.jasig.portal.layout.TransientUserLayoutManagerWrapper
 
setOutputAtDocumentEnd(boolean) - Method in class org.jasig.portal.utils.SAX2BufferImpl
Tells buffer to automatically output itself once an end of a document is reached.
setOutputByteStream(OutputStream) - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
 
setOutputByteStream(OutputStream) - Method in class org.jasig.portal.serialize.CachingHTMLSerializer
 
setOutputByteStream(OutputStream) - Method in class org.jasig.portal.serialize.CachingXHTMLSerializer
 
setOutputByteStream(OutputStream) - Method in interface org.jasig.portal.serialize.Serializer
Specifies an output stream to which the document should be serialized.
setOutputCharStream(Writer) - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
 
setOutputCharStream(Writer) - Method in class org.jasig.portal.serialize.CachingHTMLSerializer
 
setOutputCharStream(Writer) - Method in class org.jasig.portal.serialize.CachingXHTMLSerializer
 
setOutputCharStream(Writer) - Method in interface org.jasig.portal.serialize.Serializer
Specifies a writer to which the document should be serialized.
setOutputFormat(OutputFormat) - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
 
setOutputFormat(OutputFormat) - Method in class org.jasig.portal.serialize.CachingHTMLSerializer
 
setOutputFormat(OutputFormat) - Method in class org.jasig.portal.serialize.CachingXHTMLSerializer
 
setOutputFormat(OutputFormat) - Method in class org.jasig.portal.serialize.HTMLSerializer
 
setOutputFormat(OutputFormat) - Method in interface org.jasig.portal.serialize.Serializer
Specifies an output format for this serializer.
setOutputFormat(OutputFormat) - Method in class org.jasig.portal.serialize.TextSerializer
 
setOutputFormat(OutputFormat) - Method in class org.jasig.portal.serialize.XHTMLSerializer
 
setOutputFormat(OutputFormat) - Method in class org.jasig.portal.serialize.XMLSerializer
 
setOverride(boolean) - Method in class org.jasig.portal.ChannelParameter
Set whether this channel parameter may be overridden.
setOverride(String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition.Parameter
 
setOverride(boolean) - Method in class org.jasig.portal.tools.chanpub.ChannelPublisher
 
setParameter(String, String) - Method in class org.jasig.portal.ChannelRuntimeData
Establish a parameter name-value pair.
setParameter(String, Part) - Method in class org.jasig.portal.ChannelRuntimeData
 
setParameter(String, String) - Method in class org.jasig.portal.ChannelStaticData
Set information contained in a channel element Parameters are strings!
setParameter(String) - Method in exception org.jasig.portal.PortalException
Set the parameter to the ErrorID template message.
setParameterOverride(String, boolean) - Method in interface org.jasig.portal.layout.node.IUserLayoutChannelDescription
Set parameter override flag.
setParameterOverride(String, boolean) - Method in class org.jasig.portal.layout.node.UserLayoutChannelDescription
Set parameter override flag.
setParameters(ChannelParameter[]) - Method in class org.jasig.portal.ChannelDefinition
 
setParameters(Map) - Method in class org.jasig.portal.ChannelRuntimeData
A convenience method for setting a whole set of parameters at once.
setParameters(Map) - Method in class org.jasig.portal.ChannelStaticData
Copy parameter list from a Map
setParameters(Map) - Method in class org.jasig.portal.container.services.information.PortletStateManager
Adds the render parameters to the portlet URL
setParameters(Map) - Method in class org.jasig.portal.container.services.information.PortletURLProviderImpl
 
setParameters(Map) - Method in class org.jasig.portal.container.servlet.ServletRequestImpl
Replaces the existing request parameters with a new set of parameters.
setParametersSingleValued(Map) - Method in class org.jasig.portal.ChannelRuntimeData
A convenience method for setting a whole set of parameters at once.
setParameterValue(String, String) - Method in interface org.jasig.portal.layout.node.IUserLayoutChannelDescription
Set a channel parameter value.
setParameterValue(String, String) - Method in class org.jasig.portal.layout.node.UserLayoutChannelDescription
Set a channel parameter value.
setParameterValues(String, String[]) - Method in class org.jasig.portal.ChannelRuntimeData
Sets multi-valued parameter.
setParameterValues(String, Part[]) - Method in class org.jasig.portal.ChannelRuntimeData
 
setParameterValues(Hashtable) - Method in class org.jasig.portal.StylesheetUserPreferences
 
setParent(XMLReader) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Set the parent reader.
setParentNodeId(String) - Method in class org.jasig.portal.layout.alm.ALNode
 
setPerson(IPerson) - Method in class org.jasig.portal.ChannelStaticData
Setter method for the user being served by the channel
setPerson(IPerson) - Method in class org.jasig.portal.container.om.entity.PortletEntityImpl
 
setPersonAttributeDaos(List) - Method in class org.jasig.portal.services.persondir.support.CascadingPersonAttributeDao
Set the List of delegates which we will poll for attributes.
setPersonAttributeDaos(List) - Method in class org.jasig.portal.services.persondir.support.MergingPersonAttributeDaoImpl
Set the List of delegates which we will poll for attributes.
setPlaceHolder(boolean) - Method in class org.jasig.portal.channels.error.CError
Configure this CError instance to act as a placeholder.
setPopulateTables(String) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setPopulateTables(boolean) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setPort(String) - Method in class org.jasig.portal.utils.CookieCutter.ChannelCookie
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.channels.CError
Deprecated.  
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.channels.CLogin
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.channels.CSecureInfo
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.channels.CSnoop
Sends portal control structures to the portal, i.e.
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.channels.DLMUserPreferences.BaseState
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.channels.DLMUserPreferences.CUserPreferences
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.channels.DLMUserPreferences.GPreferencesState
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.channels.error.CError
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.channels.portlet.ChannelState
 
setPortalControlStructures(PortalControlStructures, String) - Method in class org.jasig.portal.channels.portlet.CPortletAdapter
Sets the portal control structures.
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.channels.UserPreferences.BaseState
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.channels.UserPreferences.CUserPreferences
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.channels.UserPreferences.GPreferencesState
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState
 
setPortalControlStructures(PortalControlStructures, String) - Method in interface org.jasig.portal.IMultithreadedPrivileged
Deprecated. Passes portal control structure to the channel.
setPortalControlStructures(PortalControlStructures) - Method in interface org.jasig.portal.IPrivileged
Passes portal control structure to the channel.
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.layout.alm.channels.CContentSubscriber
Passes portal control structure to the channel.
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.layout.alm.channels.CFragmentManager
Passes portal control structure to the channel.
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.layout.alm.channels.FragmentManager
Passes portal control structure to the channel.
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.layout.channels.CSkinSelector
Passes portal control structure to the channel.
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.layout.channels.locales.CUserLocalesSelector
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.layout.channels.sitemap.CSiteMap
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.MultithreadedPrivilegedCacheableChannelAdapter
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.MultithreadedPrivilegedCacheableCharacterChannelAdapter
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.MultithreadedPrivilegedCacheableMimeResponseChannelAdapter
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.MultithreadedPrivilegedCacheableMimeResponseCharacterChannelAdapter
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.MultithreadedPrivilegedChannelAdapter
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.MultithreadedPrivilegedCharacterChannelAdapter
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.MultithreadedPrivilegedMimeResponseChannelAdapter
 
setPortalControlStructures(PortalControlStructures) - Method in class org.jasig.portal.MultithreadedPrivilegedMimeResponseCharacterChannelAdapter
 
setPortalEvent(PortalEvent) - Method in class org.jasig.portal.channels.BaseMultithreadedChannel.ChannelState
 
setPortalEvent(PortalEvent) - Method in class org.jasig.portal.channels.portlet.ChannelState
 
setPortalLocales(Locale[]) - Static method in class org.jasig.portal.i18n.LocaleManager
 
setPortalServiceUrl(String) - Static method in class org.jasig.portal.security.provider.cas.CasSecurityContextFactory
Static setter method for poor-man's dependency injection.
setPortletApplicationDefinition(PortletApplicationDefinition) - Method in class org.jasig.portal.container.om.entity.PortletApplicationEntityImpl
 
setPortletApplicationDefinition(PortletApplicationDefinition) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setPortletApplicationEntity(PortletApplicationEntity) - Method in class org.jasig.portal.container.om.entity.PortletEntityImpl
 
setPortletClassLoader(ClassLoader) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setPortletDefinition(PortletDefinition) - Method in class org.jasig.portal.container.om.entity.PortletEntityImpl
 
setPortletDefinitionList(PortletDefinitionList) - Method in class org.jasig.portal.container.om.portlet.PortletApplicationDefinitionImpl
 
setPortletEntity(PortletEntity) - Method in class org.jasig.portal.container.om.window.PortletWindowImpl
 
setPortletEntityList(PortletEntityList) - Method in class org.jasig.portal.container.om.entity.PortletApplicationEntityImpl
 
setPortletMode(PortletMode) - Method in class org.jasig.portal.container.services.information.PortletURLProviderImpl
 
setPortletWindow(PortletWindow) - Method in class org.jasig.portal.channels.portlet.ChannelData
 
setPortletWindowInitialized(boolean) - Method in class org.jasig.portal.channels.portlet.ChannelData
 
setPrecedence(double) - Method in interface org.jasig.portal.layout.node.IUserLayoutNodeDescription
Set the precedence of a node.
setPrecedence(double) - Method in class org.jasig.portal.layout.node.UserLayoutNodeDescription
Set the precedence of a node.
setPreferences(PreferenceSet) - Method in class org.jasig.portal.container.om.entity.PortletEntityImpl
 
setPreferences(PreferenceSet) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setPreferencesValidator(PreferencesValidator) - Method in class org.jasig.portal.container.om.common.PreferenceSetImpl
 
setPreferencesValidator(String) - Method in class org.jasig.portal.container.om.common.PreferenceSetImpl
 
setPrefix(String) - Method in class org.jasig.portal.utils.PortalDocumentImpl
Deprecated.  
setPreserveSpace(boolean) - Method in class org.jasig.portal.serialize.OutputFormat
Sets space preserving as the default behavior.
setPreviousNodeId(String) - Method in class org.jasig.portal.layout.alm.ALNode
 
setPrincipal(String) - Method in interface org.jasig.portal.security.IPermission
Sets the principal String representing the IAuthorizationPrincipal associated with this IPermission.
setPrincipal(String) - Method in class org.jasig.portal.security.provider.PermissionImpl
Specifies the token that represents the IAuthorizationPrincipal associated with this IPermission.
setPriority(int) - Method in class org.jasig.portal.layout.alm.ALNode
Sets the priority for this node.
setProcessedAction(boolean) - Method in class org.jasig.portal.channels.portlet.ChannelData
 
setProfile(UserProfile) - Method in class org.jasig.portal.UserPreferences
 
setProfileDescription(String) - Method in class org.jasig.portal.UserProfile
 
setProfileId(int) - Method in class org.jasig.portal.UserProfile
 
setProfileName(String) - Method in class org.jasig.portal.UserProfile
 
setProperties(Properties) - Method in class org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore
Sets the dlm propertys.
setProperties(Properties) - Static method in class org.jasig.portal.properties.PropertiesManager
Setter method to set the underlying Properties.
setProperties(Properties) - Method in interface org.jasig.portal.security.IConfigurableSecurityContext
Method used to set the properties of the SecurityContext.
setProperties(Properties) - Method in class org.jasig.portal.security.provider.SimpleLdapSecurityContext
Sets the properties to use for this security context.
setPropertiesURL(URL) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setProperty(String, String) - Method in class org.jasig.portal.services.entityproperties.EntityProperties
 
setProperty(String, Object) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Set the value of a property.
setPruneFactor(float) - Method in class org.jasig.portal.utils.ResourceLimits
 
setPublishDate(Date) - Method in class org.jasig.portal.ChannelDefinition
 
setPublisherId(int) - Method in class org.jasig.portal.ChannelDefinition
 
setPublishGroups(IGroupMember[], String) - Method in class org.jasig.portal.layout.alm.AggregatedLayoutManager
Persists the user groups which the fragment is published to
setPublishGroups(IGroupMember[], IPerson, String) - Method in class org.jasig.portal.layout.alm.AggregatedUserLayoutStore
Persists the user groups which the fragment is published to
setPublishGroups(IGroupMember[], String) - Method in interface org.jasig.portal.layout.alm.IAggregatedUserLayoutManager
Persists the user groups which the fragment is published to
setPublishGroups(IGroupMember[], IPerson, String) - Method in interface org.jasig.portal.layout.alm.IAggregatedUserLayoutStore
Persists the user groups which the fragment is published to
setPulledFragment() - Method in class org.jasig.portal.layout.alm.ALFragment
Marks the fragment as pulled
setPushedFragment() - Method in class org.jasig.portal.layout.alm.ALFragment
Marks the fragment as pushed
setQuery(String) - Method in class org.jasig.portal.services.persondir.support.LdapPersonAttributeDaoImpl
 
setQueryAttributes(List) - Method in class org.jasig.portal.services.persondir.support.LdapPersonAttributeDaoImpl
 
setReadOnly(String) - Method in class org.jasig.portal.container.om.common.PreferenceImpl
 
setReadOnly(boolean) - Method in class org.jasig.portal.container.om.common.PreferenceImpl
 
setRealmName(String) - Method in class org.jasig.portal.container.om.servlet.LoginConfigImpl
 
setReceivedEvent(boolean) - Method in class org.jasig.portal.channels.portlet.ChannelData
 
setRecordChannelAddedToLayout(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record when a channel is added to a layout.
setRecordChannelDefinitionModified(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record when a channel definition is modified.
setRecordChannelDefinitionPublished(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record when a channel definition is published.
setRecordChannelDefinitionRemoved(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record when a channel definition is removed.
setRecordChannelInstantiated(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record channel instantiation.
setRecordChannelMovedInLayout(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record a channel being moved within a layout.
setRecordChannelRemovedFromLayout(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record a channel being removed from a layout.
setRecordChannelRendered(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record when a channel is rendered.
setRecordChannelTargeted(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record when a channel is targetted.
setRecordChannelUpdatedInLayout(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record a channel being updated within a layout.
setRecordedException(Exception) - Method in exception org.jasig.portal.PortalException
Deprecated. use initCause() instead.
setRecordFolderAddedToLayout(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record when a folder is added to a layout.
setRecordFolderMovedInLayout(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record that a folder is moved within a layout.
setRecordFolderRemovedFromLayout(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record a folder being removed from a layout.
setRecordFolderUpdatedInLayout(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record a folder being updated within a layout.
setRecordLogin(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record a user logging in.
setRecordLogout(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record a user logging out.
setRecordSessionCreated(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record a session being created.
setRecordSessionDestroyed(boolean) - Method in class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
Set whether we should record a session being destroyed.
setRecordsPerPage(String) - Method in class org.jasig.portal.channels.CChannelManager.ModifyChannelSettings
 
setRecoverExceptions(boolean) - Method in class org.jasig.portal.services.persondir.support.CascadingPersonAttributeDao
Set to true if you would like this class to swallow RuntimeExceptions thrown by its delegates.
setRecoverExceptions(boolean) - Method in class org.jasig.portal.services.persondir.support.MergingPersonAttributeDaoImpl
Set to true if you would like this class to swallow RuntimeExceptions thrown by its delegates.
setRefreshable(boolean) - Method in exception org.jasig.portal.PortalException
Set if the user should be presented with an option to retry the same operation on the component that has generated the error.
setReinstantiable(boolean) - Method in exception org.jasig.portal.PortalException
Set if the user should be presented with an option to reinstantiate the component (channel) that generated the error.
setRemote(String) - Method in class org.jasig.portal.container.om.servlet.EjbRefImpl
 
setRemoteAddress(String) - Method in class org.jasig.portal.ChannelRuntimeData
 
setRemoteUser(String) - Method in class org.jasig.portal.security.provider.RemoteUserSecurityContext
Set the remote user for this security context.
setRenderingAsRoot(boolean) - Method in class org.jasig.portal.ChannelRuntimeData
Sets whether or not the channel is rendering as the root of the layout.
setRepeatedRenderingAttempt(String) - Method in class org.jasig.portal.ChannelManager
Register a repeated rendering attempt for a particular channel.
setResAuth(String) - Method in class org.jasig.portal.container.om.servlet.ResourceRefImpl
 
setResourceBundle(ResourceBundle) - Method in class org.jasig.portal.utils.XSLT
 
setResourceEnvRefName(String) - Method in class org.jasig.portal.container.om.servlet.ResourceEnvRefImpl
 
setResourceEnvRefs(ResourceEnvRefImpl[]) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setResourceEnvRefType(String) - Method in class org.jasig.portal.container.om.servlet.ResourceEnvRefImpl
 
setResourceRefs(ResourceRefImpl[]) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setResources(String) - Method in class org.jasig.portal.container.om.common.LanguageSetImpl
 
setResponse(String, HttpServletResponse) - Method in class org.jasig.portal.channels.portlet.CPortletAdapter
 
setResponse(HttpServletResponse) - Method in class org.jasig.portal.container.servlet.ServletResponseImpl
 
setResponse(HttpServletResponse) - Method in class org.jasig.portal.container.servlet.StoredServletResponseImpl
 
setResponse(HttpServletResponse) - Method in interface org.jasig.portal.IDirectResponse
Sets the HttpServletResponse for the channel to use.
setResponse(String, HttpServletResponse) - Method in interface org.jasig.portal.IMultithreadedDirectResponse
Deprecated. Sets the HttpServletResponse for the channel to use.
setResponse(HttpServletResponse) - Method in class org.jasig.portal.MultithreadedPrivilegedCacheableDirectResponseCharacterChannelAdapter
 
setResponseProperties(PortletWindow, HttpServletRequest, HttpServletResponse, Map) - Method in class org.jasig.portal.container.services.property.PropertyManagerServiceImpl
Stores the properties in a WeakHashMap that is keyed off the PortletWindow so the properties are removed when the user's session with the portlet is done.
setResRefName(String) - Method in class org.jasig.portal.container.om.servlet.ResourceRefImpl
 
setResRefName(String) - Method in class org.jasig.portal.services.persondir.support.legacy.PersonDirInfo
Set the name of an RDBMServices-configured DataSource against which we should query for user attributes.
setResSharingScope(String) - Method in class org.jasig.portal.container.om.servlet.ResourceRefImpl
 
setRestriction(int, int) - Method in class org.jasig.portal.layout.restrictions.alm.PriorityRestriction
 
setRestrictionExpression(String) - Method in interface org.jasig.portal.layout.restrictions.IUserLayoutRestriction
Sets the restriction expression
setRestrictionExpression(String) - Method in class org.jasig.portal.layout.restrictions.UserLayoutRestriction
Sets the restriction expression
setRestrictionPath(String) - Method in interface org.jasig.portal.layout.restrictions.IUserLayoutRestriction
Sets the restriction path
setRestrictionPath(String) - Method in class org.jasig.portal.layout.restrictions.UserLayoutRestriction
Sets the restriction path
setRestrictions(Hashtable) - Method in class org.jasig.portal.layout.alm.ALChannelDescription
Sets the hashtable of restrictions bound to this node
setRestrictions(Hashtable) - Method in class org.jasig.portal.layout.alm.ALFolderDescription
Sets the hashtable of restrictions bound to this node
setRestrictions(Hashtable) - Method in class org.jasig.portal.layout.alm.ALNodeProperties
Sets the hashtable of restrictions bound to this node
setRestrictions(Hashtable) - Method in interface org.jasig.portal.layout.alm.IALNodeProperties
Sets the hashtable of restrictions bound to this node
setResType(String) - Method in class org.jasig.portal.container.om.servlet.ResourceRefImpl
 
setReviewSection(CChannelManager.WorkflowSection) - Method in class org.jasig.portal.channels.CChannelManager.Workflow
 
setRoleLink(String) - Method in class org.jasig.portal.container.om.common.SecurityRoleRefImpl
 
setRoleName(String) - Method in class org.jasig.portal.container.om.common.SecurityRoleImpl
 
setRoleName(String) - Method in class org.jasig.portal.container.om.common.SecurityRoleRefImpl
 
setRoleName(String) - Method in class org.jasig.portal.container.om.servlet.RunAsImpl
 
setRoleNames(String[]) - Method in class org.jasig.portal.container.om.servlet.AuthConstraintImpl
 
setRunAs(RunAsImpl) - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.BaseChannel
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.BaseMultithreadedChannel.ChannelState
 
setRuntimeData(ChannelRuntimeData, String) - Method in class org.jasig.portal.channels.BaseMultithreadedChannel
Sets the channel runtime data.
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.CAbstractXslt
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.CChannelManager
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.CError
Deprecated.  
setRuntimeData(ChannelRuntimeData, String) - Method in class org.jasig.portal.channels.CGenericXSLT
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.CLogin
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.CNumberGuess
Receives channel runtime data from the portal and processes actions passed to it.
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.CSelectSystemProfile
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.CSnoop
Receives channel runtime data from the portal and processes actions passed to it.
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.cusermanager.CUserManager
Receive channel runtime data from the portal.
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.BaseState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.CUserPreferences
CUserPreferences listens for an HttpRequestParameter "userPreferencesAction" and based on its value changes state between profile management and layout/stylesheet preferences.
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.GPreferencesState.GBrowseState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.GPreferencesState.GEditLayoutItemState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.GPreferencesState.GGlobalPrefsState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.GPreferencesState.GMoveToState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.GPreferencesState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.ManageProfilesState.CEditProfile
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.ManageProfilesState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState.DefaultState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState.NewChannelState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState.ParametersState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState.ResetLayoutState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState.SelectSkinsState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.error.CThrower
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.error.CTimeout
 
setRuntimeData(ChannelRuntimeData, String) - Method in class org.jasig.portal.channels.groupsmanager.CGroupsManager
Passes ChannelRuntimeData to the channel.
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.iccdemo.CHistory
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.iccdemo.CURLSelector
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.permissionsmanager.CPermissionsManager
put your documentation comment here
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.portlet.ChannelState
 
setRuntimeData(ChannelRuntimeData, String) - Method in class org.jasig.portal.channels.portlet.CPortletAdapter
Sets the channel runtime data.
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.BaseState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.CUserPreferences
CUserPreferences listens for an HttpRequestParameter "userPreferencesAction" and based on its value changes state between profile management and layout/stylesheet preferences.
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.GPreferencesState.GBrowseState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.GPreferencesState.GEditLayoutItemState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.GPreferencesState.GGlobalPrefsState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.GPreferencesState.GMoveToState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.GPreferencesState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.ManageProfilesState.CEditProfile
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.ManageProfilesState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState.DefaultState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState.NewChannelState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState.ParametersState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState.ResetLayoutState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState.SelectSkinsState
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState
 
setRuntimeData(ChannelRuntimeData, String) - Method in class org.jasig.portal.channels.webproxy.CWebProxy
Passes ChannelRuntimeData to the channel.
setRuntimeData(ChannelRuntimeData) - Method in interface org.jasig.portal.IChannel
Passes ChannelRuntimeData to the channel.
setRuntimeData(ChannelRuntimeData, String) - Method in interface org.jasig.portal.IMultithreadedChannel
Deprecated.  
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.layout.channels.CSkinSelector
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.layout.channels.locales.CUserLocalesSelector
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.layout.dlm.channels.guide.DlmIntroChannel
Sets up the base media URL if not done already and determines which section is desired by the user if any.
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.MultithreadedChannelAdapter
 
setRuntimeData(ChannelRuntimeData) - Method in class org.jasig.portal.MultithreadedCharacterChannelAdapter
 
setRuntimeDataComplete - Variable in class org.jasig.portal.ChannelRenderer.Worker
 
setSampleIconURI(String) - Method in class org.jasig.portal.ThemeStylesheetDescription
 
setSamplePictureURI(String) - Method in class org.jasig.portal.ThemeStylesheetDescription
 
setScriptFileName(String) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setScriptWriter(PrintWriter) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setSecure() - Method in class org.jasig.portal.container.services.information.PortletURLProviderImpl
 
setSecurityConstraints(SecurityConstraintImpl[]) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setSecurityContext(ISecurityContext) - Method in class org.jasig.portal.layout.simple.RDBMUserLayoutStore.SystemUser
 
setSecurityContext(ISecurityContext) - Method in interface org.jasig.portal.security.IPerson
Associates a security context object with the user
setSecurityContext(ISecurityContext) - Method in class org.jasig.portal.security.provider.PersonImpl
 
setSecurityContext(ISecurityContext) - Method in class org.jasig.portal.security.provider.RestrictedPerson
RestrictedPerson's implementation of setSecurityContext does nothing.
setSecurityRoleRefs(SecurityRoleRefSet) - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
setSecurityRoles(SecurityRoleSet) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setSelected(PermissionsSessionData, String, String, String, boolean) - Static method in class org.jasig.portal.channels.permissionsmanager.PermissionsXML
 
setSerializerName(String) - Method in class org.jasig.portal.ThemeStylesheetDescription
 
setSerializerProps(String) - Method in class org.jasig.portal.MediaManager
Initializes serializer properties table.
setService(IEntityLockService) - Method in class org.jasig.portal.concurrency.locking.EntityLockImpl
 
setServiceFactoryName(String) - Method in class org.jasig.portal.groups.ComponentGroupServiceDescriptor
 
setServiceName(Name) - Method in class org.jasig.portal.groups.CompositeEntityIdentifier
 
setServiceName(Name) - Method in class org.jasig.portal.groups.EntityGroupImpl
Sets the service Name of the group service of origin.
setServiceName(Name) - Method in interface org.jasig.portal.groups.IComponentGroupService
Sets the name of the service to the new value.
setServiceName(Name) - Method in class org.jasig.portal.groups.ReferenceComponentGroupService
Sets the name of the service to the new value.
setServletClass(String) - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
setServletConfig(ServletConfig) - Static method in class org.jasig.portal.channels.portlet.CPortletAdapter
Receive the servlet config from uPortal's PortalSessionManager servlet.
setServletDefinition(ServletDefinition) - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
setServletDefinitionList(ServletDefinitionList) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setServletMapping(String, String) - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
setServletMappings(ServletMappingListImpl) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setServletName(String) - Method in class org.jasig.portal.container.om.servlet.FilterMappingImpl
 
setServletName(String) - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
setServletName(String) - Method in class org.jasig.portal.container.om.servlet.ServletMappingImpl
 
setSessionConfig(SessionConfigImpl) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setSessionLocales(Locale[]) - Method in class org.jasig.portal.i18n.LocaleManager
 
setSessionTimeout(String) - Method in class org.jasig.portal.container.om.servlet.SessionConfigImpl
 
setShortTitle(String) - Method in class org.jasig.portal.container.om.common.LanguageImpl
 
setSince(String, String) - Method in class org.jasig.portal.tools.dbloader.DataHandler.Table
 
setSinceMajor(int) - Method in class org.jasig.portal.tools.dbloader.DataHandler.Row
 
setSinceMinor(int) - Method in class org.jasig.portal.tools.dbloader.DataHandler.Row
 
setSmallIcon(String) - Method in class org.jasig.portal.container.om.servlet.IconImpl
 
setStandalone(boolean) - Method in class org.jasig.portal.serialize.OutputFormat
Sets document DTD standalone.
setStartMethod(String) - Method in class org.jasig.portal.services.ExternalServices.ServiceItem
 
setState(IPrivilegedChannel) - Method in class org.jasig.portal.channels.DLMUserPreferences.BaseState
 
setState(IPrivilegedChannel) - Method in class org.jasig.portal.channels.UserPreferences.BaseState
 
setState(PortletWindow, WindowState) - Static method in class org.jasig.portal.container.services.information.PortletStateManager
Sets the window state for the given PortletWindow
setStatementTerminator(String) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.BaseChannel
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.BaseMultithreadedChannel.ChannelState
 
setStaticData(ChannelStaticData, String) - Method in class org.jasig.portal.channels.BaseMultithreadedChannel
Sets the channel static data.
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.CAbstractXslt
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.CChannelManager
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.CError
Deprecated.  
setStaticData(ChannelStaticData, String) - Method in class org.jasig.portal.channels.CGenericXSLT
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.CLogin
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.CNumberGuess
Receive static channel data from the portal
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.CSnoop
Receive static channel data from the portal
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.cusermanager.CUserManager
Receive static channel data from the portal.
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.DLMUserPreferences.BaseState
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.DLMUserPreferences.CUserPreferences
Receive static channel data from the portal
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.error.CError
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.error.CThrower
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.error.CTimeout
 
setStaticData(ChannelStaticData, String) - Method in class org.jasig.portal.channels.groupsmanager.CGroupsManager
Passes ChannelStaticData to the channel.
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.groupsmanager.CGroupsManagerServant
Sets the staticData.
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.iccdemo.CHistory
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.iccdemo.CURLSelector
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.iccdemo.CViewer
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.permissionsmanager.CPermissionsManager
put your documentation comment here
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.permissionsmanager.CPermissionsManagerServant
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.portlet.ChannelState
 
setStaticData(ChannelStaticData, String) - Method in class org.jasig.portal.channels.portlet.CPortletAdapter
Sets the channel static data.
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.UserPreferences.BaseState
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.UserPreferences.CUserPreferences
Receive static channel data from the portal
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState
 
setStaticData(ChannelStaticData, String) - Method in class org.jasig.portal.channels.webproxy.CWebProxy
Passes ChannelStaticData to the channel.
setStaticData(ChannelStaticData) - Method in interface org.jasig.portal.IChannel
Passes ChannelStaticData to the channel.
setStaticData(ChannelStaticData, String) - Method in interface org.jasig.portal.IMultithreadedChannel
Deprecated.  
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.MultithreadedChannelAdapter
 
setStaticData(ChannelStaticData) - Method in class org.jasig.portal.MultithreadedCharacterChannelAdapter
 
setStatsRecorder(IStatsRecorder) - Method in class org.jasig.portal.services.stats.StatsRecorderWorkerTask
Set the stats reocorder that this task should use
setStrictErrorChecking(boolean) - Method in class org.jasig.portal.utils.PortalDocumentImpl
Deprecated.  
setString(int, String) - Method in class org.jasig.portal.RDBMServices.PreparedStatement
Deprecated.  
setStructureStylesheetId(int) - Method in class org.jasig.portal.ThemeStylesheetDescription
 
setStructureStylesheetId(int) - Method in class org.jasig.portal.UserProfile
 
setStructureStylesheetUserPreferences(IPerson, int, StructureStylesheetUserPreferences) - Method in class org.jasig.portal.layout.alm.AggregatedUserLayoutStore
 
setStructureStylesheetUserPreferences(IPerson, int, StructureStylesheetUserPreferences) - Method in class org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore
 
setStructureStylesheetUserPreferences(IPerson, int, StructureStylesheetUserPreferences) - Method in interface org.jasig.portal.layout.IUserLayoutStore
Save structure stylesheet user pferences
setStructureStylesheetUserPreferences(IPerson, int, StructureStylesheetUserPreferences) - Method in class org.jasig.portal.layout.simple.RDBMUserLayoutStore
 
setStructureStylesheetUserPreferences(StructureStylesheetUserPreferences) - Method in class org.jasig.portal.UserPreferences
 
setStylesheetDescriptionURI(String) - Method in class org.jasig.portal.CoreStylesheetDescription
 
setStylesheetId(int) - Method in class org.jasig.portal.StylesheetUserPreferences
 
setStylesheetName(String) - Method in class org.jasig.portal.CoreStylesheetDescription
 
setStylesheetParameter(String, String) - Method in class org.jasig.portal.utils.XSLT
Sets all the stylesheet parameters at once.
setStylesheetParameterDefaultValue(String, String) - Method in class org.jasig.portal.CoreStylesheetDescription
 
setStylesheetParameters(Hashtable) - Method in class org.jasig.portal.utils.XSLT
Sets all the stylesheet parameters at once.
setStylesheetParameters(HashMap) - Method in class org.jasig.portal.utils.XSLT
Sets all the stylesheet parameters at once.
setStylesheetParameterWordDescription(String, String) - Method in class org.jasig.portal.CoreStylesheetDescription
 
setStylesheetParams(Transformer, Hashtable) - Static method in class org.jasig.portal.utils.XSLT
Deprecated. replaced by XSLT.setStylesheetParams(Transformer, HashMap)
setStylesheetParams(Transformer, HashMap) - Static method in class org.jasig.portal.utils.XSLT
Extracts name/value pairs from a Hashtable and uses them to create stylesheet parameters
setStylesheetURI(String) - Method in class org.jasig.portal.CoreStylesheetDescription
 
setStylesheetWordDescription(String) - Method in class org.jasig.portal.CoreStylesheetDescription
 
setSuccessResult(CheckResult) - Method in class org.jasig.portal.tools.checks.ClassPresenceCheck
Set the CheckResult we will return when we succeed in touching our configured targetClass.
setSystemBrowserMapping(String, int) - Method in interface org.jasig.portal.layout.IUserLayoutStore
establish system profile browser mapping
setSystemBrowserMapping(String, int) - Method in class org.jasig.portal.layout.simple.RDBMUserLayoutStore
 
setSystemProfile(boolean) - Method in class org.jasig.portal.UserProfile
 
setTablesDoc(Document) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setTablesUri(String) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setTablesURL(URL) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setTablesXslUri(String) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setTagId(String) - Method in class org.jasig.portal.UPFileSpec
Set a tag id
setTaglibLocation(String) - Method in class org.jasig.portal.container.om.servlet.TagLibImpl
 
setTagLibs(TagLibListImpl) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setTaglibUri(String) - Method in class org.jasig.portal.container.om.servlet.TagLibImpl
 
setTarget(String) - Method in interface org.jasig.portal.security.IPermission
Sets the target associated with this IPermission.
setTarget(String) - Method in class org.jasig.portal.security.provider.PermissionImpl
Specifies the token that represents the target associated with this IPermission.
setTarget(ContentHandler) - Method in class org.jasig.portal.utils.XSLT
Configures the xslt target.
setTarget(OutputStream) - Method in class org.jasig.portal.utils.XSLT
Configures the xslt target.
setTarget(Node) - Method in class org.jasig.portal.utils.XSLT
Configures the xslt target.
setTargeted(boolean) - Method in class org.jasig.portal.ChannelRuntimeData
Sets whether or not the channel is currently targeted.
setTargetNodeId(String) - Method in class org.jasig.portal.UPFileSpec
Set target node id
setTargetStatsRecorder(IStatsRecorder) - Method in class org.jasig.portal.services.stats.ConditionalStatsRecorder
Set the IStatsRecorder to which we will (or will not) propogate IStatsRecorder method calls depending upon our configuration.
setTargetStatsRecorder(IStatsRecorder) - Method in class org.jasig.portal.services.stats.ThreadFiringStatsRecorder
Set the child IStatsRecorder which the threads we fire will invoke when they awake.
setTextContent(String) - Method in class org.jasig.portal.utils.PortalDocumentImpl
Deprecated.  
setThemeStylesheetId(int) - Method in class org.jasig.portal.UserProfile
 
setThemeStylesheetUserPreferences(IPerson, int, ThemeStylesheetUserPreferences) - Method in class org.jasig.portal.layout.alm.AggregatedUserLayoutStore
 
setThemeStylesheetUserPreferences(IPerson, int, ThemeStylesheetUserPreferences) - Method in class org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore
 
setThemeStylesheetUserPreferences(IPerson, int, ThemeStylesheetUserPreferences) - Method in interface org.jasig.portal.layout.IUserLayoutStore
Save theme stylesheet user preferences
setThemeStylesheetUserPreferences(IPerson, int, ThemeStylesheetUserPreferences) - Method in class org.jasig.portal.layout.simple.RDBMUserLayoutStore
 
setThemeStylesheetUserPreferences(ThemeStylesheetUserPreferences) - Method in class org.jasig.portal.UserPreferences
 
setThisIndent(int) - Method in class org.jasig.portal.serialize.IndentPrinter
 
setThisIndent(int) - Method in class org.jasig.portal.serialize.Printer
 
setThrowable(Throwable) - Method in class org.jasig.portal.channels.error.ErrorDocument
 
setThrowableToElement(IThrowableToElement) - Method in class org.jasig.portal.channels.error.ErrorDocument
 
setThrowableToElements(List) - Method in class org.jasig.portal.channels.error.error2xml.DelegatingThrowableToElement
Set the List of ThrowableToElement implementations which this implementation will poll in order.
setTimeLimit(int) - Method in class org.jasig.portal.services.persondir.support.LdapPersonAttributeDaoImpl
 
setTimeout(int) - Method in class org.jasig.portal.ChannelDefinition
 
setTimeout(long) - Method in class org.jasig.portal.ChannelRenderer
Set the timeout value
setTimeout(String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition
Set the channel timeout, which is a String representation of a number of milliseconds the channel should be allowed to try to render before being replaced with the Error channel.
setTimeout(long) - Method in class org.jasig.portal.ChannelStaticData
Setter method for channel timeout.
setTimeout(long) - Method in interface org.jasig.portal.IChannelRenderer
Sets the timeout value for the channel renderer.
setTimeout(long) - Method in interface org.jasig.portal.layout.node.IUserLayoutChannelDescription
Set the value of channel timeout in milliseconds.
setTimeout(long) - Method in class org.jasig.portal.layout.node.UserLayoutChannelDescription
Set the value of channel timeout in milliseconds.
setTimestamp(int, Timestamp) - Method in class org.jasig.portal.RDBMServices.PreparedStatement
Deprecated.  
SettingsBackedStatsRecorderFlagsImpl - Class in org.jasig.portal.services.stats
An IStatsRecorderFlags implementation backed by the StatsRecorderSettings static singleton.
SettingsBackedStatsRecorderFlagsImpl() - Constructor for class org.jasig.portal.services.stats.SettingsBackedStatsRecorderFlagsImpl
 
settingsInstance - Static variable in class org.jasig.portal.services.stats.StatsRecorderSettings
 
setTitle(String) - Method in class org.jasig.portal.ChannelDefinition
 
setTitle(String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition
 
setTitle(String) - Method in class org.jasig.portal.container.om.common.LanguageImpl
 
setTitle(String) - Method in interface org.jasig.portal.layout.node.IUserLayoutChannelDescription
Set the value of title.
setTitle(String) - Method in class org.jasig.portal.layout.node.UserLayoutChannelDescription
Set the value of title.
setTitle(String) - Method in class org.jasig.portal.StylesheetDescription
 
setTransportGuarantee(String) - Method in class org.jasig.portal.container.om.servlet.UserDataConstraintImpl
 
setType(String) - Method in interface org.jasig.portal.security.IPermission
Sets the IPermission type.
setType(String) - Method in class org.jasig.portal.security.provider.PermissionImpl
Sets the IPermission type.
setType(String) - Method in class org.jasig.portal.StylesheetDescription
 
setType(String) - Method in class org.jasig.portal.tools.dbloader.DataHandler.Column
 
setTypeId(int) - Method in class org.jasig.portal.ChannelDefinition
 
setTypeID(String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition
 
setUID(String) - Method in interface org.jasig.portal.security.IPrincipal
Sets the locally unique username in preparation for authentication.
setUID(String) - Method in class org.jasig.portal.security.provider.ChainingSecurityContext.ChainingPrincipal
 
setUidquery(String) - Method in class org.jasig.portal.services.persondir.support.legacy.PersonDirInfo
Set the LDAP or JDBC uid query.
setUnremovable(boolean) - Method in interface org.jasig.portal.layout.node.IUserLayoutNodeDescription
 
setUnremovable(boolean) - Method in class org.jasig.portal.layout.node.UserLayoutNodeDescription
 
setUpdateTime(int) - Method in class org.jasig.portal.utils.ResourceLimits
 
setupDomParser() - Method in class org.jasig.portal.tools.chanpub.ChannelPublisher
Set up a DOM parser for handling the XML channel-definition data.
setUPElement(UPFileSpec) - Method in class org.jasig.portal.ChannelManager
Specify UPFileSpec object that will be used to construct file portion of the context path in the auto-generated URLs, also known as the baseActionURL.
setUPFile(UPFileSpec) - Method in class org.jasig.portal.ChannelRuntimeData
Set a UPFileSpec which will be used to produce baseActionURL and workerActionURL.
setUPFileExtras(String) - Method in class org.jasig.portal.UPFileSpec
Set extras to be appended to the spec before the suffix element (".uP")
setUpgradeMajor(int) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setUpgradeMinor(int) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setUpgradeVersion(String) - Method in class org.jasig.portal.tools.dbloader.Configuration
 
setupParse() - Method in class org.jasig.portal.utils.SAX2FilterImpl
Set up before a parse.
setupRequestAttributes(HttpServletRequest, String) - Method in class org.jasig.portal.channels.portlet.CPortletAdapter
Adds the appropriate information to the request attributes of the portlet.
setupSystemUser() - Method in class org.jasig.portal.tools.chanpub.ChannelPublisher
Sets up the system user for use during publishing.
setURI(String) - Method in class org.jasig.portal.StylesheetDescription
 
setUrl(String) - Method in class org.jasig.portal.services.persondir.support.legacy.PersonDirInfo
Set the ldap or JDBC url.
setUrlPattern(String) - Method in class org.jasig.portal.container.om.servlet.FilterMappingImpl
 
setUrlPattern(String) - Method in class org.jasig.portal.container.om.servlet.ServletMappingImpl
 
setUrlPatterns(String[]) - Method in class org.jasig.portal.container.om.servlet.WebResourceCollectionImpl
 
setUserAttributes(UserAttributeListImpl) - Method in class org.jasig.portal.container.om.portlet.PortletApplicationDefinitionImpl
 
setUserBrowserMapping(IPerson, String, int) - Method in interface org.jasig.portal.layout.IUserLayoutStore
establish a browser - user profile mapping
setUserBrowserMapping(IPerson, String, int) - Method in class org.jasig.portal.layout.simple.RDBMUserLayoutStore
 
setUsercontext(String) - Method in class org.jasig.portal.services.persondir.support.legacy.PersonDirInfo
Set the LDAP context in which users are to be found.
setUserData(String, Object, UserDataHandler) - Method in class org.jasig.portal.utils.PortalDocumentImpl
Deprecated.  
setUserDataConstraint(UserDataConstraintImpl) - Method in class org.jasig.portal.container.om.servlet.SecurityConstraintImpl
 
setUserId(int) - Method in class org.jasig.portal.RDBMUserIdentityStore.PortalUser
 
setUserId(int) - Method in class org.jasig.portal.RDBMUserIdentityStore.TemplateUser
 
setUserInfo(Map) - Method in class org.jasig.portal.channels.portlet.ChannelData
 
setUserInfoCache(Map) - Method in class org.jasig.portal.services.persondir.support.CachingPersonAttributeDaoImpl
 
setUserInformation(IPerson) - Method in interface org.jasig.portal.channels.cusermanager.IDataHandler
 
setUserInformation(IPerson) - Method in class org.jasig.portal.channels.cusermanager.provider.DefaultDataHandlerImpl
 
setUserInstance(UserInstance) - Method in class org.jasig.portal.UserInstanceManager.UserInstanceHolder
 
setUserLayout(IUserLayout) - Method in class org.jasig.portal.container.om.entity.PortletEntityImpl
 
setUserLayout(IUserLayout) - Method in class org.jasig.portal.layout.alm.AggregatedLayoutManager
 
setUserLayout(IUserLayout) - Method in class org.jasig.portal.layout.dlm.DistributedLayoutManager
 
setUserLayout(IPerson, UserProfile, Document, boolean) - Method in class org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore
This method overrides the same method in the super class to persist only layout information stored in the user's person layout fragment or PLF.
setUserLayout(IPerson, UserProfile, Document, boolean, boolean) - Method in class org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore
This method overrides the same method in the super class to persist only layout information stored in the user's person layout fragment or PLF.
setUserLayout(IUserLayout) - Method in class org.jasig.portal.layout.immutable.ImmutableUserLayoutManagerWrapper
 
setUserLayout(IUserLayout) - Method in interface org.jasig.portal.layout.IUserLayoutManager
Sets a user layout (with appropriate markings).
setUserLayout(IPerson, UserProfile, Document, boolean) - Method in interface org.jasig.portal.layout.IUserLayoutStore
Persist user layout document.
setUserLayout(IUserLayout) - Method in class org.jasig.portal.layout.restrictions.alm.ALRestrictionManager
 
setUserLayout(IUserLayout) - Method in interface org.jasig.portal.layout.restrictions.IRestrictionManager
Sets the user layout.
setUserLayout(IPerson, UserProfile, Document, boolean) - Method in class org.jasig.portal.layout.simple.RDBMUserLayoutStore
Save the user layout.
setUserLayout(IUserLayout) - Method in class org.jasig.portal.layout.simple.SimpleUserLayoutManager
 
setUserLayout(IUserLayout) - Method in class org.jasig.portal.layout.TransientUserLayoutManagerWrapper
 
setUserLayoutDOM(Node, String, Hashtable) - Method in class org.jasig.portal.layout.alm.AggregatedLayoutManager
 
setUserLayoutDOM(Document) - Method in class org.jasig.portal.layout.alm.AggregatedLayoutManager
 
setUserLayoutDOM(Document) - Method in class org.jasig.portal.layout.dlm.DistributedLayoutManager
 
setUserLayoutDOM(Document) - Method in class org.jasig.portal.layout.immutable.ImmutableUserLayoutManagerWrapper
 
setUserLayoutDOM(Document) - Method in class org.jasig.portal.layout.simple.SimpleUserLayoutManager
 
setUserLocales(Locale[]) - Method in class org.jasig.portal.i18n.LocaleManager
 
setUserName(String) - Method in class org.jasig.portal.RDBMUserIdentityStore.PortalUser
 
setUserName(String) - Method in class org.jasig.portal.RDBMUserIdentityStore.TemplateUser
 
setUserPassword(IPerson, String) - Method in interface org.jasig.portal.channels.cusermanager.IDataHandler
OriginalPassword is null if called in "UserManager" mode.
setUserPassword(IPerson, String) - Method in class org.jasig.portal.channels.cusermanager.provider.DefaultDataHandlerImpl
OriginalPassword is null if called in "UserManager" mode.
setUserPreference(Element, String, IPerson) - Static method in class org.jasig.portal.layout.dlm.UserPrefsHandler
Records changes made to element attributes that are defined as being part of a user's user preferences object and not part of the layout.
setUserPreferencesManager(IUserPreferencesManager) - Method in class org.jasig.portal.ChannelManager
Specify IUserPreferencesManager to use.
setUserPreferencesManager(IUserPreferencesManager) - Method in class org.jasig.portal.PortalControlStructures
 
setValue(String) - Method in class org.jasig.portal.ChannelParameter
Set the default value for this channel parameter.
setValue(String) - Method in class org.jasig.portal.channels.CChannelManager.ChannelDefinition.Parameter
 
setValue(Object) - Method in class org.jasig.portal.concurrency.caching.LRUCache.ValueWrapper
 
setValue(String) - Method in class org.jasig.portal.container.om.common.ParameterImpl
 
setValue(String) - Method in class org.jasig.portal.tools.dbloader.DataHandler.Column
 
setValue(boolean) - Method in class org.jasig.portal.utils.BooleanLock
 
setValue(Object) - Method in class org.jasig.portal.utils.SmartCache.ValueWrapper
 
setValues(List) - Method in class org.jasig.portal.container.om.common.PreferenceImpl
 
setVersion(String) - Method in class org.jasig.portal.container.om.portlet.PortletApplicationDefinitionImpl
 
setVersion(String) - Method in class org.jasig.portal.serialize.OutputFormat
Sets the version for this output method.
setVersion(String, String, int, int, int) - Method in class org.jasig.portal.tools.versioning.VersionsManager
Updates the version information for the indicated functional name to the passed in values only if: a) a version already exists and the values in the database match those obtained via getVersion(fname).
setViewerURL(String) - Method in class org.jasig.portal.channels.iccdemo.CHistory
A utility method that communicates the new url to the viewer channel
setViewerURL(String) - Method in class org.jasig.portal.channels.iccdemo.CURLSelector
A utility method that communicates the new url to the viewer channel
setWebApplicationDefinition(WebApplicationDefinition) - Method in class org.jasig.portal.container.om.portlet.PortletApplicationDefinitionImpl
 
setWebApplicationDefinition(WebApplicationDefinition) - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionImpl
 
setWebResourceCollections(WebResourceCollectionImpl[]) - Method in class org.jasig.portal.container.om.servlet.SecurityConstraintImpl
 
setWebResourceName(String) - Method in class org.jasig.portal.container.om.servlet.WebResourceCollectionImpl
 
setWelcomeFiles(WelcomeFileListImpl) - Method in class org.jasig.portal.container.om.servlet.WebApplicationDefinitionImpl
 
setWillRender(boolean) - Method in class org.jasig.portal.ChannelRuntimeProperties
Set whether the channel will render if asked to do so (if renderXML() is called).
setWindowState(WindowState) - Method in class org.jasig.portal.container.services.information.PortletURLProviderImpl
 
setXML(String) - Method in class org.jasig.portal.utils.XSLT
Configures the xml source.
setXML(Node) - Method in class org.jasig.portal.utils.XSLT
Configures the xml source.
setXML(InputStream) - Method in class org.jasig.portal.utils.XSLT
Configures the xml source.
setXML(File) - Method in class org.jasig.portal.utils.XSLT
Configures the xml source.
setXmlStandalone(boolean) - Method in class org.jasig.portal.utils.PortalDocumentImpl
Deprecated.  
setXmlUri(String) - Method in class org.jasig.portal.channels.CGenericXSLT.CState
Set the URI or resource-relative-path of the XML this CGenericXSLT should render.
setXmlUri(String) - Method in class org.jasig.portal.channels.webproxy.CWebProxy.ChannelState
Set the xmlUri channel state property, applying URI acceptance logic before accepting the parameter.
setXmlVersion(String) - Method in class org.jasig.portal.utils.PortalDocumentImpl
Deprecated.  
setXSL(String, String, BrowserInfo) - Method in class org.jasig.portal.i18n.LocaleAwareXSLT
Configures the xsl source by choosing the appropriate stylesheet from the provided stylesheet list file, taking into account the list of locales.
setXSL(String, BrowserInfo) - Method in class org.jasig.portal.i18n.LocaleAwareXSLT
Configures the xsl source by choosing the appropriate stylesheet from the provided stylesheet list file, taking into account the list of locales.
setXSL(String) - Method in class org.jasig.portal.utils.XSLT
Configures the xsl source.
setXSL(String, String, BrowserInfo) - Method in class org.jasig.portal.utils.XSLT
Configures the xsl source by choosing the appropriate stylesheet from the provided stylesheet list file.
setXSL(String, BrowserInfo) - Method in class org.jasig.portal.utils.XSLT
Configures the xsl source by choosing the appropriate stylesheet from the provided stylesheet list file.
SEVERE - Static variable in class org.jasig.portal.services.LogService
Deprecated.  
shortStackTrace(Throwable) - Static method in class org.jasig.portal.ExceptionHelper
Generate traceback only to the Servlet-container interface.
shortTitle - Variable in class org.jasig.portal.container.om.common.LanguageImpl
 
shortTitle - Variable in class org.jasig.portal.container.om.common.LanguageSetImpl
 
shouldNotExpandEndTagForEmptyElement(String) - Method in class org.jasig.portal.serialize.XHTMLSerializer
 
shouldQuit - Variable in class org.jasig.portal.utils.ThreadPoolWorker
 
shouldRestart - Variable in class org.jasig.portal.utils.ThreadPoolWorker
 
showChannelAttribs(ThemeStylesheetUserPreferences) - Method in class org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore
 
showErrorMessage(String, HttpServletResponse) - Method in class org.jasig.portal.tools.ChannelServlet
 
showFolderAttribs(StructureStylesheetUserPreferences) - Method in class org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore
 
ShowProperties - Class in org.jasig.portal.channels.groupsmanager.commands
A Groups Manager command to expose properties from the EntityPropertyRegistry for any entity or group
ShowProperties() - Constructor for class org.jasig.portal.channels.groupsmanager.commands.ShowProperties
 
showStackTrace - Variable in class org.jasig.portal.channels.error.CError
True if we should display the stack trace of the stored Throwable, if any, at rendering.
SieveEncodingInfo - Class in org.jasig.portal.serialize
This class represents an encoding.
SieveEncodingInfo(String, String, int, String) - Constructor for class org.jasig.portal.serialize.SieveEncodingInfo
Creates new SeiveEncodingInfo instance.
SieveEncodingInfo(String, int) - Constructor for class org.jasig.portal.serialize.SieveEncodingInfo
Creates new SeiveEncodingInfo instance.
SieveEncodingInfo.BAOutputStream - Class in org.jasig.portal.serialize
Why don't we use the original ByteArrayOutputStream? - Because the toByteArray() method of the ByteArrayOutputStream creates new byte[] instances for each call.
SieveEncodingInfo.BAOutputStream() - Constructor for class org.jasig.portal.serialize.SieveEncodingInfo.BAOutputStream
 
SieveEncodingInfo.BAOutputStream(int) - Constructor for class org.jasig.portal.serialize.SieveEncodingInfo.BAOutputStream
 
signal(ErrorID, String, boolean) - Static method in class org.jasig.portal.ExceptionHelper
Create PortalException from ErrorID and throw it.
signal(ErrorID, String) - Static method in class org.jasig.portal.ExceptionHelper
Create PortalException from Errorid, trace, and throw it.
signal(PortalException, boolean) - Static method in class org.jasig.portal.ExceptionHelper
Throw PortalException provided by caller, maybe trace it.
signal(ErrorID) - Static method in class org.jasig.portal.ExceptionHelper
Generate, trace, and throw Portal Exception given ErrorID.
SIMPLE_LDAP_SECURITYAUTHTYPE - Variable in class org.jasig.portal.security.provider.SimpleLdapSecurityContext
 
SimpleLayout - Class in org.jasig.portal.layout.simple
The simple user layout implementation.
SimpleLayout(String, Document) - Constructor for class org.jasig.portal.layout.simple.SimpleLayout
 
SimpleLayout2ALIM - Class in org.jasig.portal.tools
Converts Simple Layouts to AggregatedLayout / IntegratedMode.
SimpleLayout2ALIM() - Constructor for class org.jasig.portal.tools.SimpleLayout2ALIM
 
SimpleLayout2ALIM.UserProfileInfo - Class in org.jasig.portal.tools
 
SimpleLayout2ALIM.UserProfileInfo(int, int) - Constructor for class org.jasig.portal.tools.SimpleLayout2ALIM.UserProfileInfo
 
SimpleLdapSecurityContext - Class in org.jasig.portal.security.provider
This is an implementation of a SecurityContext that checks a user's credentials against an LDAP directory.
SimpleLdapSecurityContext() - Constructor for class org.jasig.portal.security.provider.SimpleLdapSecurityContext
 
SimpleLdapSecurityContextFactory - Class in org.jasig.portal.security.provider
 
SimpleLdapSecurityContextFactory() - Constructor for class org.jasig.portal.security.provider.SimpleLdapSecurityContextFactory
 
SimplePersonManager - Class in org.jasig.portal.security.provider
Manages the storage of an IPerson object in a user's session.
SimplePersonManager() - Constructor for class org.jasig.portal.security.provider.SimplePersonManager
 
SIMPLESECURITYAUTHTYPE - Variable in class org.jasig.portal.security.provider.SimpleSecurityContext
 
SimpleSecurityContext - Class in org.jasig.portal.security.provider
This is an implementation of a SecurityContext that checks a user's credentials against an MD5 hashed password entry.
SimpleSecurityContext() - Constructor for class org.jasig.portal.security.provider.SimpleSecurityContext
 
SimpleSecurityContextFactory - Class in org.jasig.portal.security.provider
 
SimpleSecurityContextFactory() - Constructor for class org.jasig.portal.security.provider.SimpleSecurityContextFactory
 
simpleTimeFormat - Variable in class org.jasig.portal.Problems
The simple formatter used to format the times of the PortalExceptions.
simpleTypeName - Variable in class org.jasig.portal.concurrency.caching.ReferenceEntityCache
 
SimpleUserLayoutManager - Class in org.jasig.portal.layout.simple
An implementation of a user layout manager that uses 2.0-release store implementations.
SimpleUserLayoutManager(IPerson, UserProfile, IUserLayoutStore) - Constructor for class org.jasig.portal.layout.simple.SimpleUserLayoutManager
 
sinceMajor - Variable in class org.jasig.portal.tools.dbloader.DataHandler.Row
 
sinceMajor - Variable in class org.jasig.portal.tools.dbloader.DataHandler.Table
 
sinceMinor - Variable in class org.jasig.portal.tools.dbloader.DataHandler.Row
 
sinceMinor - Variable in class org.jasig.portal.tools.dbloader.DataHandler.Table
 
SINGLEQUOTE - Static variable in class org.jasig.portal.channels.cusermanager.provider.DefaultDataHandlerImpl
 
singleton - Static variable in class org.jasig.portal.concurrency.caching.RDBMCachedEntityInvalidationStore
 
singleton() - Static method in class org.jasig.portal.concurrency.caching.RDBMCachedEntityInvalidationStore
 
singleton - Static variable in class org.jasig.portal.concurrency.caching.ReferenceEntityCachingService
 
singleton() - Static method in class org.jasig.portal.concurrency.caching.ReferenceEntityCachingService
 
singleton - Static variable in class org.jasig.portal.concurrency.locking.MemoryEntityLockStore
 
singleton() - Static method in class org.jasig.portal.concurrency.locking.MemoryEntityLockStore
 
singleton - Static variable in class org.jasig.portal.concurrency.locking.RDBMEntityLockStore
 
singleton() - Static method in class org.jasig.portal.concurrency.locking.RDBMEntityLockStore
 
singleton - Static variable in class org.jasig.portal.concurrency.locking.ReferenceEntityLockService
 
singleton() - Static method in class org.jasig.portal.concurrency.locking.ReferenceEntityLockService
 
singleton - Static variable in class org.jasig.portal.EntityTypes
 
singleton() - Static method in class org.jasig.portal.EntityTypes
 
singleton(DataSource) - Static method in class org.jasig.portal.EntityTypes
 
singleton() - Static method in class org.jasig.portal.groups.EntityGroupNameFinder
 
singleton() - Static method in class org.jasig.portal.groups.PersonDirNameFinder
Deprecated. as of uP 2.5 instead use PersonDirNameFinderFactory
singleton - Static variable in class org.jasig.portal.groups.RDBMEntityGroupStore
 
singleton() - Static method in class org.jasig.portal.groups.RDBMEntityGroupStore
 
singleton - Static variable in class org.jasig.portal.groups.RDBMEntityStore
 
singleton() - Static method in class org.jasig.portal.groups.RDBMEntityStore
 
singleton() - Static method in class org.jasig.portal.groups.ReferenceChannelNameFinder
 
singleton - Static variable in class org.jasig.portal.groups.ReferenceGroupService
 
singleton() - Static method in class org.jasig.portal.groups.ReferenceGroupService
 
singleton - Static variable in class org.jasig.portal.groups.ReferencePersonNameFinder
 
singleton() - Static method in class org.jasig.portal.groups.ReferencePersonNameFinder
 
singleton - Static variable in class org.jasig.portal.security.provider.AuthorizationImpl
The static instance of the AuthorizationImpl for purposes of creating a AuthorizationImpl singleton.
singleton() - Static method in class org.jasig.portal.security.provider.AuthorizationImpl
 
singleton - Static variable in class org.jasig.portal.security.provider.RDBMPermissionImpl
 
singleton() - Static method in class org.jasig.portal.security.provider.RDBMPermissionImpl
 
sinkTokenization(StringTokenizer, String, String) - Static method in class org.jasig.portal.UPFileSpec
Sinks tokens back into a string.
size() - Method in class org.jasig.portal.concurrency.caching.ReferenceEntityCache
 
size() - Method in interface org.jasig.portal.concurrency.IEntityCache
Answers the number of entries in the cache.
size() - Method in class org.jasig.portal.container.om.common.ParameterSetImpl
 
size() - Method in class org.jasig.portal.container.om.common.PreferenceSetImpl
 
size() - Method in class org.jasig.portal.container.om.servlet.ServletDefinitionListImpl
Indicates the number of servlet definitions in this list
size() - Method in class org.jasig.portal.container.om.servlet.ServletMappingListImpl
 
size() - Method in class org.jasig.portal.container.om.servlet.TagLibListImpl
 
size() - Method in class org.jasig.portal.container.om.servlet.WelcomeFileListImpl
 
size() - Method in class org.jasig.portal.groups.CompositeEntityIdentifier.NameImpl
 
size() - Method in class org.jasig.portal.groups.CompositeEntityIdentifier
 
size() - Method in class org.jasig.portal.utils.BlockingQueue
 
size() - Method in class org.jasig.portal.utils.BlockingStack
 
size() - Method in class org.jasig.portal.utils.cache.WhirlyCacheCacheFactory.WhirlyCacheMap
 
size() - Method in class org.jasig.portal.utils.SoftHashMap
 
sizeLimit - Static variable in class org.jasig.portal.RequestParamWrapper
 
SKIN_LIST_FILE - Static variable in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState
 
SKINS_PATH - Static variable in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState
 
SKINS_PATH - Static variable in class org.jasig.portal.layout.channels.CSkinSelector
 
skippedEntity(String) - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
 
skippedEntity(String) - Method in class org.jasig.portal.tools.dbloader.TableHandler
 
SKIPPEDENTITY - Static variable in class org.jasig.portal.utils.SAX2BufferImpl
 
skippedEntity(String) - Method in class org.jasig.portal.utils.SAX2BufferImpl
 
skippedEntity(String) - Method in class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Filter a skipped entity event.
smallIcon - Variable in class org.jasig.portal.container.om.servlet.IconImpl
 
SmartCache - Class in org.jasig.portal.utils
The SmartCache class is used to store objects in memory for a specified amount of time.
SmartCache(int) - Constructor for class org.jasig.portal.utils.SmartCache
Instantiate a new SmartCache.
SmartCache() - Constructor for class org.jasig.portal.utils.SmartCache
Instantiate SmartCache with a default expiration timeout of one hour.
SmartCache.ValueWrapper - Class in org.jasig.portal.utils
 
SmartCache.ValueWrapper(Object) - Constructor for class org.jasig.portal.utils.SmartCache.ValueWrapper
 
SmartCache.ValueWrapper(Object, long) - Constructor for class org.jasig.portal.utils.SmartCache.ValueWrapper
 
SoftHashMap - Class in org.jasig.portal.utils
A HashMap implementation that uses soft references, leaving memory management up to the gc.
SoftHashMap(int) - Constructor for class org.jasig.portal.utils.SoftHashMap
Construct a SoftHashMap
SoftHashMap() - Constructor for class org.jasig.portal.utils.SoftHashMap
 
SoftHashMap.KeyReferencePair - Class in org.jasig.portal.utils
An extension of a SoftReference that contains a key by which it was mapped.
SoftHashMap.KeyReferencePair(Object, Object, ReferenceQueue) - Constructor for class org.jasig.portal.utils.SoftHashMap.KeyReferencePair
 
source - Variable in class org.jasig.portal.PortalEvent
Source of the event -- curently either FRAMEWORK or LAYOUT.
sp_cleanUPs - Variable in class org.jasig.portal.GuestUserPreferencesManager
 
sp_layouts - Variable in class org.jasig.portal.GuestUserPreferencesManager
 
specific - Variable in class org.jasig.portal.ErrorID
 
SpringBeanCheck - Class in org.jasig.portal.tools.checks
Check that a particular named Spring bean is defined.
SpringBeanCheck(String, String) - Constructor for class org.jasig.portal.tools.checks.SpringBeanCheck
 
SpringBeanCheck(String) - Constructor for class org.jasig.portal.tools.checks.SpringBeanCheck
 
SpringPresenceCheck - Class in org.jasig.portal.tools.checks
Test that the spring.jar is available on the classpath.
SpringPresenceCheck() - Constructor for class org.jasig.portal.tools.checks.SpringPresenceCheck
 
sqlEscape(String) - Static method in class org.jasig.portal.RDBMServices
Make a string SQL safe
sqlEscape(String) - Static method in class org.jasig.portal.tools.dbloader.DataHandler
Make a string SQL safe
sqlQuote(Object) - Static method in class org.jasig.portal.concurrency.caching.RDBMCachedEntityInvalidationStore
 
sqlQuote(Object) - Static method in class org.jasig.portal.concurrency.locking.RDBMEntityLockStore
 
sqlQuote(Object) - Static method in class org.jasig.portal.groups.RDBMEntityGroupStore
 
sqlQuote(Object) - Static method in class org.jasig.portal.ReferenceSequenceGenerator
 
sqlTimeStamp() - Method in class org.jasig.portal.rdbm.DatabaseMetaDataImpl
 
sqlTimeStamp(long) - Method in class org.jasig.portal.rdbm.DatabaseMetaDataImpl
 
sqlTimeStamp(Date) - Method in class org.jasig.portal.rdbm.DatabaseMetaDataImpl
 
sqlTimeStamp() - Method in interface org.jasig.portal.rdbm.IDatabaseMetadata
SQL TimeStamp format of current time.
sqlTimeStamp(long) - Method in interface org.jasig.portal.rdbm.IDatabaseMetadata
SQL TimeStamp format a long.
sqlTimeStamp(Date) - Method in interface org.jasig.portal.rdbm.IDatabaseMetadata
SQL TimeStamp format a Date.
SqlTransaction - Class in org.jasig.portal.utils
This type is a place to centralize the portal's sql transaction code.
SqlTransaction() - Constructor for class org.jasig.portal.utils.SqlTransaction
SqlTransaction constructor comment.
ss_descripts - Variable in class org.jasig.portal.GuestUserPreferencesManager
 
ssd - Variable in class org.jasig.portal.channels.DLMUserPreferences.GPreferencesState
 
ssd - Variable in class org.jasig.portal.channels.UserPreferences.GPreferencesState
 
ssd - Variable in class org.jasig.portal.GuestUserPreferencesManager.MState
 
ssd - Variable in class org.jasig.portal.UserPreferencesManager
 
ssdCache - Static variable in class org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore
 
SSLFILE - Static variable in interface org.jasig.portal.channels.cusermanager.Constants
Value = "CUserManager.ssl"
sslLocation - Static variable in class org.jasig.portal.channels.CApplet
 
sslLocation - Static variable in class org.jasig.portal.channels.CChannelManager
 
sslLocation - Static variable in class org.jasig.portal.channels.CHeader
 
sslLocation - Static variable in class org.jasig.portal.channels.CImage
 
sslLocation - Static variable in class org.jasig.portal.channels.CInlineFrame
 
sslLocation - Static variable in class org.jasig.portal.channels.CLogin
 
sslLocation - Static variable in class org.jasig.portal.channels.CNumberGuess
 
sslLocation - Static variable in class org.jasig.portal.channels.CPersonAttributes
 
sslLocation - Static variable in class org.jasig.portal.channels.CSecureInfo
 
sslLocation - Static variable in class org.jasig.portal.channels.CSelectSystemProfile
 
sslLocation - Static variable in class org.jasig.portal.channels.CSnoop
 
sslLocation - Static variable in class org.jasig.portal.channels.DLMUserPreferences.CUserPreferences
 
sslLocation - Static variable in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState
 
sslLocation - Static variable in class org.jasig.portal.channels.error.CError
The location of our our .ssl file.
sslLocation - Static variable in class org.jasig.portal.channels.groupsmanager.CGroupsManager
 
sslLocation - Static variable in class org.jasig.portal.channels.iccdemo.CHistory
 
sslLocation - Static variable in class org.jasig.portal.channels.iccdemo.CURLSelector
 
sslLocation - Static variable in class org.jasig.portal.channels.iccdemo.CViewer
 
sslLocation - Variable in class org.jasig.portal.channels.permissionsmanager.CPermissionsManager
 
sslLocation - Static variable in class org.jasig.portal.channels.UserPreferences.CUserPreferences
 
sslLocation - Static variable in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState
 
sslLocation - Static variable in class org.jasig.portal.layout.alm.channels.CContentSubscriber
 
sslLocation - Static variable in class org.jasig.portal.layout.alm.channels.CFragmentManager
 
sslLocation - Static variable in class org.jasig.portal.layout.channels.CSkinSelector
 
sslUri - Variable in class org.jasig.portal.channels.CGenericXSLT.CState
 
sslUri - Variable in class org.jasig.portal.channels.webproxy.CWebProxy.ChannelState
URI of the stylesheet selector this channel will use to select its XSLT.
sslUri - Variable in class org.jasig.portal.layout.channels.locales.CSessionLocalesSelector
 
sslUri - Static variable in class org.jasig.portal.layout.channels.locales.CUserLocalesSelector
 
sslUri - Static variable in class org.jasig.portal.layout.channels.sitemap.CSiteMap
 
ssTitle - Static variable in class org.jasig.portal.channels.CSecureInfo
 
ssTitle - Variable in class org.jasig.portal.channels.error.CError
The title of the stylesheet we should use to render.
ssup - Variable in class org.jasig.portal.UserPreferences
 
stack - Variable in class org.jasig.portal.utils.BlockingStack
 
StackTrace - Class in org.jasig.portal.lang
The StackTrace object represents a single stack frame of information.
StackTrace(String, String, String, int) - Constructor for class org.jasig.portal.lang.StackTrace
Hidden constructor for the StackTrace object.
StackTrace.ParseState - Class in org.jasig.portal.lang
The ParseState class holds the current parsing state.
StackTrace.ParseState(String) - Constructor for class org.jasig.portal.lang.StackTrace.ParseState
Construct a parsing state object with the specified stack trace.
stackTraceToString(Exception) - Static method in class org.jasig.portal.utils.CommonUtils
 
StandaloneChannelRenderer - Class in org.jasig.portal
StandaloneChannelRenderer is meant to be used as a base class for channels that might be rendered outside of the standard user-layout driven scheme.
StandaloneChannelRenderer() - Constructor for class org.jasig.portal.StandaloneChannelRenderer
 
start() - Static method in class org.jasig.portal.services.EntityCachingService
 
start() - Static method in class org.jasig.portal.services.EntityNameFinderService
 
startAnchoring(String) - Method in interface org.jasig.portal.IAnchoringSerializer
Signify that the serializer should begin to append the anchor ID to URLs of its choosing.
startAnchoring(String) - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
 
startAnchoring(String) - Method in class org.jasig.portal.serialize.HTMLSerializer
 
startBuffering() - Method in class org.jasig.portal.utils.SAX2BufferImpl
 
startCaching() - Method in class org.jasig.portal.serialize.CachingHTMLSerializer
When starting caching if we are inside an opening tag the ">" will be written in order for the ">" to be included with the correct cache.
startCaching() - Method in class org.jasig.portal.serialize.CachingOutputStream
 
startCaching() - Method in interface org.jasig.portal.serialize.CachingSerializer
Commands serializer to start caching.
startCaching() - Method in class org.jasig.portal.serialize.CachingWriter
 
startCaching() - Method in class org.jasig.portal.serialize.CachingXHTMLSerializer
When starting caching if we are inside an opening tag the ">" will be written in order for the ">" to be included with the correct cache.
startCaching() - Method in interface org.jasig.portal.serialize.CharacterCachingWriter
 
startCDATA() - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
 
STARTCDATA - Static variable in class org.jasig.portal.utils.SAX2BufferImpl
 
startCDATA() - Method in class org.jasig.portal.utils.SAX2BufferImpl
 
startCDATA() - Method in class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Filter startCDATA event.
startCDATA() - Method in class org.jasig.portal.utils.SAX2FilterImpl
Filter startCDATA event.
startChannelRendering(String) - Method in class org.jasig.portal.ChannelManager
Initiate channel rendering cycle.
startChannelRendering(String, boolean) - Method in class org.jasig.portal.ChannelManager
Initiate channel rendering cycle, possibly disabling timeout.
startDocument() - Method in class org.jasig.portal.ChannelRenderingBuffer
 
startDocument() - Method in class org.jasig.portal.ChannelSAXStreamFilter
 
startDocument() - Method in class org.jasig.portal.CharacterCachingChannelIncorporationFilter
 
startDocument() - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
 
startDocument(String) - Method in class org.jasig.portal.serialize.HTMLSerializer
Called to serialize the document's DOCTYPE by the root element.
startDocument(String) - Method in class org.jasig.portal.serialize.TextSerializer
Called to serialize the document's DOCTYPE by the root element.
startDocument(String) - Method in class org.jasig.portal.serialize.XHTMLSerializer
 
startDocument(String) - Method in class org.jasig.portal.serialize.XMLSerializer
Called to serialize the document's DOCTYPE by the root element.
startDocument() - Method in class org.jasig.portal.tools.dbloader.DataHandler
 
startDocument() - Method in class org.jasig.portal.tools.dbloader.PropertiesHandler
 
startDocument() - Method in class org.jasig.portal.tools.dbloader.TableHandler
 
STARTDOCUMENT - Static variable in class org.jasig.portal.utils.SAX2BufferImpl
 
startDocument() - Method in class org.jasig.portal.utils.SAX2BufferImpl
 
startDocument() - Method in class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Filter a start document event.
startDocument() - Method in class org.jasig.portal.utils.SAX2FilterImpl
Filter a start document event.
startDocument() - Method in class org.jasig.portal.utils.SAXDocumentFilter
 
startDTD(String, String, String) - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
 
STARTDTD - Static variable in class org.jasig.portal.utils.SAX2BufferImpl
 
startDTD(String, String, String) - Method in class org.jasig.portal.utils.SAX2BufferImpl
 
startDTD(String, String, String) - Method in class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Filter startDTD event.
startDTD(String, String, String) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Filter startDTD event.
STARTED_AT - Static variable in class org.jasig.portal.PortalSessionManager
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.car.ChannelDefinitionTagHandler
Handle start element events.
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.car.ChannelTypeTagHandler
Handle start element events.
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.car.ComponentTagHandler
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.car.DatabaseTagHandler
Handle start element events.
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.car.DefaultChanPubInnerHandler
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.car.ExtensionTagHandler
Receives startElement events watching for entry into an extension block so that it can instantiate a declared handler for that block and pass events within the block to that handler.
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.car.ProcessIfTagHandler
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.car.RoutingHandler
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.car.WorkerTagHandler
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.ChannelIncorporationFilter
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.ChannelRenderingBuffer
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.channels.webproxy.CWebProxyWMLURLFilter
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.channels.webproxy.CWebProxyXHTMLURLFilter.FormFilter
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.channels.webproxy.CWebProxyXHTMLURLFilter
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.CharacterCachingChannelIncorporationFilter
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.groups.GroupServiceConfiguration.GroupConfigurationHandler
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.layout.alm.channels.CFragmentManager.ServantSAXFilter
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.layout.alm.tool.FragmentLoader.ConfigFilter
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.layout.immutable.ImmutableUserLayoutSAXFilter
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.layout.TransientUserLayoutManagerWrapper.TransientUserLayoutManagerSAXFilter
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.serialize.HTMLSerializer
 
startElement(String, AttributeList) - Method in class org.jasig.portal.serialize.HTMLSerializer
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.serialize.TextSerializer
 
startElement(String, AttributeList) - Method in class org.jasig.portal.serialize.TextSerializer
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.serialize.XHTMLSerializer
 
startElement(String, AttributeList) - Method in class org.jasig.portal.serialize.XHTMLSerializer
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.serialize.XMLSerializer
 
startElement(String, AttributeList) - Method in class org.jasig.portal.serialize.XMLSerializer
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.services.ExternalServices.ServiceHandler
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.StructureAttributesIncorporationFilter
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.ThemeAttributesIncorporationFilter
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.tools.dbloader.DataHandler
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.tools.dbloader.PropertiesHandler
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.tools.dbloader.TableHandler
 
STARTELEMENT - Static variable in class org.jasig.portal.utils.SAX2BufferImpl
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.utils.SAX2BufferImpl
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.utils.WMLURLFilter
 
startElement(String, String, String, Attributes) - Method in class org.jasig.portal.utils.XHTMLURLFilter
 
startEntity(String) - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
 
STARTENTITY - Static variable in class org.jasig.portal.utils.SAX2BufferImpl
 
startEntity(String) - Method in class org.jasig.portal.utils.SAX2BufferImpl
 
startEntity(String) - Method in class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Filter startEntity event.
startEntity(String) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Filter startEntity event.
startMethod - Variable in class org.jasig.portal.services.ExternalServices.ServiceItem
 
startNonEscaping() - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
 
startPrefixMapping(String, String) - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
 
startPrefixMapping(String, String) - Method in class org.jasig.portal.tools.dbloader.TableHandler
 
STARTPREFIXMAPPING - Static variable in class org.jasig.portal.utils.SAX2BufferImpl
 
startPrefixMapping(String, String) - Method in class org.jasig.portal.utils.SAX2BufferImpl
 
startPrefixMapping(String, String) - Method in class org.jasig.portal.utils.SAX2DuplicatingFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class org.jasig.portal.utils.SAX2FilterImpl
Filter a start Namespace prefix mapping event.
startPreserving() - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
 
startRD - Variable in class org.jasig.portal.channels.groupsmanager.CGroupsManagerSessionData
 
startRD - Variable in class org.jasig.portal.channels.permissionsmanager.PermissionsSessionData
 
startRendering() - Method in class org.jasig.portal.ChannelRenderer
Start rendering of the channel in a new thread.
startRendering(SetCheckInSemaphore, Object) - Method in class org.jasig.portal.ChannelRenderer
 
startRendering() - Method in interface org.jasig.portal.IChannelRenderer
Starts the channel rendering process.
startRendering(SetCheckInSemaphore, Object) - Method in interface org.jasig.portal.IChannelRenderer
Starts the channel rendering process.
startRenderingCycle(HttpServletRequest, HttpServletResponse, UPFileSpec) - Method in class org.jasig.portal.ChannelManager
Signals the start of a new rendering cycle.
STARTS_WITH - Static variable in interface org.jasig.portal.groups.IGroupConstants
 
STARTS_WITH - Static variable in class org.jasig.portal.layout.dlm.providers.AttributeEvaluator
 
startServices - Static variable in class org.jasig.portal.Errors
 
startServices(Context) - Static method in class org.jasig.portal.services.ExternalServices
 
startsWith(Name) - Method in class org.jasig.portal.groups.CompositeEntityIdentifier.NameImpl
 
startTime - Variable in class org.jasig.portal.ChannelRenderer
 
startUp() - Static method in class org.jasig.portal.services.GroupService
 
state - Variable in class org.jasig.portal.channels.CChannelManager
 
stateLock - Variable in class org.jasig.portal.container.services.information.PortletWindowStateInfo
 
statementTerminator - Variable in class org.jasig.portal.tools.dbloader.Configuration
 
stateTable - Variable in class org.jasig.portal.channels.CGenericXSLT
 
stateTable - Variable in class org.jasig.portal.channels.webproxy.CWebProxy
 
stateTable - Variable in class org.jasig.portal.GuestUserInstance
 
stateTable - Variable in class org.jasig.portal.GuestUserPreferencesManager
 
staticChannels - Static variable in class org.jasig.portal.ChannelFactory
table of multithreaded channels
staticData - Variable in class org.jasig.portal.channels.BaseChannel
 
staticData - Variable in class org.jasig.portal.channels.BaseMultithreadedChannel.ChannelState
 
staticData - Variable in class org.jasig.portal.channels.CAbstractXslt
The ChannelStaticData.
staticData - Variable in class org.jasig.portal.channels.CLogin
 
staticData - Variable in class org.jasig.portal.channels.CNumberGuess
 
staticData - Variable in class org.jasig.portal.channels.DLMUserPreferences.CUserPreferences
 
staticData - Variable in class org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState
 
staticData - Variable in class org.jasig.portal.channels.groupsmanager.CGroupsManagerSessionData
 
staticData - Variable in class org.jasig.portal.channels.permissionsmanager.PermissionsSessionData
 
staticData - Variable in class org.jasig.portal.channels.portlet.ChannelState
 
staticData - Variable in class org.jasig.portal.channels.UserPreferences.CUserPreferences
 
staticData - Variable in class org.jasig.portal.channels.UserPreferences.TabColumnPrefsState
 
staticData - Variable in class org.jasig.portal.security.LocalConnectionContext
 
staticData - Variable in class org.jasig.portal.security.provider.cas.CasConnectionContext
 
staticInfoProvider - Static variable in class org.jasig.portal.container.services.information.DynamicInformationProviderImpl
 
staticInfoProvider - Static variable in class org.jasig.portal.container.services.information.InformationProviderServiceImpl
 
StaticInformationProviderImpl - Class in org.jasig.portal.container.services.information
Implementation of Apache Pluto StaticInformationProvider.
StaticInformationProviderImpl() - Constructor for class org.jasig.portal.container.services.information.StaticInformationProviderImpl
 
STATS_RECORDER - Static variable in class org.jasig.portal.services.StatsRecorder
 
STATS_RECORDER_FACTORY_CLASS_NAME_PROPERTY - Static variable in class org.jasig.portal.services.stats.LegacyStatsRecorderFactory
The name of the PropertiesManager managed property the value of which will be the name of the class implementing IStatsRecorderFactory that we should instantiate and use to get the desired IStatsRecorder.
statsRecorder - Variable in class org.jasig.portal.services.stats.StatsRecorderWorkerTask
 
StatsRecorder - Class in org.jasig.portal.services
Static cover for the primary instance of IStatsRecorder.
StatsRecorder() - Constructor for class org.jasig.portal.services.StatsRecorder
 
StatsRecorderFlagsImpl - Class in org.jasig.portal.services.stats
Mutable JavaBean implementation of IStatsRecorderFlags.
StatsRecorderFlagsImpl() - Constructor for class org.jasig.portal.services.stats.StatsRecorderFlagsImpl
 
StatsRecorderLayoutEventListener - Class in org.jasig.portal.services.stats
Listens to events generated by an IUserLayoutManager.
StatsRecorderLayoutEventListener(IPerson, UserProfile) - Constructor for class org.jasig.portal.services.stats.StatsRecorderLayoutEventListener
Constructor for StatsRecorderLayoutEventListener.
StatsRecorderSettings - Class in org.jasig.portal.services.stats
This class is responsible for maintaining the on/off settings for each type of portal event that the StatsRecorder can record.
StatsRecorderSettings() - Constructor for class org.jasig.portal.services.stats.StatsRecorderSettings
Constructor with private access so that StatsRecorderSettings maintains only one instance of itself.
StatsRecorderWorkerTask - Class in org.jasig.portal.services.stats
Base class for all stats recorder worker tasks to extend.
StatsRecorderWorkerTask() - Constructor for class org.jasig.portal.services.stats.StatsRecorderWorkerTask
 
stepID - Variable in class org.jasig.portal.channels.CChannelManager
 
steps - Variable in class org.jasig.portal.channels.CChannelManager.WorkflowSection
 
stmt - Variable in class org.jasig.portal.RDBMServices.PreparedStatement
Deprecated.  
stmtBuffer - Variable in class org.jasig.portal.tools.dbloader.TableHandler
 
stopAnchoring() - Method in interface org.jasig.portal.IAnchoringSerializer
Signify that anchoring is no longer desired by the serializer.
stopAnchoring() - Method in class org.jasig.portal.serialize.BaseMarkupSerializer
 
stopAnchoring() - Method in class org.jasig.portal.serialize.HTMLSerializer
 
stopBuffering() - Method in class org.jasig.portal.utils.SAX2BufferImpl
 
stopCaching() - Method in class org.jasig.portal.serialize.CachingHTMLSerializer
When stopping caching if we are inside an opening tag the ">" will be written in order for the ">" to be included with the correct cache.
stopCaching() - Method in class org.jasig.portal.serialize.CachingOutputStream
 
stopCaching() - Method in interface org.jasig.portal.serialize.CachingSerializer
Commands serializer to stop caching.
stopCaching() - Method in class org.jasig.portal.serialize.CachingWriter
 
stopCaching() - Method in class org.jasig.portal.serialize.CachingXHTMLSerializer
When stopping caching if we are inside an opening tag the ">" will be written in order for the ">" to be included with the correct cache.
stopCaching() - Method in interface org.jasig.portal.serialize.CharacterCachingWriter
 
stopRequest() - Method in class org.jasig.portal.utils.ThreadPoolWorker
 
stopWhenAuthenticated - Static variable in class org.jasig.portal.security.provider.ChainingSecurityContext
 
stopWorker(ThreadPoolWorker) - Method in class org.jasig.portal.utils.ThreadPool
Signals the worker that it try to interrupt the current job and quit.
store() - Method in class org.jasig.portal.container.om.entity.PortletEntityImpl
 
store() - Method in class org.jasig.portal.container.om.portlet.PortletDefinitionImpl
 
store - Static variable in class org.jasig.portal.layout.channels.CSkinSelector
 
store - Variable in class org.jasig.portal.layout.dlm.DistributedLayoutManager
 
store - Variable in class org.jasig.portal.layout.simple.SimpleUserLayoutManager
 
store(PortalException) - Static method in class org.jasig.portal.ProblemsTable
Store a PortalException in the tables.
store - Variable in class org.jasig.portal.services.EntityPropertyRegistry
 
storeCookieHeader(HttpURLConnection, String, String, String) - Method in class org.jasig.portal.utils.CookieCutter
Parses the cookie headers and stores the cookies in the cookies Vector.
StoredServletResponseImpl - Class in org.jasig.portal.container.servlet
 
StoredServletResponseImpl(HttpServletResponse, PrintWriter) - Constructor for class org.jasig.portal.container.servlet.StoredServletResponseImpl
 
storePrecedence - Variable in class org.jasig.portal.services.EntityPropertyRegistry
 
storeProperty(EntityIdentifier, String, String) - Method in interface org.jasig.portal.services.entityproperties.IEntityPropertyStore
 
storeProperty(EntityIdentifier, String, String) - Method in class org.jasig.portal.services.entityproperties.RDBMPropertyStore
 
storeProperty(EntityIdentifier, String, String) - Static method in class org.jasig.portal.services.EntityPropertyRegistry
 
storeSingleton() - Static method in class org.jasig.portal.groups.PersonDirNameFinderFactory
Intantiates the static singleton field PERSON_DIR_NAME_FINDER_INSTANCE.
str_channelSubscribeId - Variable in class org.jasig.portal.channels.CSecureInfo
 
STRING_ARRAY - Static variable in class org.jasig.portal.car.CarResources
 
StringEqualsIgnoreCaseTester - Class in org.jasig.portal.groups.pags.testers
Tests an IPerson attribute for String equality regardless of case and answers true if any of the possibly multiple values of the attribute equals the test value.
StringEqualsIgnoreCaseTester(String, String) - Constructor for class org.jasig.portal.groups.pags.testers.StringEqualsIgnoreCaseTester
 
StringEqualsTester - Class in org.jasig.portal.groups.pags.testers
Tests an IPerson attribute for String equality and answers true if any of the possibly multiple values of the attribute equals the test value.
StringEqualsTester(String, String) - Constructor for class org.jasig.portal.groups.pags.testers.StringEqualsTester
 
stringOID - Variable in class org.jasig.portal.container.om.common.ObjectIDImpl
 
StringTester - Class in org.jasig.portal.groups.pags.testers
Abstract class tests a possibly multi-valued attribute against a test value.
StringTester(String, String) - Constructor for class org.jasig.portal.groups.pags.testers.StringTester
 
stringToMode(String) - Method in class org.jasig.portal.container.services.information.PortletWindowStateInfo
Utility to converting PortletMode string names to objects.
stringToState(String) - Method in class org.jasig.portal.container.services.information.PortletWindowStateInfo
Utility to converting WindowState string names to objects.
stringValueOf(Locale[]) - Static method in class org.jasig.portal.i18n.LocaleManager
Constructs a comma-delimited list of locales that could be parsed back into a Locale array with parseLocales(String localeStringList).
stripNodes(Node) - Method in class org.jasig.portal.tools.SimpleLayout2ALIM
 
strToBool(String) - Method in class org.jasig.portal.layout.restrictions.alm.BooleanRestriction
 
strToBool(String) - Static method in class org.jasig.portal.utils.CommonUtils
This method returns the boolean value for the given String representation ("true"-"false").
STRUCT - Static variable in class org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore
 
struct_ss_id - Variable in class org.jasig.portal.UserProfile
 
structId - Variable in class org.jasig.portal.layout.LayoutStructure
The ID of this LayoutStructure.
STRUCTURE_PREFS - Static variable in class org.jasig.portal.layout.dlm.Constants
 
StructureAttributesIncorporationFilter - Class in org.jasig.portal
Filter incorporating channel and folder attributes for the structure transformation
StructureAttributesIncorporationFilter(ContentHandler, StructureStylesheetUserPreferences) - Constructor for class org.jasig.portal.StructureAttributesIncorporationFilter
 
StructureAttributesIncorporationFilter(XMLReader, StructureStylesheetUserPreferences) - Constructor for class org.jasig.portal.StructureAttributesIncorporationFilter
 
StructureParameter - Class in org.jasig.portal.layout
This class began its life as a public inner class of RDBMUserLayoutStore.
StructureParameter(String, String) - Constructor for class org.jasig.portal.layout.StructureParameter
Create a new StructureParameter instance representing the given name, value pair.
StructureStylesheetDescription - Class in org.jasig.portal
Stylesheet description for stylesheets performing structure transformation
StructureStylesheetDescription() - Constructor for class org.jasig.portal.StructureStylesheetDescription
 
structureStylesheetId - Variable in class org.jasig.portal.layout.dlm.UserView
 
structureStylesheetId - Variable in class org.jasig.portal.ThemeStylesheetDescription
 
StructureStylesheetUserPreferences - Class in org.jasig.portal
User preferences for stylesheets performing structure transformation
StructureStylesheetUserPreferences() - Constructor for class org.jasig.portal.StructureStylesheetUserPreferences
 
StructureStylesheetUserPreferences(StructureStylesheetUserPreferences) - Constructor for class org.jasig.portal.StructureStylesheetUserPreferences
 
StructureStylesheetUserPreferences(ThemeStylesheetUserPreferences) - Constructor for class org.jasig.portal.StructureStylesheetUserPreferences
If instantiated with a theme stylesheet this object will be used only for theme type work and so don't instantiate the variables added by this class.
structUserPrefs - Variable in class org.jasig.portal.layout.dlm.UserView
 
StubPersonAttributeDao - Class in org.jasig.portal.services.persondir.support
A stub IPersonAttributeDao to be used for testing.
StubPersonAttributeDao() - Constructor for class org.jasig.portal.services.persondir.support.StubPersonAttributeDao
 
STYLESHEET_FILE - Static variable in class org.jasig.portal.layout.dlm.channels.guide.DlmIntroChannel
 
StylesheetDescription - Class in org.jasig.portal
Combines all of the information required to describe an XSLT stylesheet.
StylesheetDescription() - Constructor for class org.jasig.portal.StylesheetDescription
 
StylesheetDescription(String, String) - Constructor for class org.jasig.portal.StylesheetDescription
 
StylesheetDescription(String, String, String, String, String, boolean) - Constructor for class org.jasig.portal.StylesheetDescription
 
StylesheetDescription(ProcessingInstruction) - Constructor for class org.jasig.portal.StylesheetDescription
 
StylesheetDescription(String) - Constructor for class org.jasig.portal.StylesheetDescription
 
StylesheetDescription.PIAttributes - Class in org.jasig.portal
Parses a processing instruction's (PI) attributes for easy retrieval.
StylesheetDescription.PIAttributes(String) - Constructor for class org.jasig.portal.StylesheetDescription.PIAttributes
 
StylesheetDescription.PIAttributes(ProcessingInstruction) - Constructor for class org.jasig.portal.StylesheetDescription.PIAttributes
Constructor.
stylesheetDescriptionURI - Variable in class org.jasig.portal.CoreStylesheetDescription
 
stylesheetId - Variable in class org.jasig.portal.CoreStylesheetDescription
 
stylesheetName - Variable in class org.jasig.portal.CoreStylesheetDescription
 
stylesheetParams - Variable in class org.jasig.portal.utils.XSLT
 
stylesheetRootCache - Static variable in class org.jasig.portal.utils.XSLT
 
stylesheetRootCacheEnabled - Static variable in class org.jasig.portal.utils.XSLT
 
StylesheetSet - Class in org.jasig.portal
A tool for managing a collection of stylesheets.
StylesheetSet() - Constructor for class org.jasig.portal.StylesheetSet
 
StylesheetSet(ContentHandler) - Constructor for class org.jasig.portal.StylesheetSet
Create a SAX filter that will pick up stylesheet bindings in a document that's processed through this filter.
StylesheetSet(String) - Constructor for class org.jasig.portal.StylesheetSet
Creates a new StylesheetSet instance given a .ssl file URI.
StylesheetSet.OrderedProps - Class in org.jasig.portal
COPIED FROM XALAN SOURCE Stores the keys and values from a file (similar to a properties file) and can return the first value which has a key contained in its string.
StylesheetSet.OrderedProps(InputStream) - Constructor for class org.jasig.portal.StylesheetSet.OrderedProps
Constructor.
stylesheetSetCache - Static variable in class org.jasig.portal.utils.XSLT
 
stylesheetSetCacheEnabled - Static variable in class org.jasig.portal.utils.XSLT
 
stylesheetURI - Variable in class org.jasig.portal.CoreStylesheetDescription
 
StylesheetUserPreferences - Class in org.jasig.portal
Description of user preferences that are common to all of the core stylesheets
StylesheetUserPreferences() - Constructor for class org.jasig.portal.StylesheetUserPreferences
 
StylesheetUserPreferences(StylesheetUserPreferences) - Constructor for class org.jasig.portal.StylesheetUserPreferences
 
stylesheetWordDescription - Variable in class org.jasig.portal.CoreStylesheetDescription
 
subConfigs - Variable in class org.jasig.portal.security.ContextConfiguration
 
subgroups - Variable in class org.jasig.portal.groups.ldap.LDAPGroupStore.GroupShadow
 
subject - Variable in class org.jasig.portal.security.provider.JAASSubject
 
SUBSCRIBE_PREFIX - Static variable in class org.jasig.portal.layout.TransientUserLayoutManagerWrapper
 
SUBSCRIBER_ACTIVITY - Static variable in class org.jasig.portal.ChannelRegistryManager
 
SUBSCRIBER_ACTIVITY - Static variable in class org.jasig.portal.tools.chanpub.ChannelPublisher
 
subsets - Variable in class org.jasig.portal.groups.ldap.LDAPGroupStore.EntitySet
 
substitute - Variable in class org.jasig.portal.utils.SubstitutionIntegerFilter
 
SUBSTITUTE_PERIOD - Static variable in class org.jasig.portal.groups.filesystem.FileSystemGroupStore
 
SubstitutionIntegerFilter - Class in org.jasig.portal.utils
Performs substitution operation on a stream of integer write requests.
SubstitutionIntegerFilter(Writer, char[], char[]) - Constructor for class org.jasig.portal.utils.SubstitutionIntegerFilter
Creates a new SubstitutionIntegerFilter instance.
SubstitutionIntegerFilter(Writer, char[], char[], int) - Constructor for class org.jasig.portal.utils.SubstitutionIntegerFilter
Creates a new SubstitutionIntegerFilter instance.
SubstitutionServletOutputStream - Class in org.jasig.portal.utils
A filter presenting a ServletOutputStream that performs word substitution (search&replace) on the fly.
SubstitutionServletOutputStream(ServletOutputStream, byte[], byte[]) - Constructor for class org.jasig.portal.utils.SubstitutionServletOutputStream
Creates a new SubstitutionServletOutputStream instance.
SubstitutionServletOutputStream(ServletOutputStream, byte[], byte[], int) - Constructor for class org.jasig.portal.utils.SubstitutionServletOutputStream
Creates a new SubstitutionServletOutputStream instance.
SubstitutionWriter - Class in org.jasig.portal.utils
A filter presenting a Writer that performs word substitution (search&replace) on the fly.
SubstitutionWriter(Writer, char[], char[], int) - Constructor for class org.jasig.portal.utils.SubstitutionWriter
Creates a new SubstitutionWriter instance.
SubstitutionWriter(Writer, char[], char[]) - Constructor for class org.jasig.portal.utils.SubstitutionWriter
Creates a new SubstitutionWriter instance.
SUBTRACT - Static variable in class org.jasig.portal.groups.ldap.LDAPGroupStore.EntitySet
 
success - Variable in class org.jasig.portal.tools.checks.CheckResult
True if this CheckResult represents a successful result.
successful - Variable in class org.jasig.portal.ChannelRenderer.Worker
 
successful() - Method in class org.jasig.portal.ChannelRenderer.Worker
 
successful - Variable in class org.jasig.portal.tools.ChannelServlet.Worker
 
successful() - Method in class org.jasig.portal.tools.ChannelServlet.Worker
 
successResult - Variable in class org.jasig.portal.tools.checks.ClassPresenceCheck
The CheckResult we will return if our target class is present.
sum - Variable in class org.jasig.portal.utils.MovingAverage
 
supportedPortletModes - Variable in class org.jasig.portal.container.services.information.PortalContextProviderImpl
 
supportedWindowStates - Variable in class org.jasig.portal.container.services.information.PortalContextProviderImpl
 
supports(Class) - Method in class org.jasig.portal.channels.error.error2xml.AuthorizationExceptionToElement
 
supports(Class) - Method in class org.jasig.portal.channels.error.error2xml.DelegatingThrowableToElement
 
supports(Class) - Method in class org.jasig.portal.channels.error.error2xml.InternalTimeoutExceptionToElement
 
supports(Class) - Method in interface org.jasig.portal.channels.error.error2xml.IThrowableToElement
Returns true if the implementation knows how to translate an instance of the given class into an Element (throwableToElement() will return non-null) for instances of the class, which must extend Throwable).
supports(Class) - Method in class org.jasig.portal.channels.error.error2xml.ResourceMissingExceptionToElement
 
supports(Class) - Method in class org.jasig.portal.channels.error.error2xml.ThrowableToElement
 
supportSetCookie2 - Variable in class org.jasig.portal.utils.CookieCutter
 
supportsOuterJoins() - Method in class org.jasig.portal.rdbm.DatabaseMetaDataImpl
 
supportsOuterJoins() - Method in interface org.jasig.portal.rdbm.IDatabaseMetadata
Returns true if the database server supports outer joins.
supportsPortletMode(PortletMode) - Method in class org.jasig.portal.container.om.portlet.ContentTypeImpl
 
supportsPortletMode(PortletMode) - Method in class org.jasig.portal.container.om.portlet.ContentTypeSetImpl
 
supportsPreparedStatements - Variable in class org.jasig.portal.rdbm.DatabaseMetaDataImpl
 
supportsPreparedStatements() - Method in class org.jasig.portal.rdbm.DatabaseMetaDataImpl
 
supportsPreparedStatements() - Method in interface org.jasig.portal.rdbm.IDatabaseMetadata
Returns true if the database server supports prepared statements.
supportsPreparedStatements - Variable in class org.jasig.portal.tools.dbloader.DataHandler
 
supportsPreparedStatements(Configuration) - Static method in class org.jasig.portal.tools.dbloader.DataHandler
 
supportsTransactions - Variable in class org.jasig.portal.rdbm.DatabaseMetaDataImpl
 
supportsTransactions() - Method in class org.jasig.portal.rdbm.DatabaseMetaDataImpl
 
supportsTransactions() - Method in interface org.jasig.portal.rdbm.IDatabaseMetadata
Returns true if the database server supports transactions.
svcDescriptor - Variable in class org.jasig.portal.groups.GroupServiceConfiguration.GroupConfigurationHandler
 
svcHandler - Variable in class org.jasig.portal.services.ExternalServices
 
svcItem - Variable in class org.jasig.portal.services.ExternalServices.ServiceHandler
 
sweepCache() - Method in class org.jasig.portal.concurrency.caching.LRUCache
Sweep the cache until it gets back under maxSize.
sweepCache() - Method in class org.jasig.portal.utils.SmartCache
Removes from the cache values which have expired.
sweepIntervalMillis - Variable in class org.jasig.portal.concurrency.caching.ReferenceEntityCache
 
SYNC_OBJECT - Static variable in class org.jasig.portal.RDBMServices
 
synchronizeGroupMembersOnDelete(IEntityGroup) - Method in class org.jasig.portal.groups.ReferenceIndividualGroupService
Remove the back pointers of the group members of the deleted group.
synchronizeGroupMembersOnUpdate(IEntityGroup) - Method in class org.jasig.portal.groups.ReferenceIndividualGroupService
Adjust the back pointers of the updated group members to either add or remove the parent group.
synchronizeWithUserLayoutXML(Document) - Method in class org.jasig.portal.UserPreferences
 
system - Variable in class org.jasig.portal.UserProfile
 
SYSTEM_CHANNEL_CACHE_MIN_SIZE - Static variable in class org.jasig.portal.ChannelManager
 
SYSTEM_CHARACTER_BLOCK_CACHE_MIN_SIZE - Static variable in class org.jasig.portal.UserInstance
 
SYSTEM_KEY_SCOPE - Static variable in class org.jasig.portal.ChannelCacheKey
Specifies that the cache is accessable by all instances of that channel class.
SYSTEM_XSLT_CACHE_MIN_SIZE - Static variable in class org.jasig.portal.UserInstance
 
systemBuffers - Variable in class org.jasig.portal.CharacterCacheEntry
 
systemCache - Static variable in class org.jasig.portal.ChannelManager
 
systemCache - Static variable in class org.jasig.portal.ChannelRenderer
 
systemCache - Variable in class org.jasig.portal.UserInstance
 
systemCacheId - Static variable in class org.jasig.portal.channels.CGenericXSLT
 
systemCacheId - Static variable in class org.jasig.portal.channels.CLogin
 
systemCacheId - Static variable in class org.jasig.portal.channels.webproxy.CWebProxy
 
systemCacheKey - Static variable in class org.jasig.portal.channels.portlet.CPortletAdapter
 
systemCCacheBlocks - Variable in class org.jasig.portal.CharacterCachingChannelIncorporationFilter
 
systemCharacterCache - Variable in class org.jasig.portal.UserInstance
 
systemDefaultUser - Variable in class org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore
 
systemDefaultUserLoaded - Variable in class org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore
 
systemExpandStates - Variable in class org.jasig.portal.channels.DLMUserPreferences.ManageProfilesState
 
systemExpandStates - Variable in class org.jasig.portal.channels.UserPreferences.ManageProfilesState
 
systemProfileList - Variable in class org.jasig.portal.channels.CSelectSystemProfile
 
systemProfileList - Variable in class org.jasig.portal.channels.DLMUserPreferences.ManageProfilesState
 
systemProfileList - Variable in class org.jasig.portal.channels.UserPreferences.ManageProfilesState
 
systemUser - Variable in class org.jasig.portal.layout.simple.RDBMUserLayoutStore
 
systemUser - Variable in class org.jasig.portal.tools.chanpub.ChannelPublisher
 

A B C D E F G H I J K L M N O P Q R S T U V W X _