com.liferay.portal.service.persistence
Class OrgGroupPermissionFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl
      extended by com.liferay.portal.service.persistence.OrgGroupPermissionFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence, com.liferay.portal.service.persistence.OrgGroupPermissionFinder

public class OrgGroupPermissionFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
implements com.liferay.portal.service.persistence.OrgGroupPermissionFinder

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String FIND_BY_O_G_R
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners
 
Constructor Summary
OrgGroupPermissionFinderImpl()
           
 
Method Summary
 void removeByO_G_R(long organizationId, long groupId, long resourceId)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
closeSession, getDataSource, getDialect, getListeners, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIND_BY_O_G_R

public static java.lang.String FIND_BY_O_G_R
Constructor Detail

OrgGroupPermissionFinderImpl

public OrgGroupPermissionFinderImpl()
Method Detail

removeByO_G_R

public void removeByO_G_R(long organizationId,
                          long groupId,
                          long resourceId)
                   throws com.liferay.portal.SystemException
Specified by:
removeByO_G_R in interface com.liferay.portal.service.persistence.OrgGroupPermissionFinder
Throws:
com.liferay.portal.SystemException