Class com.ibm.commerce.ubf.objimpl. RegistryJDBCHelperBase

Changed Methods
ArrayList  findAllFlowDomains (Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList containing ArrayList objects for all the rows in the FLOWDOMAIN table.
ArrayList  findAllFlowDomainsForLanguage (Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList containing ArrayList objects for all the rows in the FLOWDOMAIN table for the specified language id.
ArrayList  findAllFlowStateGroups (Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of all the ArrayList objects.
ArrayList  findAllFlowStateGroupsByFlowTypeId (Long, Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of all the ArrayList objects for the specified BusinessFlowType ID.
ArrayList  findAllFlowStateGroupsForLanguage (Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of ArrayList objects for the specified language ID.
ArrayList  findAllFlowStateRelations (SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of ArrayList objects.
ArrayList  findAllFlowStateRelationsByFlowId (Long, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of ArrayList objects for the specified BusinessFlow ID.
ArrayList  findAllFlowStates (Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of all the ArrayList objects.
ArrayList  findAllFlowStatesByFlowTypeId (Long, Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of ArrayList objects for the specified BusinessFlowType ID.
ArrayList  findAllFlowStatesForLanguage (Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of ArrayList objects for the specified language ID.
ArrayList  findAllFlowTransitions (Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of ArrayList objects.
ArrayList  findAllFlowTransitionsByFlowId (Long, Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of ArrayList objects for the specified BusinessFlow ID.
ArrayList  findAllFlowTransitionsForLanguage (Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of ArrayList objects for the specified language ID.
ArrayList  findAllFlowTypes (Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns a ArrayList object ArrayList for all the rows in the FLOWTYPE table.
ArrayList  findAllFlowTypesByFlowDomainId (Long, Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of ArrayList objects for the specified BusinessFlowDomain ID.
ArrayList  findAllFlowTypesForLanguage (Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of ArrayList objects for the specified language ID.
ArrayList  findAllFlows (Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList containing ArrayList objects for all the rows in the FLOW table.
ArrayList  findAllFlowsByCompositeFlowId (Long, Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList containing ArrayList objects for the specified CompositeFlow ID.
ArrayList  findAllFlowsByFlowTypeId (Long, Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of ArrayList objects for the specified FlowType ID.
ArrayList  findAllFlowsForLanguage (Integer, SortingAttribute) Change in exceptions: RemoteException was removed..
Returns an ArrayList of ArrayList objects for the specified language ID.