Method Summary |
|
public void | checkWizardAccess(Id id) Checks if the current user is authorized to review all the types of
Reviews. |
public Wizard | createNew() |
public Reference | decorateReference(Wizard wizard, String reference) |
public void | deleteObjects(List deletedItems) |
public void | deletePreviewWizardData(Wizard wizard) |
public void | deleteWizard(Wizard wizard) |
public List | findPagesByWizard(Id wizardId) Find all WizardPageSequence objects associated with this wizard
(e.g. |
public List | findPublishedWizards(List sites) |
public List | findPublishedWizards(String siteId) |
public List | findPublishedWizards(List sites, boolean lazy) |
public List<WizardPageDefinition> | findWizardPageDefs(String siteId) Method to get each wizard page definition for the site identified by the
given site identifier. |
public List<WizardPageDefinition> | findWizardPageDefs(String siteId, boolean deep) Method to get each wizard page definition for the site identified by the
given site identifier, optionally loading each with it's wizard pages.
Parameters: siteId - The identifier of the site. Parameters: deep - True if each wizard page definition should be loaded with it'swizard pages. |
public List | findWizardsByOwner(String ownerId, String siteId) |
public Collection | getAvailableForms(String siteId, String type) |
public CompletedWizard | getCompletedWizard(Id completedWizardId) |
public CompletedWizard | getCompletedWizard(Wizard wizard) |
public CompletedWizard | getCompletedWizard(Wizard wizard, String userId) |
public CompletedWizard | getCompletedWizard(Wizard wizard, String userId, boolean create) |
public CompletedWizard | getCompletedWizardByPage(Id pageId) |
public List | getCompletedWizardPagesByPageDef(Id id) |
public List | getCompletedWizardsByWizardId(String wizardId) |
public int | getSubmittedPageCount(CompletedWizard wizard) |
public int | getTotalPageCount(Wizard wizard) |
public Wizard | getWizard(Id wizardId) Gets a wizard given its id. |
public Wizard | getWizard(Id wizardId, int checkAuthz) gets a wizard given its id. |
public Wizard | getWizard(String id) Gets a wizard given its id. |
public Wizard | getWizard(String id, int checkAuthz) gets a wizard given its id. |
public String | getWizardEntityProducer() |
public Agent | getWizardIdOwner(Id wizardId) This is the light weight method of getting the owner of a wizard given
its id. |
public String | getWizardIdSiteId(Id wizardId) This is the light weight method of getting the site id of a wizard given
its id. |
public WizardPageDefinition | getWizardPageDefinition(Id id) Method to get the wizard page definition identified by the given
identifier object. |
public WizardPageDefinition | getWizardPageDefinition(Id id, boolean deep) Method to get the wizard page definition identified by the given
identifier object, optionally loading it with it's wizard pages.
Parameters: id - The identifier object that uniquely identifies the wizard pagedefinition. Parameters: deep - True if the wizard page definition should be loaded with it'swizard pages. |
public WizardPageSequence | getWizardPageSeqByDef(Id id) |
public List | getWizardsForWarehousing() |
public boolean | importResource(Id worksite, String reference) |
public List | listAllWizardsByOwner(String owner, String siteId) |
public List | listWizardsByType(String owner, String siteId, String type) |
public void | previewWizard(Wizard wizard) |
public void | publishWizard(Wizard wizard) |
public CompletedWizard | saveWizard(CompletedWizard wizard) |
public Wizard | saveWizard(Wizard wizard) Saves a Wizard to storage. |