public interface GeneralEJPRegistry
Modifier and Type | Method and Description |
---|---|
Pack |
getPreferences(CumulusSession session,
java.lang.String ejpID)
Deprecated.
For better performance use
getPreferencesAsJPack(com.canto.cumulus.CumulusSession, String) and setPreferences(com.canto.cumulus.CumulusSession, String, com.canto.cumulus.utils.JPack) instead. |
JPack |
getPreferencesAsJPack(CumulusSession session,
java.lang.String ejpID)
Deprecated.
Use
Preferences.getModulePreferences(String, boolean) instead. |
JPack |
getSharedPreferences(CumulusSession session,
java.lang.String ejpID)
Deprecated.
Use
Preferences.getModulePreferences(String, boolean) instead. |
void |
register(GeneralEJP generalEJP)
Add an EJP to the global registry of general EJPs.
|
void |
setPreferences(CumulusSession session,
java.lang.String ejpID,
JPack prefsPack)
Deprecated.
Use
com.canto.cumulus.prefs.Preferences#setModulePreferences(String, com.canto.cumulus.utils.JPack, boolean) instead. |
void |
setPreferences(CumulusSession session,
java.lang.String ejpID,
Pack prefsPack)
Deprecated.
For better performance use
setPreferences(com.canto.cumulus.CumulusSession, String, com.canto.cumulus.utils.JPack) and getPreferencesAsJPack(com.canto.cumulus.CumulusSession, String) instead. |
void |
setSharedPreferences(CumulusSession session,
java.lang.String ejpID,
JPack prefsPack)
Deprecated.
Use
com.canto.cumulus.prefs.Preferences#setModulePreferences(String, com.canto.cumulus.utils.JPack, boolean) instead. |
void |
unregister(GeneralEJP generalEJP)
Remove an EJP from the global registry of general EJPs.
|
@Deprecated Pack getPreferences(CumulusSession session, java.lang.String ejpID)
getPreferencesAsJPack(com.canto.cumulus.CumulusSession, String)
and setPreferences(com.canto.cumulus.CumulusSession, String, com.canto.cumulus.utils.JPack)
instead.session
- The current CumulusSession object. Typically this is taken from a RecordCollection object. This session determines the server where the
preferences are stored.ejpID
- The unique identifier of the EJP module.Pack
containing the preferences for the given EJP.@Deprecated JPack getSharedPreferences(CumulusSession session, java.lang.String ejpID)
Preferences.getModulePreferences(String, boolean)
instead.session
- The current CumulusSession object. Typically this is taken from a RecordCollection object. This session determines the server where the
preferences are stored.ejpID
- The unique identifier of the EJP module.JPack
containing the preferences for the given EJP.@Deprecated void setPreferences(CumulusSession session, java.lang.String ejpID, Pack prefsPack)
setPreferences(com.canto.cumulus.CumulusSession, String, com.canto.cumulus.utils.JPack)
and getPreferencesAsJPack(com.canto.cumulus.CumulusSession, String)
instead.session
- The current CumulusSession object. Typically this is taken from a RecordCollection object. This session determines the server where the
preferences are stored.ejpID
- The unique identifier of the EJP module.prefsPack
- The Pack
containing the preferences for the given EJP.@Deprecated void setSharedPreferences(CumulusSession session, java.lang.String ejpID, JPack prefsPack)
com.canto.cumulus.prefs.Preferences#setModulePreferences(String, com.canto.cumulus.utils.JPack, boolean)
instead.session
- The current CumulusSession object. Typically this is taken from a RecordCollection object. This session determines the server where the
preferences are stored.ejpID
- The unique identifier of the EJP module.prefsPack
- The JPack
containing the preferences for the given EJP.void register(GeneralEJP generalEJP)
generalEJP
- The interface that exposes the preferences panel.void unregister(GeneralEJP generalEJP)
generalEJP
- The interface that exposes the preferences panel.@Deprecated JPack getPreferencesAsJPack(CumulusSession session, java.lang.String ejpID)
Preferences.getModulePreferences(String, boolean)
instead.session
- The current CumulusSession object. Typically this is taken from a RecordCollection object. This session determines the server where the
preferences are stored.ejpID
- The unique identifier of the EJP module.JPack
containing the preferences for the given EJP.@Deprecated void setPreferences(CumulusSession session, java.lang.String ejpID, JPack prefsPack)
com.canto.cumulus.prefs.Preferences#setModulePreferences(String, com.canto.cumulus.utils.JPack, boolean)
instead.session
- The current CumulusSession object. Typically this is taken from a RecordCollection object. This session determines the server where the
preferences are stored.ejpID
- The unique identifier of the EJP module.prefsPack
- The JPack
containing the preferences for the given EJP.www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.