+

Search Tips   |   Advanced Search

Home page administrative commands


HomepageCellConfig.checkInGettingstartedConfig("/tmp", "cell_name")

Check in the configuration files for the Getting Started wizard. See HomepageCellConfig.checkOutGettingstartedConfig.

HomepageCellConfig.checkOutGettingstartedConfig("/tmp","cell_name")

Check out configuration files for the Getting Started wizard

To get cell name:


HomepagePersonService commands

HomepagePersonService.resetWelcomeFlagAllMembers()

Force the Getting Started view to be the default Home page view for all users.

HomepagePersonService.resetWelcomeFlagMemberByEmail(String email)

Force the Getting Started view to be the default Home page view for the user specified by email address.

For example:

    HomepagePersonService.resetWelcomeFlagMemberByEmail("jsmith@myco.com")

HomepagePersonService.resetWelcomeFlagMemberByLoginName(String loginName)

Force the Getting Started view to be the default Home page view for the user specified by login name.

For example:

    HomepagePersonService.resetWelcomeFlagMemberByLoginName("Joe Smith")

HomepagePersonService.resetWelcomeFlagBatchMembersByEmail(String fileName)

Force the Getting Started view to be the default Home page view for the users listed in the specified text file. Define the people by adding one person's email per line.

For example:

    HomepagePersonService.resetWelcomeFlagBatchMembersByEmail("/opt/Homepage/emails.txt")

HomepagePersonService.resetWelcomeFlagBatchMembersByLoginName(String fileName)

Force the Getting Started view to be the default Home page view for the users listed in the specified text file. Define the people by adding one person's login name per line.

For example:

    HomepagePersonService.resetWelcomeFlagBatchMembersByLoginName("/opt/Homepage/logins.txt")


Parent topic:
Administer the Home page using wsadmin.sh


Related:
Synchronize user data
Force the Getting Started view to be the default Home page view
Customize the Getting Started view