Uses of Class
com.arsdigita.kernel.PackageType

Packages that use PackageType
com.arsdigita.kernel Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. 
com.arsdigita.web Tools supporting web-application authoring; services include dispatching requests, generating URLs, and setting up a request's context of execution. 
 

Uses of PackageType in com.arsdigita.kernel
 

Methods in com.arsdigita.kernel that return PackageType
 PackageType PackageTypeCollection.getPackageType()
           
 PackageType PackageInstance.getType()
           
 PackageType PackageInstance.getPackageType()
          Deprecated. use getType() instead
static PackageType PackageType.findByKey(String key)
          Deprecated. Finds the package type of the specified key.
static PackageType PackageType.create(String key, String displayName, String displayPlural, String URI)
          Deprecated. Creates a package type with the specified key, display name, display plural, and URI.
static PackageType PackageType.findPackageTypeByKey(String key)
          Deprecated.  
static PackageType PackageType.createPackageType(String key, String displayName, String displayPlural, String URI)
          Deprecated.  
 

Methods in com.arsdigita.kernel with parameters of type PackageType
protected  void PackageInstance.setType(PackageType type)
           
 

Uses of PackageType in com.arsdigita.web
 

Fields in com.arsdigita.web declared as PackageType
protected  PackageType ApplicationSetup.m_packageType
           
 

Methods in com.arsdigita.web that return PackageType
 PackageType ApplicationType.getPackageType()
           
 PackageType Application.getPackageType()
           
 

Methods in com.arsdigita.web with parameters of type PackageType
 void ApplicationSetup.setPackageType(PackageType packageType)
          Sets the package type to use to represent your application under the older package instance and site node approach.
static ApplicationType ApplicationType.createApplicationType(PackageType packageType, String title, String applicationObjectType)
          Creates a legacy-compatible application type using the passed in package type.
protected  void ApplicationType.setPackageType(PackageType packageType)
          Deprecated. with no replacement.
 

Constructors in com.arsdigita.web with parameters of type PackageType
ApplicationType(String dataObjectType, PackageType packageType, String title, String applicationObjectType)
          Creates a legacy-compatible application type.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC