Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.service.base
Class UserGroupGroupRoleLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.UserGroupGroupRoleLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Direct Known Subclasses:
UserGroupGroupRoleLocalServiceImpl

@ProviderType
public abstract class UserGroupGroupRoleLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService

Provides the base implementation for the user group group role local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in UserGroupGroupRoleLocalServiceImpl.

See Also:
UserGroupGroupRoleLocalServiceImpl, UserGroupGroupRoleLocalServiceUtil
{$generated.description}

Field Summary
protected  com.liferay.counter.kernel.service.CounterLocalService counterLocalService
           
protected  com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder
           
protected  com.liferay.portal.kernel.service.RoleLocalService roleLocalService
           
protected  com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence
           
protected  com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder
           
protected  com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder userGroupGroupRoleFinder
           
protected  com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService
           
protected  com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence userGroupGroupRolePersistence
           
protected  com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService
           
protected  com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence
           
 
Constructor Summary
UserGroupGroupRoleLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portal.kernel.model.UserGroupGroupRole addUserGroupGroupRole(com.liferay.portal.kernel.model.UserGroupGroupRole userGroupGroupRole)
          Adds the user group group role to the database.
 void afterPropertiesSet()
           
 com.liferay.portal.kernel.model.UserGroupGroupRole createUserGroupGroupRole(com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
 com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
           
 com.liferay.portal.kernel.model.UserGroupGroupRole deleteUserGroupGroupRole(com.liferay.portal.kernel.model.UserGroupGroupRole userGroupGroupRole)
          Deletes the user group group role from the database.
 com.liferay.portal.kernel.model.UserGroupGroupRole deleteUserGroupGroupRole(com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
 void destroy()
           
 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> List<T>
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
<T> List<T>
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
          Returns the number of rows matching the dynamic query.
 long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
          Returns the number of rows matching the dynamic query.
 com.liferay.portal.kernel.model.UserGroupGroupRole fetchUserGroupGroupRole(com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK)
           
 com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
           
 com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
 com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
           
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 com.liferay.portal.kernel.service.persistence.RoleFinder getRoleFinder()
          Returns the role finder.
 com.liferay.portal.kernel.service.RoleLocalService getRoleLocalService()
          Returns the role local service.
 com.liferay.portal.kernel.service.persistence.RolePersistence getRolePersistence()
          Returns the role persistence.
 com.liferay.portal.kernel.service.persistence.UserGroupFinder getUserGroupFinder()
          Returns the user group finder.
 com.liferay.portal.kernel.model.UserGroupGroupRole getUserGroupGroupRole(com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key.
 com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder getUserGroupGroupRoleFinder()
          Returns the user group group role finder.
 com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService()
          Returns the user group group role local service.
 com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence getUserGroupGroupRolePersistence()
          Returns the user group group role persistence.
 List<com.liferay.portal.kernel.model.UserGroupGroupRole> getUserGroupGroupRoles(int start, int end)
          Returns a range of all the user group group roles.
 int getUserGroupGroupRolesCount()
          Returns the number of user group group roles.
 com.liferay.portal.kernel.service.UserGroupLocalService getUserGroupLocalService()
          Returns the user group local service.
 com.liferay.portal.kernel.service.persistence.UserGroupPersistence getUserGroupPersistence()
          Returns the user group persistence.
protected  void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
           
protected  void runSQL(String sql)
          Performs a SQL query.
 void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
          Sets the counter local service.
 void setRoleFinder(com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder)
          Sets the role finder.
 void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
          Sets the role local service.
 void setRolePersistence(com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence)
          Sets the role persistence.
 void setUserGroupFinder(com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder)
          Sets the user group finder.
 void setUserGroupGroupRoleFinder(com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder userGroupGroupRoleFinder)
          Sets the user group group role finder.
 void setUserGroupGroupRoleLocalService(com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService)
          Sets the user group group role local service.
 void setUserGroupGroupRolePersistence(com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence userGroupGroupRolePersistence)
          Sets the user group group role persistence.
 void setUserGroupLocalService(com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService)
          Sets the user group local service.
 void setUserGroupPersistence(com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence)
          Sets the user group persistence.
 com.liferay.portal.kernel.model.UserGroupGroupRole updateUserGroupGroupRole(com.liferay.portal.kernel.model.UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
addUserGroupGroupRoles, addUserGroupGroupRoles, deleteUserGroupGroupRoles, deleteUserGroupGroupRoles, deleteUserGroupGroupRoles, deleteUserGroupGroupRoles, deleteUserGroupGroupRoles, deleteUserGroupGroupRolesByGroupId, deleteUserGroupGroupRolesByRoleId, deleteUserGroupGroupRolesByUserGroupId, getUserGroupGroupRoles, getUserGroupGroupRoles, getUserGroupGroupRolesByGroupAndRole, getUserGroupGroupRolesByUser, hasUserGroupGroupRole, hasUserGroupGroupRole
 

Field Detail

userGroupGroupRoleLocalService

@BeanReference(type=com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService.class)
protected com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService

userGroupGroupRolePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence userGroupGroupRolePersistence

userGroupGroupRoleFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder.class)
protected com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder userGroupGroupRoleFinder

counterLocalService

@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class)
protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService

roleLocalService

@BeanReference(type=com.liferay.portal.kernel.service.RoleLocalService.class)
protected com.liferay.portal.kernel.service.RoleLocalService roleLocalService

rolePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.RolePersistence.class)
protected com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence

roleFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.RoleFinder.class)
protected com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder

userGroupLocalService

@BeanReference(type=com.liferay.portal.kernel.service.UserGroupLocalService.class)
protected com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService

userGroupPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupPersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence

userGroupFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupFinder.class)
protected com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder

persistedModelLocalServiceRegistry

@BeanReference(type=com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry.class)
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

UserGroupGroupRoleLocalServiceBaseImpl

public UserGroupGroupRoleLocalServiceBaseImpl()
Method Detail

addUserGroupGroupRole

@Indexable(type=REINDEX)
public com.liferay.portal.kernel.model.UserGroupGroupRole addUserGroupGroupRole(com.liferay.portal.kernel.model.UserGroupGroupRole userGroupGroupRole)
Adds the user group group role to the database. Also notifies the appropriate model listeners.

Specified by:
addUserGroupGroupRole in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Parameters:
userGroupGroupRole - the user group group role
Returns:
the user group group role that was added

createUserGroupGroupRole

public com.liferay.portal.kernel.model.UserGroupGroupRole createUserGroupGroupRole(com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK)
Creates a new user group group role with the primary key. Does not add the user group group role to the database.

Specified by:
createUserGroupGroupRole in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Parameters:
userGroupGroupRolePK - the primary key for the new user group group role
Returns:
the new user group group role

deleteUserGroupGroupRole

@Indexable(type=DELETE)
public com.liferay.portal.kernel.model.UserGroupGroupRole deleteUserGroupGroupRole(com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK)
                                                                            throws com.liferay.portal.kernel.exception.PortalException
Deletes the user group group role with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteUserGroupGroupRole in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Parameters:
userGroupGroupRolePK - the primary key of the user group group role
Returns:
the user group group role that was removed
Throws:
com.liferay.portal.kernel.exception.PortalException - if a user group group role with the primary key could not be found

deleteUserGroupGroupRole

@Indexable(type=DELETE)
public com.liferay.portal.kernel.model.UserGroupGroupRole deleteUserGroupGroupRole(com.liferay.portal.kernel.model.UserGroupGroupRole userGroupGroupRole)
Deletes the user group group role from the database. Also notifies the appropriate model listeners.

Specified by:
deleteUserGroupGroupRole in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Parameters:
userGroupGroupRole - the user group group role
Returns:
the user group group role that was removed

dynamicQuery

public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService

dynamicQuery

public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                int start,
                                int end)
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                              com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchUserGroupGroupRole

public com.liferay.portal.kernel.model.UserGroupGroupRole fetchUserGroupGroupRole(com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK)
Specified by:
fetchUserGroupGroupRole in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService

getUserGroupGroupRole

public com.liferay.portal.kernel.model.UserGroupGroupRole getUserGroupGroupRole(com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK)
                                                                         throws com.liferay.portal.kernel.exception.PortalException
Returns the user group group role with the primary key.

Specified by:
getUserGroupGroupRole in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Parameters:
userGroupGroupRolePK - the primary key of the user group group role
Returns:
the user group group role
Throws:
com.liferay.portal.kernel.exception.PortalException - if a user group group role with the primary key could not be found

getActionableDynamicQuery

public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService

getIndexableActionableDynamicQuery

public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
Specified by:
getIndexableActionableDynamicQuery in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService

initActionableDynamicQuery

protected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)

deletePersistedModel

public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
                                                                    throws com.liferay.portal.kernel.exception.PortalException
Specified by:
deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
Specified by:
deletePersistedModel in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException

getPersistedModel

