Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.admin.oauth
Class DirectoryBasedEditor

java.lang.Object
  extended by org.nuxeo.ecm.admin.oauth.DirectoryBasedEditor
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExternalGadgetsActionBean, OAuthConsumersActionBean, OAuthConsumersTokensActionBean, OAuthProvidersTokensActionBean, OAuthServiceProvidersActionBean

public abstract class DirectoryBasedEditor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DirectoryBasedEditor()
           
 
Method Summary
 void createEntry()
           
 void deleteEntry(String entryId)
           
 void editEntry(String entryId)
           
 DocumentModel getCreationEntry()
           
 DocumentModel getEditableEntry()
           
 DocumentModelList getEntries()
           
 boolean getShowAddForm()
           
 void refresh()
           
 void resetCreateEntry()
           
 void resetEditEntry()
           
 void saveEntry()
           
 void toggleShowAddForm()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryBasedEditor

public DirectoryBasedEditor()
Method Detail

getShowAddForm

public boolean getShowAddForm()

toggleShowAddForm

public void toggleShowAddForm()

getCreationEntry

public DocumentModel getCreationEntry()
                               throws Exception
Throws:
Exception

refresh

public void refresh()

createEntry

public void createEntry()
                 throws Exception
Throws:
Exception

resetCreateEntry

public void resetCreateEntry()

resetEditEntry

public void resetEditEntry()

getEditableEntry

public DocumentModel getEditableEntry()

getEntries

public DocumentModelList getEntries()
                             throws Exception
Throws:
Exception

editEntry

public void editEntry(String entryId)
               throws Exception
Throws:
Exception

saveEntry

public void saveEntry()
               throws Exception
Throws:
Exception

deleteEntry

public void deleteEntry(String entryId)
                 throws Exception
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.