A C D E F G H I L M N O P R S T U V W X Y

S

SameContentHyperlink - Static variable in class com.cassinidivision.oce.content.C_ContentHyperlink
 
SameContentHyperlink - Static variable in class com.cassinidivision.oce.htmlrepresentation.C_ContentHyperlink_HTML
 
SchemaHelper - class com.cassinidivision.core.eoaccess.SchemaHelper.
SQL Generation utility methods.
SchemaHelper() - Constructor for class com.cassinidivision.core.eoaccess.SchemaHelper
 
SiteSectionCommonInterface - interface com.cassinidivision.oce.navigation.SiteSectionCommonInterface.
An interface for common functionality provided by both web site and section object instances.
SiteTemplateHolder - class com.cassinidivision.oce.rendering.SiteTemplateHolder.
A template responsible for rendering the site-wide (common) portions of a page around the rendered page-specific components.
SiteTemplateHolder(WOContext) - Constructor for class com.cassinidivision.oce.rendering.SiteTemplateHolder
 
StringHelper - class com.cassinidivision.core.cassinijava.StringHelper.
A suite of handy String utilities.
StringHelper() - Constructor for class com.cassinidivision.core.cassinijava.StringHelper
 
String_CookieHelper - class com.cassinidivision.core.appserver.String_CookieHelper.
Cookie-handling utilities for String instances.
String_CookieHelper() - Constructor for class com.cassinidivision.core.appserver.String_CookieHelper
 
String_EMailAddressHelper - class com.cassinidivision.core.foundation.String_EMailAddressHelper.
Email-related utilities for strings.
String_EMailAddressHelper() - Constructor for class com.cassinidivision.core.foundation.String_EMailAddressHelper
 
saveStateDictionaryForRequest(WORequest, WOResponse) - Method in class com.cassinidivision.oce.rendering.OCESession
Save current state information to the persistent session store.
sectionForRequest(WORequest, EOEditingContext, N_WebSite) - Static method in class com.cassinidivision.oce.rendering.URLParser
Retrieve the current OCE section relating to the request received.
sectionPath() - Method in class com.cassinidivision.oce.navigation.N_Section
Builds the path to this section, including the names of all parents, delimiting the names with "/".
sectionTemplate() - Method in class com.cassinidivision.oce.navigation.N_Section
Locates the template to use when rendering this section.
sectionURLFrom404URL(String) - Static method in class com.cassinidivision.oce.rendering.URLParser
Retrieve the "section" portion of the URL from the full URL provided (the portion of URL before the URL handler information).
sectionURLFromRequest(WORequest) - Static method in class com.cassinidivision.oce.rendering.URLParser
Retrieve the "section" portion of the URL from the request (the portion of URL before the URL handler information).
sectionWithMetaSection(C_MetaSection, EOEditingContext) - Static method in class com.cassinidivision.oce.navigation.N_Section
Loads and returns one of the sections which is granted the given metasection.
sectionWithMetaSectionInSite(C_MetaSection, N_WebSite, EOEditingContext) - Static method in class com.cassinidivision.oce.navigation.N_Section
Loads and returns one of the sections in the given site which is granted the given metasection.
sectionWithName(String) - Method in class com.cassinidivision.oce.navigation.N_WebSite
Locates the first section with the given name within this site.
sectionWithSectionPath(String) - Method in class com.cassinidivision.oce.navigation.N_WebSite
Locates and returns the section with the given path.
sectionWithSectionPathInSite(String, N_WebSite, EOEditingContext) - Static method in class com.cassinidivision.oce.navigation.N_Section
Retrieves the section for the given section path and site, using the given editing context.
sectionsWithIndexFeature(C_Feature, EOEditingContext) - Method in class com.cassinidivision.oce.navigation.N_Section
Fetches and returns all sections which use the given feature as their index feature.
sectionsWithMetaSection(C_MetaSection) - Method in class com.cassinidivision.oce.navigation.N_WebSite
Fetches all sections allowing the given metasection, using the editing context of the receiver.
sectionsWithMetaSectionInEditingContext(C_MetaSection, EOEditingContext) - Method in class com.cassinidivision.oce.navigation.N_WebSite
Fetches all sections allowing the given metasection.
sectionsWithMetaSections(NSArray) - Method in class com.cassinidivision.oce.navigation.N_WebSite
Fetches the complete list of sections which are granted any of the given metasections.
selfAndAllChildren() - Method in class com.cassinidivision.oce.content.C_ContentContainer
Retrieve an array consisting of the receiver and all the children.
selfAndAllLoadedChildren() - Method in class com.cassinidivision.oce.content.C_Content
Retrieve the receiver all related child content.
selfAndAllLoadedChildren() - Method in class com.cassinidivision.oce.content.C_ContentContainer
Retrieve an array consisting of the receiver and all children that were previously fetched from the database.
selfAndAllParents() - Method in class com.cassinidivision.oce.navigation.N_Section
Builds a list containing this object and all ancestors in the section tree.
selfOrSomeDescendantPublished() - Method in class com.cassinidivision.oce.content.C_Content
Uncover if the receiver or any descendent children have been published.
selfOrSomeDescendantPublished() - Method in class com.cassinidivision.oce.content.C_ContentContainer
Extends the super implementation to check if any children were published.
selfOrSomeDescendantPublished() - Method in class com.cassinidivision.oce.content.C_PageVersion
 
sendURLTo(String, String, NSArray, String, String) - Static method in class com.cassinidivision.core.appserver.InterAppComms
Transmit an HTTP request with the details provided to a remote WebObjects application instance.
sendURLTo(String, String, NSArray) - Static method in class com.cassinidivision.core.appserver.InterAppComms
Transmit an HTTP request with the details provided to a WebObjects application instance running on the current host (localhost).
setConfigDict(NSDictionary) - Method in class com.cassinidivision.oce.content.XMLSerializationController
Sets the configuration dictionary for the target.
setCookieValueWithKey(String, String, WOResponse) - Static method in class com.cassinidivision.core.appserver.WOResponse_Cookies
Set a cookie value in a HTTP response message (convenience method).
setCookieValueWithKeyAndExpiryDate(String, String, NSTimestamp, WOResponse) - Static method in class com.cassinidivision.core.appserver.WOResponse_Cookies
Set a cookie value in a HTTP response message, set to expire at the given date (convenience method).
setCookieValueWithKeyAndExpiryDateAndPath(String, String, NSTimestamp, String, WOResponse) - Static method in class com.cassinidivision.core.appserver.WOResponse_Cookies
Set a cookie value in a HTTP response message, with the given path and expiry date information (convenience method).
setCookieValueWithKeyAndPath(String, String, String, WOResponse) - Method in class com.cassinidivision.core.appserver.WOResponse_Cookies
Set a cookie value in a HTTP response message, with the given path information (convenience method).
setCoverPassword(String) - Method in class com.cassinidivision.oce.users.U_Actor
Specify an actor's unencrypted password (which will be stored encrypted).
setCurrentlyActive(boolean) - Method in class com.cassinidivision.oce.users.U_Actor
Set the status of the actor (active or disabled).
setDataPropertyFromDictionary(String, NSDictionary) - Method in class com.cassinidivision.oce.content.C_Content
Sets one NSData-type instance variable in the receiver to the appropriate value from the dictionary.
setDatePropertyFromDictionary(String, NSDictionary) - Method in class com.cassinidivision.oce.content.C_Content
Sets one Date-type instance variable in the receiver to the appropriate value from the dictionary.
setFeatureForIndexUrlEO(C_Feature, EOEnterpriseObject) - Static method in class com.cassinidivision.oce.navigation.N_NavigationUtilities
Given a feature and an enterprise object with the "indexURL" key, sets the indexURL to the URL of the given feature.
setIndexURL(String) - Method in class com.cassinidivision.oce.navigation.N_WebSite
Sets the index URL for the top-level section.
setMetaSectionsFromPList(NSDictionary) - Method in class com.cassinidivision.oce.content.C_Feature
Called during XML import: sets the metaSection relationships from information contained in the dictionary.
setNumberPropertyFromDictionary(String, NSDictionary) - Method in class com.cassinidivision.oce.content.C_Content
Sets one Number-type instance variable in the receiver to the appropriate value from the dictionary.
setObjectForKey(Object, String) - Method in class com.cassinidivision.core.foundation.CassiniExpiringDictionary
Associate an object with a key value in the dictionary.
setPageComponentIteration(C_PageComponent) - Method in class com.cassinidivision.oce.rendering.OCEFeatureTemplate
 
setPersistentSessionStore(String) - Static method in class com.cassinidivision.oce.rendering.OCESession
Change the filesystem location of the persistent session store directory.
setPreviewTemplate(String) - Method in class com.cassinidivision.oce.rendering.OCESession
Set the current previewing template to use (by name).
setProcessArgs(String[]) - Static method in class com.cassinidivision.core.appserver.EOImportExportApplication
Specify a set of import/export arguments to be processed.
setRenderingFormatter(RenderingFormatter) - Method in class com.cassinidivision.oce.rendering.OCESession
Change the current top-level rendering formatter.
setSingleMetaSection(C_MetaSection) - Method in class com.cassinidivision.oce.content.C_Feature
Sets the metasections relationship to point to only a single metasection.
setStringCaption(String) - Method in class com.cassinidivision.oce.content.C_Image
Set the image caption from a string value.
setStringPropertyFromDictionary(String, NSDictionary) - Method in class com.cassinidivision.oce.content.C_Content
Sets one String-type instance variable in the receiver to the appropriate value from the dictionary.
setStringPropertyNamedKeyPathFromDictionary(String, String, NSDictionary) - Method in class com.cassinidivision.oce.content.C_Content
Sets one instance variable in the receiver to the appropriate value from the dictionary.
setStringTextCopy(String) - Method in class com.cassinidivision.oce.content.C_TextContent
Convenience method: set a string value for the text copy.
setTargetParent(C_ContentContainer) - Method in class com.cassinidivision.oce.content.XMLParser
Sets the parent content item into which all imported items will be placed.
setXmlPath(String) - Method in class com.cassinidivision.oce.content.XMLParser
Sets the receiver to take input from a file.
setXmlString(String) - Method in class com.cassinidivision.oce.content.XMLParser
Sets the receiver to take input from a string.
sharedInstance() - Static method in class com.cassinidivision.oce.content.XMLSerializationController
 
sharedInstance() - Static method in class com.cassinidivision.oce.htmlrepresentation.HTMLFormatter
Retrieve the default shared HTML formatter instance (singleton).
shouldExportChildrenOfObject(C_Content) - Method in class com.cassinidivision.oce.content.XMLSerializationController
Examines the configuration dictionary and decides whether or not to export the children of a given object (according to its class).
shouldExportObject(C_Content) - Method in class com.cassinidivision.oce.content.XMLSerializationController
Examines the configuration dictionary and decides whether or not to export a given object (according to its class).
shouldExportTagNamed(String) - Method in class com.cassinidivision.oce.content.XMLSerializationController
Examines the config dictionary and decides whether or not to include a given tag in the export.
shouldReportUnexportedChildrenOfObject(C_Content) - Method in class com.cassinidivision.oce.content.XMLSerializationController
Examines the configuration dictionary to determine whether or not the XML should mention that children of this object were omitted from the export.
sortField() - Method in class com.cassinidivision.oce.content.C_Content
Provides a field which can be used to sort C_Content objects of any one type, by simply sorting on the given field alphabetically.
sortField() - Method in class com.cassinidivision.oce.content.C_FeaturePage
 