public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                                                 throws com.liferay.portal.kernel.exception.PortalException
Specified by:
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
Specified by:
getPersistedModel in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException

getUserGroupGroupRoles

public List<com.liferay.portal.kernel.model.UserGroupGroupRole> getUserGroupGroupRoles(int start,
                                                                                       int end)
Returns a range of all the user group group roles.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserGroupGroupRoleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getUserGroupGroupRoles in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Parameters:
start - the lower bound of the range of user group group roles
end - the upper bound of the range of user group group roles (not inclusive)
Returns:
the range of user group group roles

getUserGroupGroupRolesCount

public int getUserGroupGroupRolesCount()
Returns the number of user group group roles.

Specified by:
getUserGroupGroupRolesCount in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Returns:
the number of user group group roles

updateUserGroupGroupRole

@Indexable(type=REINDEX)
public com.liferay.portal.kernel.model.UserGroupGroupRole updateUserGroupGroupRole(com.liferay.portal.kernel.model.UserGroupGroupRole userGroupGroupRole)
Updates the user group group role in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateUserGroupGroupRole in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Parameters:
userGroupGroupRole - the user group group role
Returns:
the user group group role that was updated

getUserGroupGroupRoleLocalService

public com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService()
Returns the user group group role local service.

Returns:
the user group group role local service

setUserGroupGroupRoleLocalService

public void setUserGroupGroupRoleLocalService(com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService)
Sets the user group group role local service.

Parameters:
userGroupGroupRoleLocalService - the user group group role local service

getUserGroupGroupRolePersistence

public com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence getUserGroupGroupRolePersistence()
Returns the user group group role persistence.

Returns:
the user group group role persistence

setUserGroupGroupRolePersistence

public void setUserGroupGroupRolePersistence(com.liferay.portal.kernel.service.persistence.UserGroupGroupRolePersistence userGroupGroupRolePersistence)
Sets the user group group role persistence.

Parameters:
userGroupGroupRolePersistence - the user group group role persistence

getUserGroupGroupRoleFinder

public com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder getUserGroupGroupRoleFinder()
Returns the user group group role finder.

Returns:
the user group group role finder

setUserGroupGroupRoleFinder

public void setUserGroupGroupRoleFinder(com.liferay.portal.kernel.service.persistence.UserGroupGroupRoleFinder userGroupGroupRoleFinder)
Sets the user group group role finder.

Parameters:
userGroupGroupRoleFinder - the user group group role finder

getCounterLocalService

public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getRoleLocalService

public com.liferay.portal.kernel.service.RoleLocalService getRoleLocalService()
Returns the role local service.

Returns:
the role local service

setRoleLocalService

public void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
Sets the role local service.

Parameters:
roleLocalService - the role local service

getRolePersistence

public com.liferay.portal.kernel.service.persistence.RolePersistence getRolePersistence()
Returns the role persistence.

Returns:
the role persistence

setRolePersistence

public void setRolePersistence(com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence)
Sets the role persistence.

Parameters:
rolePersistence - the role persistence

getRoleFinder

public com.liferay.portal.kernel.service.persistence.RoleFinder getRoleFinder()
Returns the role finder.

Returns:
the role finder

setRoleFinder

public void setRoleFinder(com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder)
Sets the role finder.

Parameters:
roleFinder - the role finder

getUserGroupLocalService

public com.liferay.portal.kernel.service.UserGroupLocalService getUserGroupLocalService()
Returns the user group local service.

Returns:
the user group local service

setUserGroupLocalService

public void setUserGroupLocalService(com.liferay.portal.kernel.service.UserGroupLocalService userGroupLocalService)
Sets the user group local service.

Parameters:
userGroupLocalService - the user group local service

getUserGroupPersistence

public com.liferay.portal.kernel.service.persistence.UserGroupPersistence getUserGroupPersistence()
Returns the user group persistence.

Returns:
the user group persistence

setUserGroupPersistence

public void setUserGroupPersistence(com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence)
Sets the user group persistence.

Parameters:
userGroupPersistence - the user group persistence

getUserGroupFinder

public com.liferay.portal.kernel.service.persistence.UserGroupFinder getUserGroupFinder()
Returns the user group finder.

Returns:
the user group finder

setUserGroupFinder

public void setUserGroupFinder(com.liferay.portal.kernel.service.persistence.UserGroupFinder userGroupFinder)
Sets the user group finder.

Parameters:
userGroupFinder - the user group finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.UserGroupGroupRoleLocalService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ce-b8 portal-impl