@Service public class IntegrityServiceImpl extends Object implements IntegrityService
IntegrityService| Constructor and Description |
|---|
IntegrityServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkIntegrity(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
boolean repare)
Check integrity between LDAP users/groups and workspaces data
|
void |
chgValidDate(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Date validity,
Date current,
Boolean validityTest) |
void |
chgValidDate(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Date validity,
List<String> logins,
Boolean validityTest) |
void |
deleteDoc(DeleteDocForm form,
org.osivia.portal.api.context.PortalControllerContext portalControllerContext) |
void |
purgeAllInvit(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Remove all expired invitations
|
void |
purgeAllUsers(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Boolean test)
Remove all users with no connexion date
|
Integer |
purgeInvit(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
boolean test)
Remove a set of invitations
|
int |
purgeUsers(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
List<String> logins,
Boolean test)
Remove users with logins in argument
|
void |
updateWks(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Migration : create staple for last modifications, migration PictureBooks in Folders
|
public void checkIntegrity(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
boolean repare)
throws javax.portlet.PortletException
IntegrityServicecheckIntegrity in interface IntegrityServicejavax.portlet.PortletExceptionpublic void purgeAllUsers(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Boolean test)
throws javax.portlet.PortletException
IntegrityServicepurgeAllUsers in interface IntegrityServicejavax.portlet.PortletExceptionpublic int purgeUsers(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
List<String> logins,
Boolean test)
throws javax.portlet.PortletException
IntegrityServicepurgeUsers in interface IntegrityServicejavax.portlet.PortletExceptionpublic void chgValidDate(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Date validity,
Date current,
Boolean validityTest)
chgValidDate in interface IntegrityServicepublic void chgValidDate(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Date validity,
List<String> logins,
Boolean validityTest)
chgValidDate in interface IntegrityServicepublic Integer purgeInvit(org.osivia.portal.api.context.PortalControllerContext portalControllerContext, boolean test) throws javax.portlet.PortletException
IntegrityServicepurgeInvit in interface IntegrityServicejavax.portlet.PortletExceptionpublic void purgeAllInvit(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
throws javax.portlet.PortletException
IntegrityServicepurgeAllInvit in interface IntegrityServicejavax.portlet.PortletExceptionpublic void updateWks(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
IntegrityServiceupdateWks in interface IntegrityServicepublic void deleteDoc(DeleteDocForm form, org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
deleteDoc in interface IntegrityServiceCopyright © 2021. All rights reserved.