atg.targeting
Class DynamicProfileGroup

java.lang.Object
  extended by atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
      extended by atg.nucleus.GenericService
          extended by atg.targeting.DynamicContentGroup
              extended by atg.targeting.DynamicProfileGroup
All Implemented Interfaces:
NameContextBindingListener, NameContextElement, NameResolver, AdminableService, ApplicationLogging, atg.nucleus.logging.ApplicationLoggingSender, atg.nucleus.logging.TraceApplicationLogging, atg.nucleus.logging.VariableArgumentApplicationLogging, ComponentNameResolver, Service, ServiceListener, RepositoryItemGroup, atg.targeting.PCCEditableComponent, atg.targeting.RepositoryItemGroupTargeter, atg.targeting.RepositoryTargeter, java.util.EventListener

public class DynamicProfileGroup
extends DynamicContentGroup

This class is a featureless subclass of DynamicContentGroup which only exists for the purpose of having a different BeanInfo icon.

See Also:
DynamicContentGroup

Field Summary
static java.lang.String CLASS_VERSION
           
 
Fields inherited from class atg.targeting.DynamicContentGroup
mGroup, mRepository, mRepositoryViewName, mRules, mRuleStrings
 
Fields inherited from class atg.nucleus.GenericService
SERVICE_INFO_KEY
 
Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging
DEFAULT_LOG_TRACE_STATUS
 
Fields inherited from interface atg.nucleus.logging.ApplicationLogging
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS
 
Constructor Summary
DynamicProfileGroup()
           
 
Method Summary
static atg.nucleus.ConfigurationState createGroupConfiguration()
          Return a configuration object describing a new, uninitialized instance of DynamicProfileGroup.
 
Methods inherited from class atg.targeting.DynamicContentGroup
buildGroup, doStartService, doStopService, getGroupCount, getGroupDefinition, getGroupMembers, getGroupName, getGroupQuery, getLogger, getRepository, getRepositoryView, getRepositoryViewName, getRules, getRuleStrings, isGroupMember, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingWarning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logWarning, logWarning, logWarning, setLogger, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingWarning, setRepository, setRepositoryViewName, setRules, setRuleStrings, start, stop, updateGroup, zapGroup
 
Methods inherited from class atg.nucleus.GenericService
addLogListener, createAdminServlet, getAbsoluteName, getAdminServlet, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingTrace, isRunning, logTrace, logTrace, logTrace, nameContextElementBound, nameContextElementUnbound, removeLogListener, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingTrace, setNucleus, setServiceInfo, startService, stopService
 
Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

DynamicProfileGroup

public DynamicProfileGroup()
Method Detail

createGroupConfiguration

public static atg.nucleus.ConfigurationState createGroupConfiguration()
                                                               throws java.beans.IntrospectionException
Return a configuration object describing a new, uninitialized instance of DynamicProfileGroup. At the very least, the name and repository properties of the configuration must be set before the group is editable. In addition, the repositoryView property may need to be set if the group selects profiles from any view other than the default.

Throws:
java.beans.IntrospectionException - If any error occurs while creating the configuration.