|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BebopObjectType | |
com.arsdigita.formbuilder | The Form Builder service provides the ability to build simple forms with a web user interface. |
com.arsdigita.formbuilder.installer | Installer for formbuilder service. |
Uses of BebopObjectType in com.arsdigita.formbuilder |
Methods in com.arsdigita.formbuilder that return BebopObjectType | |
BebopObjectType |
MetaObject.getType()
Retrieves teh object type for the meta object |
BebopObjectType |
PersistentDataQuery.getType()
Retrieves the package to which this meta object is scoped. |
static BebopObjectType |
BebopObjectType.create(String app,
Class widget)
|
static BebopObjectType |
BebopObjectType.create(String app,
String widgetClass)
|
static BebopObjectType |
BebopObjectType.findByClass(String name,
Class type)
Retrieves object type matching the specified class. |
static BebopObjectType |
BebopObjectType.findByClassName(String app,
String name)
Retrieves object type matching the specified class name. |
Methods in com.arsdigita.formbuilder with parameters of type BebopObjectType | |
static MetaObject |
MetaObject.create(BebopObjectType type,
String prettyName,
String prettyPlural,
String className,
String propertiesForm)
Creates a new meta object, initialising all the default attributes |
protected void |
MetaObject.setup(BebopObjectType type,
String prettyName,
String prettyPlural,
String className,
String propertiesForm)
This method is intended to be called by static create methods to setup any required
attributes when creating a new meta object. |
static MetaObject |
MetaObject.findByClass(BebopObjectType type,
Class name)
Returns the meta object associated with a particular class. |
static MetaObject |
MetaObject.findByClassName(BebopObjectType type,
String name)
Returns the meta object associated with a particular class. |
static MetaObjectCollection |
MetaObject.getWidgets(BebopObjectType type)
Retrieves a collection of all the meta objects related to a particular object type |
void |
MetaObject.setType(BebopObjectType type)
Sets the object type for the meta object |
static Collection |
PersistentDataQuery.getQueries(BebopObjectType type)
Retrieves a collection of all the PersistentDataQuery objects in the data base |
static PersistentDataQuery |
PersistentDataQuery.findByName(BebopObjectType type,
String name)
Retrieves the persistent data query with the specified fully qualified pdl query name |
static PersistentDataQuery |
PersistentDataQuery.create(BebopObjectType type,
String description,
String name)
Creates a new persitent data query, initialising the required attributes |
void |
PersistentDataQuery.setType(BebopObjectType type)
Sets the package to which this meta object is scoped. |
Uses of BebopObjectType in com.arsdigita.formbuilder.installer |
Methods in com.arsdigita.formbuilder.installer that return BebopObjectType | |
BebopObjectType |
Initializer.getObjectType(String name,
Class type)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |