Uses of Class
com.jalios.jcms.ControllerStatus
- 
Packages that use ControllerStatus Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.accesscontrol com.jalios.jcms.alert com.jalios.jcms.application com.jalios.jcms.caddy Provides classes to manage and process operation on Caddy items in JPlatform.com.jalios.jcms.calendar Contains the classes used to deal with calendar in JPlatform.com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers).com.jalios.jcms.jportal com.jalios.jcms.media Contains all the classes to provide the Media Browser.com.jalios.jcms.policy com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets.com.jalios.jcms.publiclink com.jalios.jcms.quota com.jalios.jcms.recommendation com.jalios.jcms.shortcut com.jalios.jcms.test com.jalios.jcms.vote com.jalios.jcms.workspace Contains classes about workspace features.com.jalios.jcms.wysiwyg.image  - 
- 
Uses of ControllerStatus in com.jalios.jcms
Fields in com.jalios.jcms declared as ControllerStatus Modifier and Type Field Description static ControllerStatusControllerStatus. FORBIDDENThis status represents a forbidden operationstatic ControllerStatusControllerStatus. OKThis status represents a sucessfull operationprotected ControllerStatusMemberImport. statusA custom integrity error message, or a JCMS integrity message.Fields in com.jalios.jcms with type parameters of type ControllerStatus Modifier and Type Field Description protected java.util.TreeMap<Data,ControllerStatus>Channel. dataIntegrityReportMethods in com.jalios.jcms that return ControllerStatus Modifier and Type Method Description ControllerStatusCategory. addSiblings(java.lang.String names, Member loggedMember, java.lang.String userLang)Creates categories based on given names as sibling of current CategoryControllerStatusCategory. addSubs(java.lang.String names, Member loggedMember, java.lang.String userLang)Create a Category under the given categoryControllerStatusPublication. attachTo(Workspace attachWorkspace, java.util.Set<Category> catSet, Member mbr)Attaches this publication to the given workspace with the given categories.ControllerStatusPublication. canBeArchived(Member mbr, java.util.Map context)Returns a ControllerStatus indicating if this publication can be archived or notControllerStatusRightPolicyManager. canWorkOn(ControllerStatus status, int op, Member mbr, Member member)ControllerStatusLimitController. checkAllLimits()Checks all the limits for all the controlled resources.ControllerStatusData. checkAndPerformCreate(Member mbr)Checks if the creation can be performed, and performs data creation.ControllerStatusData. checkAndPerformCreate(Member mbr, java.util.Map<?,?> context)Checks if the creation can be performed, and performs data creation.ControllerStatusData. checkAndPerformDelete(Member mbr)Checks if the deletion can be performed, and performs data deletion.ControllerStatusData. checkAndPerformDelete(Member mbr, java.util.Map<?,?> context)Checks if the deletion can be performed, and performs data deletion.ControllerStatusPublication. checkAndPerformTrash(Member opAuthor, java.util.Map context)Check if publication can be put in trash, and do it if possible and authorized.ControllerStatusPublication. checkAndPerformUntrash(Member opAuthor, java.util.Map context)Check if publication can be removed from trash, and do it if possible and authorized.ControllerStatusData. checkAndPerformUpdate(Member mbr)Checks if the update can be performed, and performs data update.ControllerStatusData. checkAndPerformUpdate(Member mbr, java.util.Map<?,?> context)Checks if the update can be performed, and performs data update.ControllerStatusLimitController. checkCollaborativeSpaceLimit(boolean add)Checks collaborative spaces limit.ControllerStatusData. checkCreate(Member mbr)Checks if the creation can be performedControllerStatusData. checkCreate(Member mbr, java.util.Map context)Checks if the creation can be performedControllerStatusDBFileDocument. checkCreate(Member mbr, java.util.Map context)ControllerStatusMember. checkCreate(Member mbr, java.util.Map context)ControllerStatusPublication. checkCreate(Member mbr, java.util.Map context)Checks if the creation can be performedControllerStatusLimitController. checkDBFileDocumentLimit(boolean add)Checks DBFileDocument limit.ControllerStatusLimitController. checkDBMemberLimit(boolean add)Checks DBMember limit.ControllerStatusCategory. checkDelete(Member mbr, java.util.Map context)Checks if the deletion can be performedControllerStatusData. checkDelete(Member mbr)Checks if the deletion can be performedControllerStatusData. checkDelete(Member mbr, java.util.Map context)Checks if the deletion can be performedControllerStatusGroup. checkDelete(Member mbr, java.util.Map context)Checks if the deletion can be performedControllerStatusMember. checkDelete(Member mbr, java.util.Map context)Checks if the deletion can be performedControllerStatusPublication. checkDelete(Member mbr, java.util.Map context)Checks if the deletion can be performedprotected ControllerStatusBasicDataController. checkFieldMLRequired(Publication pub, java.lang.String fieldName, java.lang.String value, java.util.HashMap valueML)This convenient method checks if the given multilingual field is required.static ControllerStatusJcmsUtil. checkFieldMLRequired(Publication pub, java.lang.String fieldName, java.lang.String value, java.util.HashMap valueML)This convenient method checks if the given multilingual field is required.protected ControllerStatusBasicDataController. checkFieldRequired(Publication pub, java.lang.String fieldName, java.lang.String value)This convenient method checks if the given field is required.static ControllerStatusJcmsUtil. checkFieldRequired(Publication pub, java.lang.String fieldName, java.lang.Object value)This convenient method checks if the given field is required.ControllerStatusLimitController. checkGuestLimit(boolean add)Checks Guest limit.static ControllerStatusJcmsUtil. checkHtml(java.lang.String[] array, java.lang.String field)Check if the given array of String does not contain forbidden HTML codestatic ControllerStatusJcmsUtil. checkHtml(java.lang.String str, java.lang.String field)Check if the given String does not contain forbidden HTML code.static ControllerStatusJcmsUtil. checkHtml(java.util.Collection<java.lang.String> coll, java.lang.String field)Check if the given collection of String does not contain forbidden HTML codestatic ControllerStatusJcmsUtil. checkHtml(java.util.Map map, java.lang.String field)Check if the values of given map of String do not contain forbidden HTML codeControllerStatusRightPolicyManager. checkHtml(java.lang.String str, java.lang.String field)ControllerStatusAbstractWebPage. checkIntegrity()ControllerStatusBasicDataController. checkIntegrity(Data data)Checks if the given data respects constraints integrityControllerStatusCategory. checkIntegrity()Checks whether or not data integrity constraints are respected.ControllerStatusData. checkIntegrity()Checks whether or not data integrity constraints are respected.ControllerStatusData. checkIntegrity(java.util.Map context)Checks whether or not data integrity constraints are respected.ControllerStatusDataController. checkIntegrity(Data data)Checks if the given data respects constraints integrityControllerStatusFileDocument. checkIntegrity(java.util.Map context)ControllerStatusGroup. checkIntegrity()Checks whether or not data integrity constraints are respected.ControllerStatusMember. checkIntegrity(java.util.Map context)Checks whether or not data integrity constraints are respected.ControllerStatusPublication. checkIntegrity()Checks whether or not data integrity constraints are respected.ControllerStatusLimitController. checkLanguageLimit(boolean add)Checks language limit.ControllerStatusCategory. checkMember(int op, Member mbr, java.util.Map context)Checks if the given member can perform the given operation.ControllerStatusData. checkMember(int op, Member mbr, java.util.Map context)Checks if the given member can perform the given operation.ControllerStatusGroup. checkMember(int op, Member mbr, java.util.Map context)Checks if the given member can perform the given operation.ControllerStatusMember. checkMember(int op, Member mbr, java.util.Map context)Checks if the given member can perform the given operation.ControllerStatusPublication. checkMember(int op, Member mbr, java.util.Map context)Checks if the given member can perform the given operation.static ControllerStatusMember. checkMemberGroupModification(Member opAuthor, Group modifiedGroup, Member modifiedMember, boolean checkParentGroup)Check if the specified Member (opAuthor) is authorized to add or remove a member to the specified group to this member.ControllerStatusLimitController. checkMemberLimit(boolean add)Checks member limit.ControllerStatusPublication. checkMerge(Member mbr, java.util.Map context)Checks if the merge can be performedControllerStatusPublication. checkTrash(Member opAuthor, java.util.Map context)Check this publication can be trashed given its current state and authorization of specified member.ControllerStatusPublication. checkUntrash(Member opAuthor, java.util.Map context)Check this publication can be remove from trashed given its current state and authorization of specified member.ControllerStatusCategory. checkUpdate(Member mbr, java.util.Map context)Checks if the update can be performedControllerStatusData. checkUpdate(Member mbr)Checks if the update can be performedControllerStatusData. checkUpdate(Member mbr, java.util.Map context)Checks if the update can be performedControllerStatusPublication. checkUpdate(Member mbr, java.util.Map context)Checks if the update can be performedControllerStatusLimitController. checkWorkspaceLimit(boolean add)Checks workspace limit.ControllerStatusAbstractWebPage. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)ControllerStatusBasicDataController. checkWrite(Data data, int op, Member mbr, boolean checkIntegrity, java.util.Map context)Checks if the given write operation can be performedControllerStatusData. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)Checks if the given write operation can be performedControllerStatusDataController. checkWrite(Data data, int op, Member mbr, boolean checkIntegrity, java.util.Map context)Checks if the given write operation can be performedControllerStatusGroup. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)Checks if the given write operation can be performedControllerStatusMember. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)Checks if the given write operation can be performedControllerStatusPublication. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)Checks if the given write operation can be performedControllerStatusCategory. delete(Member loggedMember)Delete the given categoryControllerStatusPublication. detachFrom(Workspace attachWorkspace, Member mbr)Detaches this publication for the given attachWorkspace.ControllerStatusMemberImport. getStatus()protected ControllerStatusMember. internalCheckMember(int op, Member mbr, java.util.Map context)ControllerStatusCategory. mergeWith(Category tgtCat, Member loggedMember)Merges this category with the given the category.ControllerStatusFileDocument. mergeWith(FileDocument tgtDoc, Member loggedMember)Merges this document with the given the document.ControllerStatusCategory. moveTo(Category parent, Member loggedMember)Move Category under given parentControllerStatusCategory. performImport(Member mbr, java.io.File file, java.lang.String languages, java.lang.String encoding)Parse and imports categories from the given file under this category.ControllerStatusCategory. rename(java.lang.String name, java.lang.String userLang, Member loggedMember)Rename the given categoryprotected <T extends Data>
ControllerStatusStartupDataGenerator. saveData(T data)ControllerStatusMemberImportManager. validateCsvFile()Methods in com.jalios.jcms that return types with arguments of type ControllerStatus Modifier and Type Method Description java.util.Map<Data,ControllerStatus>Channel. getDataIntegrityReport(boolean refresh)Checks the integrity constraints of all the data in the store.java.util.ArrayList<ControllerStatus>ControllerStatus. getNestedStatusList()Methods in com.jalios.jcms with parameters of type ControllerStatus Modifier and Type Method Description voidControllerStatus. addNestedStatus(ControllerStatus status)Add a ControllerStatus to the list of nested status.ControllerStatusRightPolicyManager. canWorkOn(ControllerStatus status, int op, Member mbr, Member member)voidMemberImport. setStatus(ControllerStatus status)Method parameters in com.jalios.jcms with type arguments of type ControllerStatus Modifier and Type Method Description static voidJcmsUtil. exportCSVIntegrityReport(java.util.Map<Data,ControllerStatus> report, java.lang.String lang, java.io.Writer writer)Export a Data Integrity Report to CSV - 
Uses of ControllerStatus in com.jalios.jcms.accesscontrol
Methods in com.jalios.jcms.accesscontrol that return ControllerStatus Modifier and Type Method Description ControllerStatusAccessControlList. checkDelete(Member mbr, java.util.Map context)Checks if the deletion can be performedControllerStatusAccessControlList. checkIntegrity()Checks whether or not data integrity constraints are respected.ControllerStatusAccessControlList. checkMember(int op, Member mbr, java.util.Map context)Checks if the given member can perform the given operation. - 
Uses of ControllerStatus in com.jalios.jcms.alert
Methods in com.jalios.jcms.alert that return ControllerStatus Modifier and Type Method Description ControllerStatusAlert. checkIntegrity() - 
Uses of ControllerStatus in com.jalios.jcms.application
Methods in com.jalios.jcms.application that return ControllerStatus Modifier and Type Method Description ControllerStatusApplicationManager. addApplication(Member mbr, java.lang.String tabName, generated.Shortcut application, boolean checkAlreadyInstalled, boolean sendAlert)Returns a ControllerStatus as a result of the action which adds the given application to the member's shortcut in given tabControllerStatusApplicationManager. addApplication(Member mbr, java.util.Collection<Group> groups, java.util.Collection<Member> members, java.lang.String tabName, generated.Shortcut application)Returns a controller status as a result of the action that will : - Launch a new thread to retrieve all members from provided groups - Install the app in a new thread for each member - Create a tab if there's no matching tab in case tab name has been provided - Will send an alert telling the user an app has been installed - At the end of all threads, the author of the action will receive an alert - 
Uses of ControllerStatus in com.jalios.jcms.caddy
Methods in com.jalios.jcms.caddy with parameters of type ControllerStatus Modifier and Type Method Description protected booleanAbstractCaddyManagerHandler. processMultipleStatus(Data data, ControllerStatus status)Process the ControllerStatus: do nothing if OK, or send on forbidden, or accumulate warning message with the previous ones in the request. - 
Uses of ControllerStatus in com.jalios.jcms.calendar
Methods in com.jalios.jcms.calendar that return ControllerStatus Modifier and Type Method Description static ControllerStatusAbstractCalendarEvent. checkAttendeesIntegrity(AbstractCalendarEvent event, Member[] attendees)ControllerStatusAbstractCalendarEvent. checkIntegrity()Checks whether or not data integrity constraints are respected. - 
Uses of ControllerStatus in com.jalios.jcms.handler
Methods in com.jalios.jcms.handler with parameters of type ControllerStatus Modifier and Type Method Description protected booleanEditCatHandler. processStatus(ControllerStatus status)protected booleanEditPublicationHandler. processStatus(ControllerStatus status)protected booleanJcmsFormHandler. processStatus(ControllerStatus status)Process the ControllerStatus: do nothing if OK, or send on forbidden, or put a warning message in the request. - 
Uses of ControllerStatus in com.jalios.jcms.jportal
Methods in com.jalios.jcms.jportal that return ControllerStatus Modifier and Type Method Description ControllerStatusAbstractJPortal. checkDelete(Member mbr, java.util.Map context)ControllerStatusAbstractJPortal. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)ControllerStatusJPortalStructureDataController. checkWrite(Data data, int op, Member mbr, boolean checkIntegrity, java.util.Map context)ControllerStatusJPortalManager. duplicateJPortal(AbstractJPortal jportal, WizardContext context, boolean updateIds)Duplicate aJPortalControllerStatusJPortalHistoryHandler. performUpdate()ControllerStatusJPortalManager. publishJPortal(AbstractJPortal jPortal, java.lang.String jPortalName, Member mbr, java.util.Map<java.lang.String,java.lang.Object> context, int pstatus, Category[] categories, java.util.Date pdate, java.lang.String title, java.util.HashMap<java.lang.String,java.lang.String> titleML)Publish the JPortalControllerStatusJPortalManager. saveJPortalStructure(AbstractJPortal jPortal, JPortalMapping jPortalMapping, Member mbr)Saves the givenJPortalMappingfor givenAbstractJPortalstatic ControllerStatusJPortalUtils. updateJPortletUIMapping(AbstractJPortal jportal, PortalElement portalElement, java.util.Map<java.lang.String,java.lang.String> cssMap, Member member) - 
Uses of ControllerStatus in com.jalios.jcms.media
Methods in com.jalios.jcms.media that return ControllerStatus Modifier and Type Method Description ControllerStatusMediaProgression. checkIntegrity() - 
Uses of ControllerStatus in com.jalios.jcms.policy
Methods in com.jalios.jcms.policy that return ControllerStatus Modifier and Type Method Description ControllerStatusBasicRightPolicyFilter. canWorkOn(ControllerStatus status, int op, Member mbr, Member member)ControllerStatusRightPolicyFilter. canWorkOn(ControllerStatus status, int op, Member mbr, Member member)ControllerStatusBasicRightPolicyFilter. checkHtml(java.lang.String str, java.lang.String field)ControllerStatusRightPolicyFilter. checkHtml(java.lang.String str, java.lang.String field)This method is called to check if the given string does not contain forbidden HTML codeMethods in com.jalios.jcms.policy with parameters of type ControllerStatus Modifier and Type Method Description ControllerStatusBasicRightPolicyFilter. canWorkOn(ControllerStatus status, int op, Member mbr, Member member)ControllerStatusRightPolicyFilter. canWorkOn(ControllerStatus status, int op, Member mbr, Member member) - 
Uses of ControllerStatus in com.jalios.jcms.portlet
Methods in com.jalios.jcms.portlet that return ControllerStatus Modifier and Type Method Description ControllerStatusPortal. checkDelete(Member mbr, java.util.Map context)Checks if the deletion can be performedControllerStatusPortalRedirect. checkIntegrity()ControllerStatusPortletJspDataController. checkIntegrity(Data data)ControllerStatusPortletQueryForeachDataController. checkIntegrity(Data data)default ControllerStatusPortletJspInterface. checkJsp()Check integrity of the JSP field valueControllerStatusAbstractPortalJspCollection. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)ControllerStatusPortletCollection. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)ControllerStatusAbstractPortalJspCollection. handleSortable(JcmsJspContext jcmsContext)Handle a sortable request (ie a DnD) received for this portletControllerStatusPortletCollection. handleSortable(JcmsJspContext jcmsContext)Handle a sortable request (ie a DnD) received for this portlet - 
Uses of ControllerStatus in com.jalios.jcms.publiclink
Methods in com.jalios.jcms.publiclink that return ControllerStatus Modifier and Type Method Description ControllerStatusPublicLink. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context) - 
Uses of ControllerStatus in com.jalios.jcms.quota
Methods in com.jalios.jcms.quota that return ControllerStatus Modifier and Type Method Description ControllerStatusQuotaDataController. checkWrite(Data data, int op, Member mbr, boolean checkIntegrity, java.util.Map context)ControllerStatusQuotaManager. isUploadEnabled()indicates if upload is enabled for all the siteControllerStatusQuotaManager. isUploadEnabled(Workspace wk)indicates if upload is enabled for all the site and provided workspace if not null - 
Uses of ControllerStatus in com.jalios.jcms.recommendation
Methods in com.jalios.jcms.recommendation that return ControllerStatus Modifier and Type Method Description ControllerStatusRecommendation. checkIntegrity(java.util.Map context) - 
Uses of ControllerStatus in com.jalios.jcms.shortcut
Methods in com.jalios.jcms.shortcut that return ControllerStatus Modifier and Type Method Description ControllerStatusAbstractShortcut. checkIntegrity()Prevents the shortcut to reference itself as a Publication. - 
Uses of ControllerStatus in com.jalios.jcms.test
Methods in com.jalios.jcms.test with parameters of type ControllerStatus Modifier and Type Method Description static voidAssert. assertStatusForbidden(ControllerStatus status)protected voidJcmsTestCase. assertStatusForbidden(ControllerStatus status)static voidAssert. assertStatusHasFailed(ControllerStatus status)static voidAssert. assertStatusHasFailed(java.lang.String prop, ControllerStatus status)static voidAssert. assertStatusHasFailed(java.lang.String msg, java.lang.String prop, ControllerStatus status)protected voidJcmsTestCase. assertStatusHasFailed(ControllerStatus status)protected voidJcmsTestCase. assertStatusHasFailed(java.lang.String prop, ControllerStatus status)static voidAssert. assertStatusOK(ControllerStatus status)static voidAssert. assertStatusOK(java.lang.String msg, ControllerStatus status)protected voidJcmsTestCase. assertStatusOK(ControllerStatus status)static java.lang.StringJcmsTestCaseUtil. getControllerStatusDebugString(ControllerStatus actualStatus) - 
Uses of ControllerStatus in com.jalios.jcms.vote
Methods in com.jalios.jcms.vote that return ControllerStatus Modifier and Type Method Description ControllerStatusVote. checkIntegrity()ControllerStatusVoteManager. deleteAllVote(Member mbr)Delete all votes of aMemberControllerStatusVoteManager. deleteAllVote(Publication pub, Member mbr)Delete all votes of aPublication - 
Uses of ControllerStatus in com.jalios.jcms.workspace
Fields in com.jalios.jcms.workspace declared as ControllerStatus Modifier and Type Field Description protected ControllerStatusWizardContext. csMethods in com.jalios.jcms.workspace that return ControllerStatus Modifier and Type Method Description ControllerStatusWorkspace. checkCreate(Member mbr, java.util.Map context)Checks if the creation can be performedControllerStatusWSTypeEntry. checkCreate(Member mbr, java.util.Map context)ControllerStatusWSTypeEntry. checkCreateUpdate(Member mbr, java.util.Map context)Convenient check for Create and Update.ControllerStatusWorkspace. checkDelete(Member mbr, java.util.Map context)Checks if the deletion can be performedControllerStatusWKRole. checkIntegrity(java.util.Map context)ControllerStatusWorkspace. checkIntegrity()Checks whether or not data integrity constraints are respected.ControllerStatusWorkspace. checkMember(int op, Member mbr, java.util.Map context)Checks if the given member can perform the given operation.ControllerStatusWSTypeEntry. checkMember(int op, Member mbr, java.util.Map context)ControllerStatusWorkspace. checkUpdate(Member mbr, java.util.Map context)Checks if the update can be performedControllerStatusWSTypeEntry. checkUpdate(Member mbr, java.util.Map context)ControllerStatusWorkspace. checkWrite(int op, Member mbr, boolean checkIntegrity, java.util.Map context)ControllerStatusWizardContext. getFailStatus()Returns the ControllerStatus provided with failure or nullMethods in com.jalios.jcms.workspace with parameters of type ControllerStatus Modifier and Type Method Description voidWizardContext. setFailed(boolean failed, ControllerStatus cs) - 
Uses of ControllerStatus in com.jalios.jcms.wysiwyg.image
Methods in com.jalios.jcms.wysiwyg.image with parameters of type ControllerStatus Modifier and Type Method Description protected booleanImageUploadHandler. processStatus(ControllerStatus status) 
 -