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

C

COLON - Static variable in class com.nurelm.util.StringPool
 
COMMA - Static variable in class com.nurelm.util.StringPool
 
COMMAND_PARAM - Static variable in interface com.nurelm.util.NuContentConstants
 
COMMA_SEPARTED_FILE - Static variable in class com.nurelm.util.importing.ParserConst
 
CONNECTION_REFUSED - Static variable in class com.nurelm.util.FTPUtil
 
CONTENT_ALREADY_EXISTS - Static variable in class com.nurelm.nucontent.model.Page
 
CONTENT_NOT_FOUND - Static variable in class com.nurelm.nucontent.model.Page
 
CONTENT_TYPE_NUMERIC - Static variable in interface com.nurelm.util.NuContentConstants
 
CONTENT_TYPE_TEXT_HTML - Static variable in class com.nurelm.util.QuickMail
DOCUMENT ME!
CONTENT_TYPE_TEXT_PLAIN - Static variable in class com.nurelm.util.QuickMail
DOCUMENT ME!
Content - class com.nurelm.nucontent.model.Content.
A Content object represents one piece of text content within Page or RepeatItem objects.
Content() - Constructor for class com.nurelm.nucontent.model.Content
Does nothing, used nowhere, but eliminates JDO complie-time warning about not having a zero-args constructor.
Content(String, String) - Constructor for class com.nurelm.nucontent.model.Content
Creates a new Content object.
Content(String, String, String) - Constructor for class com.nurelm.nucontent.model.Content
 
ContentAction - class com.nurelm.nucontent.controller.ContentAction.
Handles displaying content for viewing and editing.
ContentAction() - Constructor for class com.nurelm.nucontent.controller.ContentAction
 
ContentForm - class com.nurelm.nucontent.controller.ContentForm.
 
ContentForm() - Constructor for class com.nurelm.nucontent.controller.ContentForm
 
ContentsAction - class com.nurelm.nucontent.controller.ContentsAction.
DOCUMENT ME!
ContentsAction() - Constructor for class com.nurelm.nucontent.controller.ContentsAction
 
ContentsForm - class com.nurelm.nucontent.controller.ContentsForm.
 
ContentsForm() - Constructor for class com.nurelm.nucontent.controller.ContentsForm
 
ConvertTableNamesToLower - class com.nurelm.nc41to42.ConvertTableNamesToLower.
 
CurrencyUtil - class com.nurelm.util.CurrencyUtil.
DOCUMENT ME!
CurrencyUtil() - Constructor for class com.nurelm.util.CurrencyUtil
 
canBreed() - Method in class com.nurelm.nucontent.model.File
Indicates if this object can have children, which it never will.
canBreed() - Method in class com.nurelm.nucontent.model.Link
 
canBreed() - Method in class com.nurelm.nucontent.model.Node
Returns true if the node can generate child nodes.
canBreed() - Method in class com.nurelm.nucontent.model.Page
 
