|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sconman.tools.ProjectHelper
public class ProjectHelper
Helper methods
| Constructor Summary | |
|---|---|
ProjectHelper()
|
|
| Method Summary | |
|---|---|
static void |
addVisibilityDaysToAllContents(User actor,
Project prj,
int days)
Add visibility days to all the contents in the project |
static void |
updateAuthorId(User actor,
Project prj,
java.lang.String defaultLogin)
This method sets author to all the contents which author is out of synchronization |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectHelper()
| Method Detail |
|---|
public static void addVisibilityDaysToAllContents(User actor,
Project prj,
int days)
throws SCMStorageException,
SCMSecurityException
actor - The user that performs the actionprj - El context projectdays - The amount of days that should be added to each content's
current life
SCMStorageException
SCMSecurityException
public static void updateAuthorId(User actor,
Project prj,
java.lang.String defaultLogin)
throws SCMStorageException
actor - The user that performs the actionprj - context projectdefaultLogin - The user login to set to the contents with invalid author
SCMStorageException
SCMSecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||