Liferay 7.0-ga1 portal-impl

com.liferay.portal.service.impl
Class CompanyLocalServiceImpl.DeleteGroupActionableDynamicQuery

java.lang.Object
  extended by com.liferay.portal.service.impl.CompanyLocalServiceImpl.DeleteGroupActionableDynamicQuery
Enclosing class:
CompanyLocalServiceImpl

protected class CompanyLocalServiceImpl.DeleteGroupActionableDynamicQuery
extends Object


Constructor Summary
protected CompanyLocalServiceImpl.DeleteGroupActionableDynamicQuery()
           
 
Method Summary
protected  void deleteGroup(com.liferay.portal.kernel.model.Group group)
           
protected  void performActions()
           
protected  void setCompanyId(long companyId)
           
protected  void setParentGroupId(long parentGroupId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompanyLocalServiceImpl.DeleteGroupActionableDynamicQuery

protected CompanyLocalServiceImpl.DeleteGroupActionableDynamicQuery()
Method Detail

deleteGroup

protected void deleteGroup(com.liferay.portal.kernel.model.Group group)
                    throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

performActions

protected void performActions()
                       throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

setCompanyId

protected void setCompanyId(long companyId)

setParentGroupId

protected void setParentGroupId(long parentGroupId)

Liferay 7.0-ga1 portal-impl