capitalizeFirstLetter(String) - Static method in class com.nurelm.util.StringUtil
Returns the same variable that you passed in, but the first letter is capitalized.
checkImportItem(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.nurelm.nucontent.controller.ImportRepeatAction
 
childNodeList - Variable in class com.nurelm.nucontent.model.Page
 
chkErrorMsg - Static variable in class com.nurelm.util.NuPlatformUtil
Logs Exception and Error Message with more information like site ID
cleanHtml(String, String, String, boolean) - Static method in class com.nurelm.util.WebUtil
Cleans up and formats HTML with JTidy library.
close() - Method in class com.nurelm.nc3to4.NC3Conn
closes the connection to nucontent3 site database.
close() - Method in class com.nurelm.nc41to42.NCConn
closes the connection to nucontent3 site database.
close() - Method in class com.nurelm.nucontent.model.NuSiteManager
The method MUST be called when the NuSiteManager object is no longer needed.
closeOpenTasks(int, String) - Method in class com.nurelm.nucontent.model.Page
Closes any open tasks in the current object that have the specified type.
closenew() - Method in class com.nurelm.nucontent.patch.DBCon
Closes the DB connection.
closeold() - Method in class com.nurelm.nucontent.patch.DBCon
Closes the DB connection.
com.nurelm.nc3to4 - package com.nurelm.nc3to4
 
com.nurelm.nc41to42 - package com.nurelm.nc41to42
 
com.nurelm.nucontent.authentication - package com.nurelm.nucontent.authentication
 
com.nurelm.nucontent.controller - package com.nurelm.nucontent.controller
 
com.nurelm.nucontent.controller.gpmgr - package com.nurelm.nucontent.controller.gpmgr
 
com.nurelm.nucontent.controller.usermgr - package com.nurelm.nucontent.controller.usermgr
 
com.nurelm.nucontent.model - package com.nurelm.nucontent.model
This package provides an object oriented interface to NuContent's data model from which any piece of content in an entire NuContent-powered site can be accessed or modified.
com.nurelm.nucontent.model.test - package com.nurelm.nucontent.model.test
 
com.nurelm.nucontent.patch - package com.nurelm.nucontent.patch
 
com.nurelm.util - package com.nurelm.util
 
com.nurelm.util.importing - package com.nurelm.util.importing
 
com.nurelm.util.jdo - package com.nurelm.util.jdo
 
commitLocalTransaction(PersistenceManager, boolean) - Static method in class com.nurelm.util.jdo.JdoUtil
Commit's a local transaction if one was started.
compare(Object, Object) - Method in class com.nurelm.nucontent.model.RepeatItem.RepeatItemComparator
Overrides Object's compare method.
compareDates(String, String) - Static method in class com.nurelm.util.DateUtil
Compares input strings formated as dates (mm/dd/yyyy or mm/dd/yy) Returns 0 if dates are equal positive num if date1 > date2 negative num if date2 < date2 result of String.compareTo if inputs aren't dates Special input value of "NU_TODAY" represents today's date
compareStrings(String, String) - Static method in class com.nurelm.util.StringUtil
Compares strings in the following manner: If the strings contain all numbers (or preceeded by "-"), then they're converted to doubles before comparing.
compareTo(Object) - Method in class com.nurelm.nucontent.model.Content
Overrides Object's compareTo method, and works in the same way.
contains(String[], String) - Static method in class com.nurelm.util.ArrayUtil
DOCUMENT ME!
contains(Vector, String) - Static method in class com.nurelm.util.ArrayUtil
DOCUMENT ME!
containsLinkedPage(Page) - Method in class com.nurelm.nucontent.model.RepeatList
Determines if this repeat list contains a repeat item that is linked to the page specified.
contentSet - Variable in class com.nurelm.nucontent.model.Page
 
convertFileNameToResizedJpeg(String) - Static method in class com.nurelm.util.ImageUtil
Changes the file extension to "jpg" and returns the new string.
convertQuotesToHtml(String) - Static method in class com.nurelm.util.WebUtil
Replaces ALL quotes (") in a string with the HTML code " Q: Where do we need to use this? A: When displaying a text string in a TEXT type input field, and you want to display the quotes properly and have them stored properly.
convertServerNameToDomain(String) - Static method in class com.nurelm.util.WebUtil
This method typically accepts a String that is obtained via request.getServerName().
convertToHexSpaces(String) - Static method in class com.nurelm.util.WebUtil
Replaces ALL spaces in a string with hex value of '%20'.
copyRepeatItem(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.nurelm.nucontent.controller.RepeatAction
 
copyRepeatItem(int) - Method in class com.nurelm.nucontent.model.RepeatList
Adds a new RepeatItem at the location specified by the supplied index.
createActionForwardPath(String, String, boolean, String, String, String, String, String, String, String, String) - Static method in class com.nurelm.util.NuPlatformUtil
Creates a path for an ActionForward instantiation that includes the common NuRelm parameters that need to be passed around.
createGroup(String) - Method in class com.nurelm.nucontent.model.Site
 
createPopupJS(String, String) - Static method in class com.nurelm.util.WebUtil
 
createUser(String) - Method in class com.nurelm.nucontent.model.Site
 
currentIndex() - Method in class com.nurelm.util.importing.DSResultSet
 

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