org.sakaiproject.profile2.logic
Class ProfileWorksiteLogicImpl

java.lang.Object
  extended by org.sakaiproject.profile2.logic.ProfileWorksiteLogicImpl
All Implemented Interfaces:
ProfileWorksiteLogic

public class ProfileWorksiteLogicImpl
extends Object
implements ProfileWorksiteLogic

Implementation of ProfileWorksiteLogic API

Author:
d.b.robinson@lancaster.ac.uk

Constructor Summary
ProfileWorksiteLogicImpl()
           
 
Method Summary
 boolean createWorksite(String siteTitle, String ownerId, Collection<Person> members, boolean notifyByEmail)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileWorksiteLogicImpl

public ProfileWorksiteLogicImpl()
Method Detail

createWorksite

public boolean createWorksite(String siteTitle,
                              String ownerId,
                              Collection<Person> members,
                              boolean notifyByEmail)

Specified by:
createWorksite in interface ProfileWorksiteLogic


Copyright © 2008-2012 The Sakai Foundation. All Rights Reserved.