com.liferay.portal.kernel.test.util
Class OrganizationTestUtil
java.lang.Object
com.liferay.portal.kernel.test.util.OrganizationTestUtil
public class OrganizationTestUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrganizationTestUtil
public OrganizationTestUtil()
addAddress
public static Address addAddress(Organization organization)
throws Exception
- Throws:
Exception
addEmailAddress
public static EmailAddress addEmailAddress(Organization organization)
throws Exception
- Throws:
Exception
addOrganization
public static Organization addOrganization()
throws Exception
- Throws:
Exception
addOrganization
public static Organization addOrganization(boolean site)
throws Exception
- Throws:
Exception
addOrganization
public static Organization addOrganization(long parentOrganizationId,
String name,
boolean site)
throws Exception
- Throws:
Exception
addOrgLabor
public static OrgLabor addOrgLabor(Organization organization)
throws Exception
- Throws:
Exception
addPasswordPolicyRel
public static PasswordPolicy addPasswordPolicyRel(Organization organization,
ServiceContext serviceContext)
throws Exception
- Throws:
Exception
addPhone
public static Phone addPhone(Organization organization)
throws Exception
- Throws:
Exception
addSite
public static Organization addSite(Organization organization)
throws Exception
- Throws:
Exception
addWebsite
public static Website addWebsite(Organization organization)
throws Exception
- Throws:
Exception