org.melati.admin
Interface AdminSpecialised

Package class diagram package AdminSpecialised

public interface AdminSpecialised

An interface that allows the editting and display of an object to be extended. To process the object in a special way your template should use a method other than Update.


Method Summary
 String adminHandle(Melati melati, MarkupLanguage markupLanguage)
          Perform the specialised function and return the name of the template presenting the results.
 String adminSpecialFacilities(Melati melati, MarkupLanguage markupLanguage)
          Returns the name of a templet which provides access to the specialised functionality.
 

Method Detail

adminHandle

String adminHandle(Melati melati,
                   MarkupLanguage markupLanguage)
                   throws Exception
Perform the specialised function and return the name of the template presenting the results. Return null if not used.

Parameters:
melati - the current Melati
markupLanguage - the current MarkupLanguage
Returns:
the name of a special template or null if not used
Throws:
Exception - if anything goes wrong
See Also:
Admin

adminSpecialFacilities

String adminSpecialFacilities(Melati melati,
                              MarkupLanguage markupLanguage)
                              throws Exception
Returns the name of a templet which provides access to the specialised functionality. The results of the template are currently included at the bottom of the standard edit page. see also org.melati.admin.Edit.wm

Parameters:
melati - the current Melati
markupLanguage - the current MarkupLanguage
Returns:
the name of a special templet or null if not used
Throws:
Exception - if anything goes wrong
See Also:
AdminUtils


Copyright © 2000-2010 PanEris. All Rights Reserved.