public interface SiteDemoDataCreator
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.Group |
create(long companyId) |
com.liferay.portal.kernel.model.Group |
create(long companyId,
java.lang.String name) |
void |
delete() |
com.liferay.portal.kernel.model.Group create(long companyId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.model.Group create(long companyId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void delete() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException