@ProviderType
public abstract class UserGroupGroupRoleLocalServiceBaseImpl
extends com.liferay.portal.service.BaseLocalServiceImpl
implements com.liferay.portal.service.UserGroupGroupRoleLocalService, com.liferay.portal.kernel.bean.IdentifiableBean
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in UserGroupGroupRoleLocalServiceImpl.
UserGroupGroupRoleLocalServiceImpl,
UserGroupGroupRoleLocalServiceUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.counter.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portal.service.persistence.RoleFinder |
roleFinder |
protected com.liferay.portal.service.RoleLocalService |
roleLocalService |
protected com.liferay.portal.service.persistence.RolePersistence |
rolePersistence |
protected com.liferay.portal.service.RoleService |
roleService |
protected com.liferay.portal.service.persistence.UserGroupFinder |
userGroupFinder |
protected com.liferay.portal.service.persistence.UserGroupGroupRoleFinder |
userGroupGroupRoleFinder |
protected com.liferay.portal.service.UserGroupGroupRoleLocalService |
userGroupGroupRoleLocalService |
protected com.liferay.portal.service.persistence.UserGroupGroupRolePersistence |
userGroupGroupRolePersistence |
protected com.liferay.portal.service.UserGroupGroupRoleService |
userGroupGroupRoleService |
protected com.liferay.portal.service.UserGroupLocalService |
userGroupLocalService |
protected com.liferay.portal.service.persistence.UserGroupPersistence |
userGroupPersistence |
protected com.liferay.portal.service.UserGroupService |
userGroupService |
| Constructor and Description |
|---|
UserGroupGroupRoleLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.model.UserGroupGroupRole |
addUserGroupGroupRole(com.liferay.portal.model.UserGroupGroupRole userGroupGroupRole)
Adds the user group group role to the database.
|
void |
afterPropertiesSet() |
com.liferay.portal.model.UserGroupGroupRole |
createUserGroupGroupRole(com.liferay.portal.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK)
Creates a new user group group role with the primary key.
|
com.liferay.portal.model.PersistedModel |
deletePersistedModel(com.liferay.portal.model.PersistedModel persistedModel) |
com.liferay.portal.model.UserGroupGroupRole |
deleteUserGroupGroupRole(com.liferay.portal.model.UserGroupGroupRole userGroupGroupRole)
Deletes the user group group role from the database.
|
com.liferay.portal.model.UserGroupGroupRole |
deleteUserGroupGroupRole(com.liferay.portal.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> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.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> java.util.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.model.UserGroupGroupRole |
fetchUserGroupGroupRole(com.liferay.portal.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
com.liferay.counter.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
com.liferay.portal.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
com.liferay.portal.service.persistence.RoleFinder |
getRoleFinder()
Returns the role finder.
|
com.liferay.portal.service.RoleLocalService |
getRoleLocalService()
Returns the role local service.
|
com.liferay.portal.service.persistence.RolePersistence |
getRolePersistence()
Returns the role persistence.
|
com.liferay.portal.service.RoleService |
getRoleService()
Returns the role remote service.
|
com.liferay.portal.service.persistence.UserGroupFinder |
getUserGroupFinder()
Returns the user group finder.
|
com.liferay.portal.model.UserGroupGroupRole |
getUserGroupGroupRole(com.liferay.portal.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK)
Returns the user group group role with the primary key.
|
com.liferay.portal.service.persistence.UserGroupGroupRoleFinder |
getUserGroupGroupRoleFinder()
Returns the user group group role finder.
|
com.liferay.portal.service.UserGroupGroupRoleLocalService |
getUserGroupGroupRoleLocalService()
Returns the user group group role local service.
|
com.liferay.portal.service.persistence.UserGroupGroupRolePersistence |
getUserGroupGroupRolePersistence()
Returns the user group group role persistence.
|
java.util.List<com.liferay.portal.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.service.UserGroupGroupRoleService |
getUserGroupGroupRoleService()
Returns the user group group role remote service.
|
com.liferay.portal.service.UserGroupLocalService |
getUserGroupLocalService()
Returns the user group local service.
|
com.liferay.portal.service.persistence.UserGroupPersistence |
getUserGroupPersistence()
Returns the user group persistence.
|
com.liferay.portal.service.UserGroupService |
getUserGroupService()
Returns the user group remote service.
|
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(java.lang.String sql)
Performs a SQL query.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setRoleFinder(com.liferay.portal.service.persistence.RoleFinder roleFinder)
Sets the role finder.
|
void |
setRoleLocalService(com.liferay.portal.service.RoleLocalService roleLocalService)
Sets the role local service.
|
void |
setRolePersistence(com.liferay.portal.service.persistence.RolePersistence rolePersistence)
Sets the role persistence.
|
void |
setRoleService(com.liferay.portal.service.RoleService roleService)
Sets the role remote service.
|
void |
setUserGroupFinder(com.liferay.portal.service.persistence.UserGroupFinder userGroupFinder)
Sets the user group finder.
|
void |
setUserGroupGroupRoleFinder(com.liferay.portal.service.persistence.UserGroupGroupRoleFinder userGroupGroupRoleFinder)
Sets the user group group role finder.
|
void |
setUserGroupGroupRoleLocalService(com.liferay.portal.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService)
Sets the user group group role local service.
|
void |
setUserGroupGroupRolePersistence(com.liferay.portal.service.persistence.UserGroupGroupRolePersistence userGroupGroupRolePersistence)
Sets the user group group role persistence.
|
void |
setUserGroupGroupRoleService(com.liferay.portal.service.UserGroupGroupRoleService userGroupGroupRoleService)
Sets the user group group role remote service.
|
void |
setUserGroupLocalService(com.liferay.portal.service.UserGroupLocalService userGroupLocalService)
Sets the user group local service.
|
void |
setUserGroupPersistence(com.liferay.portal.service.persistence.UserGroupPersistence userGroupPersistence)
Sets the user group persistence.
|
void |
setUserGroupService(com.liferay.portal.service.UserGroupService userGroupService)
Sets the user group remote service.
|
com.liferay.portal.model.UserGroupGroupRole |
updateUserGroupGroupRole(com.liferay.portal.model.UserGroupGroupRole userGroupGroupRole)
Updates the user group group role in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddUserGroupGroupRoles, addUserGroupGroupRoles, deleteUserGroupGroupRoles, deleteUserGroupGroupRoles, deleteUserGroupGroupRoles, deleteUserGroupGroupRoles, deleteUserGroupGroupRolesByGroupId, deleteUserGroupGroupRolesByRoleId, deleteUserGroupGroupRolesByUserGroupId, getUserGroupGroupRoles, getUserGroupGroupRoles, getUserGroupGroupRolesByGroupAndRole, getUserGroupGroupRolesByUser, hasUserGroupGroupRole, hasUserGroupGroupRole@BeanReference(type=com.liferay.portal.service.UserGroupGroupRoleLocalService.class) protected com.liferay.portal.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService
@BeanReference(type=com.liferay.portal.service.UserGroupGroupRoleService.class) protected com.liferay.portal.service.UserGroupGroupRoleService userGroupGroupRoleService
@BeanReference(type=com.liferay.portal.service.persistence.UserGroupGroupRolePersistence.class) protected com.liferay.portal.service.persistence.UserGroupGroupRolePersistence userGroupGroupRolePersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserGroupGroupRoleFinder.class) protected com.liferay.portal.service.persistence.UserGroupGroupRoleFinder userGroupGroupRoleFinder
@BeanReference(type=com.liferay.counter.service.CounterLocalService.class) protected com.liferay.counter.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.service.RoleLocalService.class) protected com.liferay.portal.service.RoleLocalService roleLocalService
@BeanReference(type=com.liferay.portal.service.RoleService.class) protected com.liferay.portal.service.RoleService roleService
@BeanReference(type=com.liferay.portal.service.persistence.RolePersistence.class) protected com.liferay.portal.service.persistence.RolePersistence rolePersistence
@BeanReference(type=com.liferay.portal.service.persistence.RoleFinder.class) protected com.liferay.portal.service.persistence.RoleFinder roleFinder
@BeanReference(type=com.liferay.portal.service.UserGroupLocalService.class) protected com.liferay.portal.service.UserGroupLocalService userGroupLocalService
@BeanReference(type=com.liferay.portal.service.UserGroupService.class) protected com.liferay.portal.service.UserGroupService userGroupService
@BeanReference(type=com.liferay.portal.service.persistence.UserGroupPersistence.class) protected com.liferay.portal.service.persistence.UserGroupPersistence userGroupPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserGroupFinder.class) protected com.liferay.portal.service.persistence.UserGroupFinder userGroupFinder
@BeanReference(type=com.liferay.portal.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
public UserGroupGroupRoleLocalServiceBaseImpl()
@Indexable(type=REINDEX) public com.liferay.portal.model.UserGroupGroupRole addUserGroupGroupRole(com.liferay.portal.model.UserGroupGroupRole userGroupGroupRole)
addUserGroupGroupRole in interface com.liferay.portal.service.UserGroupGroupRoleLocalServiceuserGroupGroupRole - the user group group rolepublic com.liferay.portal.model.UserGroupGroupRole createUserGroupGroupRole(com.liferay.portal.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK)
createUserGroupGroupRole in interface com.liferay.portal.service.UserGroupGroupRoleLocalServiceuserGroupGroupRolePK - the primary key for the new user group group role@Indexable(type=DELETE)
public com.liferay.portal.model.UserGroupGroupRole deleteUserGroupGroupRole(com.liferay.portal.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK)
throws com.liferay.portal.kernel.exception.PortalException
deleteUserGroupGroupRole in interface com.liferay.portal.service.UserGroupGroupRoleLocalServiceuserGroupGroupRolePK - the primary key of the user group group rolecom.liferay.portal.kernel.exception.PortalException - if a user group group role with the primary key could not be found@Indexable(type=DELETE) public com.liferay.portal.model.UserGroupGroupRole deleteUserGroupGroupRole(com.liferay.portal.model.UserGroupGroupRole userGroupGroupRole)
deleteUserGroupGroupRole in interface com.liferay.portal.service.UserGroupGroupRoleLocalServiceuserGroupGroupRole - the user group group rolepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.portal.service.UserGroupGroupRoleLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.portal.service.UserGroupGroupRoleLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
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.
dynamicQuery in interface com.liferay.portal.service.UserGroupGroupRoleLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
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.
dynamicQuery in interface com.liferay.portal.service.UserGroupGroupRoleLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface com.liferay.portal.service.UserGroupGroupRoleLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface com.liferay.portal.service.UserGroupGroupRoleLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.portal.model.UserGroupGroupRole fetchUserGroupGroupRole(com.liferay.portal.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK)
fetchUserGroupGroupRole in interface com.liferay.portal.service.UserGroupGroupRoleLocalServicepublic com.liferay.portal.model.UserGroupGroupRole getUserGroupGroupRole(com.liferay.portal.service.persistence.UserGroupGroupRolePK userGroupGroupRolePK)
throws com.liferay.portal.kernel.exception.PortalException
getUserGroupGroupRole in interface com.liferay.portal.service.UserGroupGroupRoleLocalServiceuserGroupGroupRolePK - the primary key of the user group group rolecom.liferay.portal.kernel.exception.PortalException - if a user group group role with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.portal.service.UserGroupGroupRoleLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.model.PersistedModel deletePersistedModel(com.liferay.portal.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicedeletePersistedModel in interface com.liferay.portal.service.UserGroupGroupRoleLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicegetPersistedModel in interface com.liferay.portal.service.UserGroupGroupRoleLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.model.UserGroupGroupRole> getUserGroupGroupRoles(int start,
int end)
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.
getUserGroupGroupRoles in interface com.liferay.portal.service.UserGroupGroupRoleLocalServicestart - the lower bound of the range of user group group rolesend - the upper bound of the range of user group group roles (not inclusive)public int getUserGroupGroupRolesCount()
getUserGroupGroupRolesCount in interface com.liferay.portal.service.UserGroupGroupRoleLocalService@Indexable(type=REINDEX) public com.liferay.portal.model.UserGroupGroupRole updateUserGroupGroupRole(com.liferay.portal.model.UserGroupGroupRole userGroupGroupRole)
updateUserGroupGroupRole in interface com.liferay.portal.service.UserGroupGroupRoleLocalServiceuserGroupGroupRole - the user group group rolepublic com.liferay.portal.service.UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService()
public void setUserGroupGroupRoleLocalService(com.liferay.portal.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService)
userGroupGroupRoleLocalService - the user group group role local servicepublic com.liferay.portal.service.UserGroupGroupRoleService getUserGroupGroupRoleService()
public void setUserGroupGroupRoleService(com.liferay.portal.service.UserGroupGroupRoleService userGroupGroupRoleService)
userGroupGroupRoleService - the user group group role remote servicepublic com.liferay.portal.service.persistence.UserGroupGroupRolePersistence getUserGroupGroupRolePersistence()
public void setUserGroupGroupRolePersistence(com.liferay.portal.service.persistence.UserGroupGroupRolePersistence userGroupGroupRolePersistence)
userGroupGroupRolePersistence - the user group group role persistencepublic com.liferay.portal.service.persistence.UserGroupGroupRoleFinder getUserGroupGroupRoleFinder()
public void setUserGroupGroupRoleFinder(com.liferay.portal.service.persistence.UserGroupGroupRoleFinder userGroupGroupRoleFinder)
userGroupGroupRoleFinder - the user group group role finderpublic com.liferay.counter.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.service.RoleLocalService getRoleLocalService()
public void setRoleLocalService(com.liferay.portal.service.RoleLocalService roleLocalService)
roleLocalService - the role local servicepublic com.liferay.portal.service.RoleService getRoleService()
public void setRoleService(com.liferay.portal.service.RoleService roleService)
roleService - the role remote servicepublic com.liferay.portal.service.persistence.RolePersistence getRolePersistence()
public void setRolePersistence(com.liferay.portal.service.persistence.RolePersistence rolePersistence)
rolePersistence - the role persistencepublic com.liferay.portal.service.persistence.RoleFinder getRoleFinder()
public void setRoleFinder(com.liferay.portal.service.persistence.RoleFinder roleFinder)
roleFinder - the role finderpublic com.liferay.portal.service.UserGroupLocalService getUserGroupLocalService()
public void setUserGroupLocalService(com.liferay.portal.service.UserGroupLocalService userGroupLocalService)
userGroupLocalService - the user group local servicepublic com.liferay.portal.service.UserGroupService getUserGroupService()
public void setUserGroupService(com.liferay.portal.service.UserGroupService userGroupService)
userGroupService - the user group remote servicepublic com.liferay.portal.service.persistence.UserGroupPersistence getUserGroupPersistence()
public void setUserGroupPersistence(com.liferay.portal.service.persistence.UserGroupPersistence userGroupPersistence)
userGroupPersistence - the user group persistencepublic com.liferay.portal.service.persistence.UserGroupFinder getUserGroupFinder()
public void setUserGroupFinder(com.liferay.portal.service.persistence.UserGroupFinder userGroupFinder)
userGroupFinder - the user group finderpublic void afterPropertiesSet()
public void destroy()
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeangetBeanIdentifier in interface com.liferay.portal.service.UserGroupGroupRoleLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeansetBeanIdentifier in interface com.liferay.portal.service.UserGroupGroupRoleLocalServicebeanIdentifier - the Spring bean ID for this beanprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
sql - the sql query