Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
E
F
G
I
M
N
P
R
S
U
V
A
ADDRESS
- Static variable in class com.arsdigita.cms.contenttypes.
Address
PDL property name for address
ADDRESS
- Static variable in class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Address body parameter name
ADDRESS_BUNDLE_NAME
- Static variable in class com.arsdigita.cms.contenttypes.util.
AddressResourceBundle
Address
- class com.arsdigita.cms.contenttypes.
Address
.
This content type represents a generic address which is not country specific.
Address()
- Constructor for class com.arsdigita.cms.contenttypes.
Address
Address(BigDecimal)
- Constructor for class com.arsdigita.cms.contenttypes.
Address
Address(OID)
- Constructor for class com.arsdigita.cms.contenttypes.
Address
Address(DataObject)
- Constructor for class com.arsdigita.cms.contenttypes.
Address
Address(String)
- Constructor for class com.arsdigita.cms.contenttypes.
Address
AddressGlobalizationUtil
- class com.arsdigita.cms.contenttypes.util.
AddressGlobalizationUtil
.
.
AddressGlobalizationUtil()
- Constructor for class com.arsdigita.cms.contenttypes.util.
AddressGlobalizationUtil
AddressInitializer
- class com.arsdigita.cms.contenttypes.
AddressInitializer
.
The CMS initializer.
AddressInitializer()
- Constructor for class com.arsdigita.cms.contenttypes.
AddressInitializer
AddressLoader
- class com.arsdigita.cms.contenttypes.
AddressLoader
.
Loader.
AddressLoader()
- Constructor for class com.arsdigita.cms.contenttypes.
AddressLoader
AddressPropertiesStep
- class com.arsdigita.cms.contenttypes.ui.
AddressPropertiesStep
.
Authoring step to edit the simple attributes of the Address content type (and its subclasses).
AddressPropertiesStep(ItemSelectionModel, AuthoringKitWizard)
- Constructor for class com.arsdigita.cms.contenttypes.ui.
AddressPropertiesStep
AddressPropertyForm
- class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
.
Form to edit the basic properties of an address.
AddressPropertyForm(ItemSelectionModel)
- Constructor for class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Creates a new form to edit the Address object specified by the item selection model passed in.
AddressPropertyForm(ItemSelectionModel, AddressPropertiesStep)
- Constructor for class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Creates a new form to edit the Address object specified by the item selection model passed in.
AddressResourceBundle
- class com.arsdigita.cms.contenttypes.util.
AddressResourceBundle
.
Form to edit the basic properties of an event.
AddressResourceBundle()
- Constructor for class com.arsdigita.cms.contenttypes.util.
AddressResourceBundle
addWidgets()
- Method in class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Adds widgets to the form.
B
BASE_DATA_OBJECT_TYPE
- Static variable in class com.arsdigita.cms.contenttypes.
Address
Data object type for this domain object
BASE_DATA_OBJECT_TYPE
- Static variable in class com.arsdigita.cms.contenttypes.
IsoCountry
Data object type for this domain object
BUNDLE_NAME
- Static variable in class com.arsdigita.cms.contenttypes.util.
AddressGlobalizationUtil
beforeSave()
- Method in class com.arsdigita.cms.contenttypes.
Address
C
COUNTRY_NAME
- Static variable in class com.arsdigita.cms.contenttypes.
IsoCountry
PDL property name for country name
com.arsdigita.cms.contenttypes
- package com.arsdigita.cms.contenttypes
com.arsdigita.cms.contenttypes.ui
- package com.arsdigita.cms.contenttypes.ui
com.arsdigita.cms.contenttypes.util
- package com.arsdigita.cms.contenttypes.util
E
EDIT_SHEET_NAME
- Static variable in class com.arsdigita.cms.contenttypes.ui.
AddressPropertiesStep
The name of the editing sheet added to this step
EMAIL
- Static variable in class com.arsdigita.cms.contenttypes.
Address
PDL property name for email address
EMAIL
- Static variable in class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Email address parameter name
F
FAX
- Static variable in class com.arsdigita.cms.contenttypes.
Address
PDL property name for fax number
FAX
- Static variable in class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Fax number parameter name
G
getAddress()
- Method in class com.arsdigita.cms.contenttypes.
Address
getAddressPropertySheet(ItemSelectionModel)
- Static method in class com.arsdigita.cms.contenttypes.ui.
AddressPropertiesStep
Returns a component that displays the properties of the Address specified by the ItemSelectionModel passed in.
getCountryIsoCode()
- Method in class com.arsdigita.cms.contenttypes.
Address
getCountryName()
- Method in class com.arsdigita.cms.contenttypes.
IsoCountry
getEmail()
- Method in class com.arsdigita.cms.contenttypes.
Address
getFax()
- Method in class com.arsdigita.cms.contenttypes.
Address
getIsoCode()
- Method in class com.arsdigita.cms.contenttypes.
IsoCountry
getIsoCodes()
- Static method in class com.arsdigita.cms.contenttypes.
IsoCountry
Returns iterator of all available iso country codes as strings.
getMobile()
- Method in class com.arsdigita.cms.contenttypes.
Address
getNotes()
- Method in class com.arsdigita.cms.contenttypes.
Address
getPhone()
- Method in class com.arsdigita.cms.contenttypes.
Address
getPostalCode()
- Method in class com.arsdigita.cms.contenttypes.
Address
getStylesheets()
- Method in class com.arsdigita.cms.contenttypes.
AddressInitializer
getTypes()
- Method in class com.arsdigita.cms.contenttypes.
AddressLoader
getURI()
- Method in class com.arsdigita.cms.contenttypes.
Address
globalize(String)
- Static method in class com.arsdigita.cms.contenttypes.util.
AddressGlobalizationUtil
This returns a globalized message using the type specific bundle, BUNDLE_NAME
globalize(String, Object[])
- Static method in class com.arsdigita.cms.contenttypes.util.
AddressGlobalizationUtil
This returns a globalized message using the type specific bundle, BUNDLE_NAME
I
ID
- Static variable in class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Name of this form
ISO_CODE
- Static variable in class com.arsdigita.cms.contenttypes.
IsoCountry
PDL property name for country iso code
ISO_COUNTRY_CODE
- Static variable in class com.arsdigita.cms.contenttypes.
Address
PDL property name for country iso code
ISO_COUNTRY_CODE
- Static variable in class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Country iso code parameter name
IsoCountry
- class com.arsdigita.cms.contenttypes.
IsoCountry
.
This class represents country information, iso code and name.
IsoCountry()
- Constructor for class com.arsdigita.cms.contenttypes.
IsoCountry
IsoCountry(OID)
- Constructor for class com.arsdigita.cms.contenttypes.
IsoCountry
IsoCountry(DataObject)
- Constructor for class com.arsdigita.cms.contenttypes.
IsoCountry
init(DomainInitEvent)
- Method in class com.arsdigita.cms.contenttypes.
AddressInitializer
init(FormSectionEvent)
- Method in class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Form initialization hook.
M
MOBILE
- Static variable in class com.arsdigita.cms.contenttypes.
Address
PDL property name for mobile phone number
MOBILE
- Static variable in class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Mobile phone number parameter name
N
NOTES
- Static variable in class com.arsdigita.cms.contenttypes.
Address
PDL property name for notes
NOTES
- Static variable in class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Address notes parameter name
P
PHONE
- Static variable in class com.arsdigita.cms.contenttypes.
Address
PDL property name for phone number
PHONE
- Static variable in class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Phone number parameter name
POSTAL_CODE
- Static variable in class com.arsdigita.cms.contenttypes.
Address
PDL property name for postal code
POSTAL_CODE
- Static variable in class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Postal code parameter name
process(FormSectionEvent)
- Method in class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Form processing hook.
R
retrieveAll()
- Static method in class com.arsdigita.cms.contenttypes.
IsoCountry
S
setAddress(String)
- Method in class com.arsdigita.cms.contenttypes.
Address
setCountryIsoCode(String)
- Method in class com.arsdigita.cms.contenttypes.
Address
setCountryName(String)
- Method in class com.arsdigita.cms.contenttypes.
IsoCountry
Sets country name
setEmail(String)
- Method in class com.arsdigita.cms.contenttypes.
Address
setFax(String)
- Method in class com.arsdigita.cms.contenttypes.
Address
setIsoCode(String)
- Method in class com.arsdigita.cms.contenttypes.
IsoCountry
setMobile(String)
- Method in class com.arsdigita.cms.contenttypes.
Address
setNotes(String)
- Method in class com.arsdigita.cms.contenttypes.
Address
setPhone(String)
- Method in class com.arsdigita.cms.contenttypes.
Address
setPostalCode(String)
- Method in class com.arsdigita.cms.contenttypes.
Address
setURI(String)
- Method in class com.arsdigita.cms.contenttypes.
Address
submitted(FormSectionEvent)
- Method in class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Cancels streamlined editing.
U
URI
- Static variable in class com.arsdigita.cms.contenttypes.
Address
PDL property name for URI
URI
- Static variable in class com.arsdigita.cms.contenttypes.ui.
AddressPropertyForm
Address URI parameter name
V
versionId
- Static variable in class com.arsdigita.cms.contenttypes.
AddressInitializer
versionId
- Static variable in class com.arsdigita.cms.contenttypes.
AddressLoader
A
B
C
E
F
G
I
M
N
P
R
S
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved.
Generated at July 21 2004:0006 UTC