sortField() - Method in class com.cassinidivision.oce.content.C_PageVersion
 
sortedArrayWithKey(NSArray, String) - Static method in class com.cassinidivision.core.eocontrol.EOSortOrdering_Helper
Retrieve an array of objects sorted in ascending order according to the attribute provided.
startCAttributeList() - Method in class com.cassinidivision.oce.content.C_Content
Convenience method used to ensure that attribute dictionaries are cleared before new attributes are added.
startElement(String, String, String, Attributes) - Method in class com.cassinidivision.core.cassinijava.XMLHelper
 
startElement(String, String, String, Attributes) - Method in class com.cassinidivision.oce.content.XMLParser
Called automatically while parsing; deals with a starting tag.
startElementWithAttributes(String, NSDictionary) - Method in class com.cassinidivision.oce.content.C_Content
Called automatically by XMLParser when an opening tag is found.
startElementWithAttributes(String, NSDictionary) - Method in class com.cassinidivision.oce.content.C_ContentContainer
 
startElementWithAttributes(String, NSDictionary) - Method in class com.cassinidivision.oce.content.C_TextContent
 
startElementWithAttributes(String, NSDictionary) - Method in class com.cassinidivision.oce.content.XMLDummyObject
Handles a start tag, by creating a new dummy object for the stack.
stateDictionary() - Method in class com.cassinidivision.oce.rendering.OCESession
 
stateDictionary() - Method in interface com.cassinidivision.oce.rendering.PersistentSession
Retrieve the persistent state info dictionary for the current session.
stringByEscapingXMLCharactersInString(String) - Static method in class com.cassinidivision.core.cassinijava.StringHelper
Escape various XML special characters (including &, <, >, ' and ").
stringCaption() - Method in class com.cassinidivision.oce.content.C_Image
Retrieve a caption for an image as a string value.
stringFromReadingEntireInputStream(InputStream) - Static method in class com.cassinidivision.core.cassinijava.InputStreamHelper
Reads an arbitrary input stream and returns the contents into a string.
stringFromStringByReplacingStringWithString(String, String, String) - Static method in class com.cassinidivision.core.cassinijava.StringHelper
Search and replace all instances of the "from" string in "helpedString" with the "to" string.
stringIsEqualToStringUpToIndex(String, String) - Static method in class com.cassinidivision.core.cassinijava.StringHelper
Compare two strings and return the index of the first character found where they differ.
stringRender(RenderingSession, Object) - Static method in class com.cassinidivision.oce.rendering.RenderingHelper
Retrieve a string representation for a requested object using the default formatter registered in the rendering context.
stringTextCopy() - Method in class com.cassinidivision.oce.content.C_TextContent
Convenience method: return the text copy as a string.
stringWithContentsOfFile(String) - Static method in class com.cassinidivision.core.cassinijava.StringHelper
Read a file and return the contents as a string.
stringWithDodgyUnicodeEscaped(String) - Method in class com.cassinidivision.core.eoaccess.EOLoader
Escape unicode characters that may cause problems in XML documents, including the null (0) character.
stringWithDodgyUnicodeEscapedIncludeZero(String, boolean) - Method in class com.cassinidivision.core.eoaccess.EOLoader
Escape unicode characters that may cause problems in XML documents, optionally including the null (0) character.
stringWithDodgyUnicodeUnescaped(String) - Method in class com.cassinidivision.core.eoaccess.EOLoader
Unescape encoded unicode characters from XML documents.
substringBetweenStringAndString(String, String, String) - Static method in class com.cassinidivision.core.cassinijava.StringHelper
Returns the substring from the first instance of the "from" string and the next instance of the "to" string.
substringUptoString(String, String) - Static method in class com.cassinidivision.core.cassinijava.StringHelper
Returns a substring of the given string up to (but not including) the marker string.

A C D E F G H I L M N O P R S T U V W X Y