Liferay 6.2-ce-ga5

com.liferay.portlet.blogs.service.base
Class BlogsStatsUserLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, BlogsStatsUserLocalService
Direct Known Subclasses:
BlogsStatsUserLocalServiceImpl

public abstract class BlogsStatsUserLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements BlogsStatsUserLocalService, IdentifiableBean

Provides the base implementation for the blogs stats user 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 BlogsStatsUserLocalServiceImpl.

See Also:
BlogsStatsUserLocalServiceImpl, BlogsStatsUserLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  BlogsEntryFinder blogsEntryFinder
           
protected  BlogsEntryLocalService blogsEntryLocalService
           
protected  BlogsEntryPersistence blogsEntryPersistence
           
protected  BlogsEntryService blogsEntryService
           
protected  BlogsStatsUserFinder blogsStatsUserFinder
           
protected  BlogsStatsUserLocalService blogsStatsUserLocalService
           
protected  BlogsStatsUserPersistence blogsStatsUserPersistence
           
protected  CounterLocalService counterLocalService
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  GroupService groupService
           
protected  PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  ResourceLocalService resourceLocalService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Fields inherited from class com.liferay.portal.service.BaseLocalServiceImpl
layoutPersistence
 
Constructor Summary
BlogsStatsUserLocalServiceBaseImpl()
           
 
Method Summary
 BlogsStatsUser addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
 void afterPropertiesSet()
           
 BlogsStatsUser createBlogsStatsUser(long statsUserId)
          Creates a new blogs stats user with the primary key.
 BlogsStatsUser deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
 BlogsStatsUser deleteBlogsStatsUser(long statsUserId)
          Deletes the blogs stats user with the primary key from the database.
 void destroy()
           
 DynamicQuery dynamicQuery()
           
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows that match the dynamic query.
 BlogsStatsUser fetchBlogsStatsUser(long statsUserId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 BlogsEntryFinder getBlogsEntryFinder()
          Returns the blogs entry finder.
 BlogsEntryLocalService getBlogsEntryLocalService()
          Returns the blogs entry local service.
 BlogsEntryPersistence getBlogsEntryPersistence()
          Returns the blogs entry persistence.
 BlogsEntryService getBlogsEntryService()
          Returns the blogs entry remote service.
 BlogsStatsUser getBlogsStatsUser(long statsUserId)
          Returns the blogs stats user with the primary key.
 BlogsStatsUserFinder getBlogsStatsUserFinder()
          Returns the blogs stats user finder.
 BlogsStatsUserLocalService getBlogsStatsUserLocalService()
          Returns the blogs stats user local service.
 BlogsStatsUserPersistence getBlogsStatsUserPersistence()
          Returns the blogs stats user persistence.
 List<BlogsStatsUser> getBlogsStatsUsers(int start, int end)
          Returns a range of all the blogs stats users.
 int getBlogsStatsUsersCount()
          Returns the number of blogs stats users.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 GroupFinder getGroupFinder()
          Returns the group finder.
 GroupLocalService getGroupLocalService()
          Returns the group local service.
 GroupPersistence getGroupPersistence()
          Returns the group persistence.
 GroupService getGroupService()
          Returns the group remote service.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 UserFinder getUserFinder()
          Returns the user finder.
 UserLocalService getUserLocalService()
          Returns the user local service.
 UserPersistence getUserPersistence()
          Returns the user persistence.
 UserService getUserService()
          Returns the user remote service.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
          Sets the blogs entry finder.
 void setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
          Sets the blogs entry local service.
 void setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
          Sets the blogs entry persistence.
 void setBlogsEntryService(BlogsEntryService blogsEntryService)
          Sets the blogs entry remote service.
 void setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
          Sets the blogs stats user finder.
 void setBlogsStatsUserLocalService(BlogsStatsUserLocalService blogsStatsUserLocalService)
          Sets the blogs stats user local service.
 void setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
          Sets the blogs stats user persistence.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setGroupFinder(GroupFinder groupFinder)
          Sets the group finder.
 void setGroupLocalService(GroupLocalService groupLocalService)
          Sets the group local service.
 void setGroupPersistence(GroupPersistence groupPersistence)
          Sets the group persistence.
 void setGroupService(GroupService groupService)
          Sets the group remote service.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(UserService userService)
          Sets the user remote service.
 BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLayoutURL, getLayoutURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
deleteStatsUser, deleteStatsUser, deleteStatsUserByGroupId, deleteStatsUserByUserId, getCompanyStatsUsers, getCompanyStatsUsers, getCompanyStatsUsersCount, getGroupsStatsUsers, getGroupStatsUsers, getGroupStatsUsers, getGroupStatsUsersCount, getOrganizationStatsUsers, getOrganizationStatsUsers, getOrganizationStatsUsersCount, getStatsUser, updateStatsUser, updateStatsUser
 

Field Detail

blogsEntryLocalService

@BeanReference(type=BlogsEntryLocalService.class)
protected BlogsEntryLocalService blogsEntryLocalService

blogsEntryService

@BeanReference(type=BlogsEntryService.class)
protected BlogsEntryService blogsEntryService

blogsEntryPersistence

@BeanReference(type=BlogsEntryPersistence.class)
protected BlogsEntryPersistence blogsEntryPersistence

blogsEntryFinder

@BeanReference(type=BlogsEntryFinder.class)
protected BlogsEntryFinder blogsEntryFinder

blogsStatsUserLocalService

@BeanReference(type=BlogsStatsUserLocalService.class)
protected BlogsStatsUserLocalService blogsStatsUserLocalService

blogsStatsUserPersistence

@BeanReference(type=BlogsStatsUserPersistence.class)
protected BlogsStatsUserPersistence blogsStatsUserPersistence

blogsStatsUserFinder

@BeanReference(type=BlogsStatsUserFinder.class)
protected BlogsStatsUserFinder blogsStatsUserFinder

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

groupLocalService

@BeanReference(type=GroupLocalService.class)
protected GroupLocalService groupLocalService

groupService

@BeanReference(type=GroupService.class)
protected GroupService groupService

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

groupFinder

@BeanReference(type=GroupFinder.class)
protected GroupFinder groupFinder

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

persistedModelLocalServiceRegistry

@BeanReference(type=PersistedModelLocalServiceRegistry.class)
protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

BlogsStatsUserLocalServiceBaseImpl

public BlogsStatsUserLocalServiceBaseImpl()
Method Detail

addBlogsStatsUser

@Indexable(type=REINDEX)
public BlogsStatsUser addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
                                 throws SystemException
Adds the blogs stats user to the database. Also notifies the appropriate model listeners.

Specified by:
addBlogsStatsUser in interface BlogsStatsUserLocalService
Parameters:
blogsStatsUser - the blogs stats user
Returns:
the blogs stats user that was added
Throws:
SystemException - if a system exception occurred

createBlogsStatsUser

public BlogsStatsUser createBlogsStatsUser(long statsUserId)
Creates a new blogs stats user with the primary key. Does not add the blogs stats user to the database.

Specified by:
createBlogsStatsUser in interface BlogsStatsUserLocalService
Parameters:
statsUserId - the primary key for the new blogs stats user
Returns:
the new blogs stats user

deleteBlogsStatsUser

@Indexable(type=DELETE)
public BlogsStatsUser deleteBlogsStatsUser(long statsUserId)
                                    throws PortalException,
                                           SystemException
Deletes the blogs stats user with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteBlogsStatsUser in interface BlogsStatsUserLocalService
Parameters:
statsUserId - the primary key of the blogs stats user
Returns:
the blogs stats user that was removed
Throws:
PortalException - if a blogs stats user with the primary key could not be found
SystemException - if a system exception occurred

deleteBlogsStatsUser

@Indexable(type=DELETE)
public BlogsStatsUser deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
                                    throws SystemException
Deletes the blogs stats user from the database. Also notifies the appropriate model listeners.

Specified by:
deleteBlogsStatsUser in interface BlogsStatsUserLocalService
Parameters:
blogsStatsUser - the blogs stats user
Returns:
the blogs stats user that was removed
Throws:
SystemException - if a system exception occurred

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface BlogsStatsUserLocalService

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface BlogsStatsUserLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
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 BlogsStatsUserModelImpl. 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 BlogsStatsUserLocalService
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
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
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 BlogsStatsUserModelImpl. 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 BlogsStatsUserLocalService
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
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface BlogsStatsUserLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface BlogsStatsUserLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchBlogsStatsUser

public BlogsStatsUser fetchBlogsStatsUser(long statsUserId)
                                   throws SystemException
Specified by:
fetchBlogsStatsUser in interface BlogsStatsUserLocalService
Throws:
SystemException

getBlogsStatsUser

public BlogsStatsUser getBlogsStatsUser(long statsUserId)
                                 throws PortalException,
                                        SystemException
Returns the blogs stats user with the primary key.

Specified by:
getBlogsStatsUser in interface BlogsStatsUserLocalService
Parameters:
statsUserId - the primary key of the blogs stats user
Returns:
the blogs stats user
Throws:
PortalException - if a blogs stats user with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface BlogsStatsUserLocalService
Throws:
PortalException
SystemException

getBlogsStatsUsers

public List<BlogsStatsUser> getBlogsStatsUsers(int start,
                                               int end)
                                        throws SystemException
Returns a range of all the blogs stats users.

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 BlogsStatsUserModelImpl. 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:
getBlogsStatsUsers in interface BlogsStatsUserLocalService
Parameters:
start - the lower bound of the range of blogs stats users
end - the upper bound of the range of blogs stats users (not inclusive)
Returns:
the range of blogs stats users
Throws:
SystemException - if a system exception occurred

getBlogsStatsUsersCount

public int getBlogsStatsUsersCount()
                            throws SystemException
Returns the number of blogs stats users.

Specified by:
getBlogsStatsUsersCount in interface BlogsStatsUserLocalService
Returns:
the number of blogs stats users
Throws:
SystemException - if a system exception occurred

updateBlogsStatsUser

@Indexable(type=REINDEX)
public BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
                                    throws SystemException
Updates the blogs stats user in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateBlogsStatsUser in interface BlogsStatsUserLocalService
Parameters:
blogsStatsUser - the blogs stats user
Returns:
the blogs stats user that was updated
Throws:
SystemException - if a system exception occurred

getBlogsEntryLocalService

public BlogsEntryLocalService getBlogsEntryLocalService()
Returns the blogs entry local service.

Returns:
the blogs entry local service

setBlogsEntryLocalService

public void setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
Sets the blogs entry local service.

Parameters:
blogsEntryLocalService - the blogs entry local service

getBlogsEntryService

public BlogsEntryService getBlogsEntryService()
Returns the blogs entry remote service.

Returns:
the blogs entry remote service

setBlogsEntryService

public void setBlogsEntryService(BlogsEntryService blogsEntryService)
Sets the blogs entry remote service.

Parameters:
blogsEntryService - the blogs entry remote service

getBlogsEntryPersistence

public BlogsEntryPersistence getBlogsEntryPersistence()
Returns the blogs entry persistence.

Returns:
the blogs entry persistence

setBlogsEntryPersistence

public void setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
Sets the blogs entry persistence.

Parameters:
blogsEntryPersistence - the blogs entry persistence

getBlogsEntryFinder

public BlogsEntryFinder getBlogsEntryFinder()
Returns the blogs entry finder.

Returns:
the blogs entry finder

setBlogsEntryFinder

public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
Sets the blogs entry finder.

Parameters:
blogsEntryFinder - the blogs entry finder

getBlogsStatsUserLocalService

public BlogsStatsUserLocalService getBlogsStatsUserLocalService()
Returns the blogs stats user local service.

Returns:
the blogs stats user local service

setBlogsStatsUserLocalService

public void setBlogsStatsUserLocalService(BlogsStatsUserLocalService blogsStatsUserLocalService)
Sets the blogs stats user local service.

Parameters:
blogsStatsUserLocalService - the blogs stats user local service

getBlogsStatsUserPersistence

public BlogsStatsUserPersistence getBlogsStatsUserPersistence()
Returns the blogs stats user persistence.

Returns:
the blogs stats user persistence

setBlogsStatsUserPersistence

public void setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
Sets the blogs stats user persistence.

Parameters:
blogsStatsUserPersistence - the blogs stats user persistence

getBlogsStatsUserFinder

public BlogsStatsUserFinder getBlogsStatsUserFinder()
Returns the blogs stats user finder.

Returns:
the blogs stats user finder

setBlogsStatsUserFinder

public void setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
Sets the blogs stats user finder.

Parameters:
blogsStatsUserFinder - the blogs stats user finder

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

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

Parameters:
counterLocalService - the counter local service

getGroupLocalService

public GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupService

public GroupService getGroupService()
Returns the group remote service.

Returns:
the group remote service

setGroupService

public void setGroupService(GroupService groupService)
Sets the group remote service.

Parameters:
groupService - the group remote service

getGroupPersistence

public GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getUserLocalService

public UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface IdentifiableBean
Specified by:
getBeanIdentifier in interface BlogsStatsUserLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface IdentifiableBean
Specified by:
setBeanIdentifier in interface BlogsStatsUserLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query
Throws:
SystemException

Liferay 6.2-ce-ga5