- Class alma.acs.component.StatefulComponentLifecycle
- Early construction -- do not use this class yet, methods may change.
- Class alma.ACS.MasterComponentImpl.tool.MasterComponentEventLogger
- This is work in progress, don't use it yet!!!
- Member alma::acs::container::ContainerServices.getDynamicComponent (ComponentSpec compSpec, boolean markAsDefault)
- use getDynamicComponent(ComponentQueryDescriptor, boolean) instead. if you need to set not only the standard fields
component_name
or component_type
, but also the more advanced values component_code
or container_name
, please send a request to ACS so that access to these fields be included in the ComponentQueryDescriptor
given to the recommended version of this method.
- Member alma::acs::container::ContainerServicesImpl.registerCleanUpCallback (ContainerServicesImpl.CleanUpCallback cb)
- Since ACS 10.2. Should be removed along with old NC Consumer.
- Member alma::acs::container::ContainerServicesProxy.getDynamicComponent (ComponentSpec compSpec, boolean markAsDefault)
- Member alma::acs::container::testsupport::DummyContainerServices.getDynamicComponent (ComponentSpec compSpec, boolean markAsDefault)
- Member alma::acs::testsupport::tat::TATJUnitRunner.run (Class testClass)
- This method is used for compatibility with the old JUnit-3 based version of this class. It will be removed after ACS 11.2.
- Member alma::acs::tmcdb::translator::TmcdbObject.setUseContentEqualsAndHashCode (boolean u)
- Now that we have the static method setUseContentEqualsAndHashCodeDefault(boolean), it seems that there is no further use for this method, so that it should be removed after ACS 10.1.
- Member cern::gp::actions::support::ActionUtils.addJButtons (JComponent comp, Class[] actionClasses)
- -- tell us (proj-gp-dev@cern.ch) if you really need it!
- Member cern::gp::actions::support::ActionUtils.createJButton (SystemAction act)
- -- use createJButton(Action)
- Member cern::gp::explorer::ListTableExplorer.ListTableExplorer (Class viewableBeanClass)
- this method is only used for a real SortableTreeTableExplorer
- Member cern::gp::explorer::ListTableExplorer.ListTableExplorer (Class[] viewableBeanClasses)
- this method is only used for a real SortableTreeTableExplorer
- Member cern::gp::explorer::ListTableExplorer.setTableColumns (Class beanClass)
- use setTableColumns(Object) or setTableColumns(GPBean, String[]) instead
- Member cern::gp::explorer::ListTableExplorer.setTableColumns (Class beanClass, String[] propNames)
- use setTableColumns(Object, String[]) or setTableColumns(GPBean, String[]) instead
- Member cern::gp::explorer::TableHolderImpl.calcNodeProperty (PropertyDescriptor[] propDescriptors)
- -- not needed anymore, use setTableColumns(Object bean, String[] propNames)
- Member cern::gp::explorer::TableHolderImpl.calcPropertyDescriptorsFor (Class beanClass, String[] propNames)
- -- not needed anymore, use setTableColumns(Object bean, String[] propNames)
- Member cern::gp::explorer::TableHolderImpl.setTableColumns (Class beanClass, String[] propNames)
- Member cern::gp::explorer::TableHolderImpl.setTableColumns (Class beanClass)
- Member cern::gp::explorer::TreeTableExplorer.setTableColumns (Class beanClass)
- Member cern::gp::explorer::TreeTableExplorer.setTableColumns (Class beanClass, String[] propNames)
- Member cern::gp::nodes::impl::NodeUtils.copyToNewGPNodeArray (GPNode[] origNodes)
- -- this should use a FilterNode
- Member cern::gp::util::NbAssert.assertTrue (boolean condition, String errMsg)
- (use assertTrue() instead)
- Member com::cosylab::acs::maci::plug::ManagerProxy.getComponents (int id, URI[] curls, boolean activate, StatusSeqHolder statuses)
- Member com::cosylab::acs::maci::plug::ManagerProxy.getDynamicComponents (int id, ComponentSpec[] components)
- Member com::cosylab::acs::maci::plug::ManagerProxy.getServices (int id, URI[] curls, boolean activate, StatusSeqHolder statuses)
- Member com::cosylab::acs::maci::plug::ManagerProxy.releaseComponents (int id, URI[] curls)
- Member org::openide::actions::ToolsAction.setModel (Model m)
- Useless, see ActionManager.
- Member org::openide::windows::TopComponent.closeNotify ()
- Use componentClosed instead.
- Member org::openide::windows::TopComponent.getSystemActions ()
- Use getActions() instead.
- Member org::openide::windows::TopComponent.openNotify ()
- Use componentOpened instead.