|
Liferay 6.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.announcements.service.base.AnnouncementsEntryLocalServiceBaseImpl
public abstract class AnnouncementsEntryLocalServiceBaseImpl
The base implementation of the announcements entry 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 AnnouncementsEntryLocalServiceImpl.
Never modify or reference this class directly. Always use AnnouncementsEntryLocalServiceUtil to access the announcements entry local service.
AnnouncementsEntryLocalServiceImpl,
AnnouncementsEntryLocalServiceUtil| Constructor Summary | |
|---|---|
AnnouncementsEntryLocalServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
AnnouncementsEntry |
addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Adds the announcements entry to the database. |
AnnouncementsEntry |
createAnnouncementsEntry(long entryId)
Creates a new announcements entry with the primary key. |
void |
deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Deletes the announcements entry from the database. |
void |
deleteAnnouncementsEntry(long entryId)
Deletes the announcements entry with the primary key from the database. |
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)
Counts the number of rows that match the dynamic query. |
AnnouncementsDeliveryLocalService |
getAnnouncementsDeliveryLocalService()
Gets the announcements delivery local service. |
AnnouncementsDeliveryPersistence |
getAnnouncementsDeliveryPersistence()
Gets the announcements delivery persistence. |
AnnouncementsDeliveryService |
getAnnouncementsDeliveryService()
Gets the announcements delivery remote service. |
List<AnnouncementsEntry> |
getAnnouncementsEntries(int start,
int end)
Gets a range of all the announcements entries. |
int |
getAnnouncementsEntriesCount()
Gets the number of announcements entries. |
AnnouncementsEntry |
getAnnouncementsEntry(long entryId)
Gets the announcements entry with the primary key. |
AnnouncementsEntryFinder |
getAnnouncementsEntryFinder()
Gets the announcements entry finder. |
AnnouncementsEntryLocalService |
getAnnouncementsEntryLocalService()
Gets the announcements entry local service. |
AnnouncementsEntryPersistence |
getAnnouncementsEntryPersistence()
Gets the announcements entry persistence. |
AnnouncementsEntryService |
getAnnouncementsEntryService()
Gets the announcements entry remote service. |
AnnouncementsFlagLocalService |
getAnnouncementsFlagLocalService()
Gets the announcements flag local service. |
AnnouncementsFlagPersistence |
getAnnouncementsFlagPersistence()
Gets the announcements flag persistence. |
AnnouncementsFlagService |
getAnnouncementsFlagService()
Gets the announcements flag remote service. |
CompanyLocalService |
getCompanyLocalService()
Gets the company local service. |
CompanyPersistence |
getCompanyPersistence()
Gets the company persistence. |
CompanyService |
getCompanyService()
Gets the company remote service. |
CounterLocalService |
getCounterLocalService()
Gets the counter local service. |
GroupFinder |
getGroupFinder()
Gets the group finder. |
GroupLocalService |
getGroupLocalService()
Gets the group local service. |
GroupPersistence |
getGroupPersistence()
Gets the group persistence. |
GroupService |
getGroupService()
Gets the group remote service. |
MailService |
getMailService()
Gets the mail remote service. |
OrganizationFinder |
getOrganizationFinder()
Gets the organization finder. |
OrganizationLocalService |
getOrganizationLocalService()
Gets the organization local service. |
OrganizationPersistence |
getOrganizationPersistence()
Gets the organization persistence. |
OrganizationService |
getOrganizationService()
Gets the organization remote service. |
ResourceFinder |
getResourceFinder()
Gets the resource finder. |
ResourceLocalService |
getResourceLocalService()
Gets the resource local service. |
ResourcePersistence |
getResourcePersistence()
Gets the resource persistence. |
ResourceService |
getResourceService()
Gets the resource remote service. |
RoleFinder |
getRoleFinder()
Gets the role finder. |
RoleLocalService |
getRoleLocalService()
Gets the role local service. |
RolePersistence |
getRolePersistence()
Gets the role persistence. |
RoleService |
getRoleService()
Gets the role remote service. |
UserFinder |
getUserFinder()
Gets the user finder. |
UserGroupFinder |
getUserGroupFinder()
Gets the user group finder. |
UserGroupLocalService |
getUserGroupLocalService()
Gets the user group local service. |
UserGroupPersistence |
getUserGroupPersistence()
Gets the user group persistence. |
UserGroupService |
getUserGroupService()
Gets the user group remote service. |
UserLocalService |
getUserLocalService()
Gets the user local service. |
UserPersistence |
getUserPersistence()
Gets the user persistence. |
UserService |
getUserService()
Gets the user remote service. |
protected void |
runSQL(String sql)
Performs an SQL query. |
void |
setAnnouncementsDeliveryLocalService(AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)
Sets the announcements delivery local service. |
void |
setAnnouncementsDeliveryPersistence(AnnouncementsDeliveryPersistence announcementsDeliveryPersistence)
Sets the announcements delivery persistence. |
void |
setAnnouncementsDeliveryService(AnnouncementsDeliveryService announcementsDeliveryService)
Sets the announcements delivery remote service. |
void |
setAnnouncementsEntryFinder(AnnouncementsEntryFinder announcementsEntryFinder)
Sets the announcements entry finder. |
void |
setAnnouncementsEntryLocalService(AnnouncementsEntryLocalService announcementsEntryLocalService)
Sets the announcements entry local service. |
void |
setAnnouncementsEntryPersistence(AnnouncementsEntryPersistence announcementsEntryPersistence)
Sets the announcements entry persistence. |
void |
setAnnouncementsEntryService(AnnouncementsEntryService announcementsEntryService)
Sets the announcements entry remote service. |
void |
setAnnouncementsFlagLocalService(AnnouncementsFlagLocalService announcementsFlagLocalService)
Sets the announcements flag local service. |
void |
setAnnouncementsFlagPersistence(AnnouncementsFlagPersistence announcementsFlagPersistence)
Sets the announcements flag persistence. |
void |
setAnnouncementsFlagService(AnnouncementsFlagService announcementsFlagService)
Sets the announcements flag remote service. |
void |
setCompanyLocalService(CompanyLocalService companyLocalService)
Sets the company local service. |
void |
setCompanyPersistence(CompanyPersistence companyPersistence)
Sets the company persistence. |
void |
setCompanyService(CompanyService companyService)
Sets the company remote service. |
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 |
setMailService(MailService mailService)
Sets the mail remote service. |
void |
setOrganizationFinder(OrganizationFinder organizationFinder)
Sets the organization finder. |
void |
setOrganizationLocalService(OrganizationLocalService organizationLocalService)
Sets the organization local service. |
void |
setOrganizationPersistence(OrganizationPersistence organizationPersistence)
Sets the organization persistence. |
void |
setOrganizationService(OrganizationService organizationService)
Sets the organization remote service. |
void |
setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder. |
void |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service. |
void |
setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence. |
void |
setResourceService(ResourceService resourceService)
Sets the resource remote service. |
void |
setRoleFinder(RoleFinder roleFinder)
Sets the role finder. |
void |
setRoleLocalService(RoleLocalService roleLocalService)
Sets the role local service. |
void |
setRolePersistence(RolePersistence rolePersistence)
Sets the role persistence. |
void |
setRoleService(RoleService roleService)
Sets the role remote service. |
void |
setUserFinder(UserFinder userFinder)
Sets the user finder. |
void |
setUserGroupFinder(UserGroupFinder userGroupFinder)
Sets the user group finder. |
void |
setUserGroupLocalService(UserGroupLocalService userGroupLocalService)
Sets the user group local service. |
void |
setUserGroupPersistence(UserGroupPersistence userGroupPersistence)
Sets the user group persistence. |
void |
setUserGroupService(UserGroupService userGroupService)
Sets the user group remote service. |
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. |
AnnouncementsEntry |
updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Updates the announcements entry in the database. |
AnnouncementsEntry |
updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry,
boolean merge)
Updates the announcements entry in the database. |
| 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.announcements.service.AnnouncementsEntryLocalService |
|---|
addEntry, checkEntries, deleteEntry, deleteEntry, getEntries, getEntries, getEntries, getEntries, getEntriesCount, getEntriesCount, getEntriesCount, getEntriesCount, getEntriesCount, getEntry, getUserEntries, getUserEntriesCount, updateEntry |
| Field Detail |
|---|
@BeanReference(type=AnnouncementsDeliveryLocalService.class) protected AnnouncementsDeliveryLocalService announcementsDeliveryLocalService
@BeanReference(type=AnnouncementsDeliveryService.class) protected AnnouncementsDeliveryService announcementsDeliveryService
@BeanReference(type=AnnouncementsDeliveryPersistence.class) protected AnnouncementsDeliveryPersistence announcementsDeliveryPersistence
@BeanReference(type=AnnouncementsEntryLocalService.class) protected AnnouncementsEntryLocalService announcementsEntryLocalService
@BeanReference(type=AnnouncementsEntryService.class) protected AnnouncementsEntryService announcementsEntryService
@BeanReference(type=AnnouncementsEntryPersistence.class) protected AnnouncementsEntryPersistence announcementsEntryPersistence
@BeanReference(type=AnnouncementsEntryFinder.class) protected AnnouncementsEntryFinder announcementsEntryFinder
@BeanReference(type=AnnouncementsFlagLocalService.class) protected AnnouncementsFlagLocalService announcementsFlagLocalService
@BeanReference(type=AnnouncementsFlagService.class) protected AnnouncementsFlagService announcementsFlagService
@BeanReference(type=AnnouncementsFlagPersistence.class) protected AnnouncementsFlagPersistence announcementsFlagPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=MailService.class) protected MailService mailService
@BeanReference(type=CompanyLocalService.class) protected CompanyLocalService companyLocalService
@BeanReference(type=CompanyService.class) protected CompanyService companyService
@BeanReference(type=CompanyPersistence.class) protected CompanyPersistence companyPersistence
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupService.class) protected GroupService groupService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=OrganizationLocalService.class) protected OrganizationLocalService organizationLocalService
@BeanReference(type=OrganizationService.class) protected OrganizationService organizationService
@BeanReference(type=OrganizationPersistence.class) protected OrganizationPersistence organizationPersistence
@BeanReference(type=OrganizationFinder.class) protected OrganizationFinder organizationFinder
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=ResourceService.class) protected ResourceService resourceService
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=ResourceFinder.class) protected ResourceFinder resourceFinder
@BeanReference(type=RoleLocalService.class) protected RoleLocalService roleLocalService
@BeanReference(type=RoleService.class) protected RoleService roleService
@BeanReference(type=RolePersistence.class) protected RolePersistence rolePersistence
@BeanReference(type=RoleFinder.class) protected RoleFinder roleFinder
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=UserGroupLocalService.class) protected UserGroupLocalService userGroupLocalService
@BeanReference(type=UserGroupService.class) protected UserGroupService userGroupService
@BeanReference(type=UserGroupPersistence.class) protected UserGroupPersistence userGroupPersistence
@BeanReference(type=UserGroupFinder.class) protected UserGroupFinder userGroupFinder
| Constructor Detail |
|---|
public AnnouncementsEntryLocalServiceBaseImpl()
| Method Detail |
|---|
public AnnouncementsEntry addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
throws SystemException
addAnnouncementsEntry in interface AnnouncementsEntryLocalServiceannouncementsEntry - the announcements entry to add
SystemException - if a system exception occurredpublic AnnouncementsEntry createAnnouncementsEntry(long entryId)
createAnnouncementsEntry in interface AnnouncementsEntryLocalServiceentryId - the primary key for the new announcements entry
public void deleteAnnouncementsEntry(long entryId)
throws PortalException,
SystemException
deleteAnnouncementsEntry in interface AnnouncementsEntryLocalServiceentryId - the primary key of the announcements entry to delete
PortalException - if a announcements entry with the primary key could not be found
SystemException - if a system exception occurred
public void deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
throws SystemException
deleteAnnouncementsEntry in interface AnnouncementsEntryLocalServiceannouncementsEntry - the announcements entry to delete
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery in interface AnnouncementsEntryLocalServicedynamicQuery - the dynamic query to search with
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
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.
dynamicQuery in interface AnnouncementsEntryLocalServicedynamicQuery - the dynamic query to search withstart - the lower bound of the range of model instances to returnend - the upper bound of the range of model instances to return (not inclusive)
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
dynamicQuery in interface AnnouncementsEntryLocalServicedynamicQuery - the dynamic query to search withstart - the lower bound of the range of model instances to returnend - the upper bound of the range of model instances to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
dynamicQueryCount in interface AnnouncementsEntryLocalServicedynamicQuery - the dynamic query to search with
SystemException - if a system exception occurred
public AnnouncementsEntry getAnnouncementsEntry(long entryId)
throws PortalException,
SystemException
getAnnouncementsEntry in interface AnnouncementsEntryLocalServiceentryId - the primary key of the announcements entry to get
PortalException - if a announcements entry with the primary key could not be found
SystemException - if a system exception occurred
public List<AnnouncementsEntry> getAnnouncementsEntries(int start,
int end)
throws SystemException
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.
getAnnouncementsEntries in interface AnnouncementsEntryLocalServicestart - the lower bound of the range of announcements entries to returnend - the upper bound of the range of announcements entries to return (not inclusive)
SystemException - if a system exception occurred
public int getAnnouncementsEntriesCount()
throws SystemException
getAnnouncementsEntriesCount in interface AnnouncementsEntryLocalServiceSystemException - if a system exception occurred
public AnnouncementsEntry updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
throws SystemException
updateAnnouncementsEntry in interface AnnouncementsEntryLocalServiceannouncementsEntry - the announcements entry to update
SystemException - if a system exception occurred
public AnnouncementsEntry updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry,
boolean merge)
throws SystemException
updateAnnouncementsEntry in interface AnnouncementsEntryLocalServiceannouncementsEntry - the announcements entry to updatemerge - whether to merge the announcements entry with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
SystemException - if a system exception occurredpublic AnnouncementsDeliveryLocalService getAnnouncementsDeliveryLocalService()
public void setAnnouncementsDeliveryLocalService(AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)
announcementsDeliveryLocalService - the announcements delivery local servicepublic AnnouncementsDeliveryService getAnnouncementsDeliveryService()
public void setAnnouncementsDeliveryService(AnnouncementsDeliveryService announcementsDeliveryService)
announcementsDeliveryService - the announcements delivery remote servicepublic AnnouncementsDeliveryPersistence getAnnouncementsDeliveryPersistence()
public void setAnnouncementsDeliveryPersistence(AnnouncementsDeliveryPersistence announcementsDeliveryPersistence)
announcementsDeliveryPersistence - the announcements delivery persistencepublic AnnouncementsEntryLocalService getAnnouncementsEntryLocalService()
public void setAnnouncementsEntryLocalService(AnnouncementsEntryLocalService announcementsEntryLocalService)
announcementsEntryLocalService - the announcements entry local servicepublic AnnouncementsEntryService getAnnouncementsEntryService()
public void setAnnouncementsEntryService(AnnouncementsEntryService announcementsEntryService)
announcementsEntryService - the announcements entry remote servicepublic AnnouncementsEntryPersistence getAnnouncementsEntryPersistence()
public void setAnnouncementsEntryPersistence(AnnouncementsEntryPersistence announcementsEntryPersistence)
announcementsEntryPersistence - the announcements entry persistencepublic AnnouncementsEntryFinder getAnnouncementsEntryFinder()
public void setAnnouncementsEntryFinder(AnnouncementsEntryFinder announcementsEntryFinder)
announcementsEntryFinder - the announcements entry finderpublic AnnouncementsFlagLocalService getAnnouncementsFlagLocalService()
public void setAnnouncementsFlagLocalService(AnnouncementsFlagLocalService announcementsFlagLocalService)
announcementsFlagLocalService - the announcements flag local servicepublic AnnouncementsFlagService getAnnouncementsFlagService()
public void setAnnouncementsFlagService(AnnouncementsFlagService announcementsFlagService)
announcementsFlagService - the announcements flag remote servicepublic AnnouncementsFlagPersistence getAnnouncementsFlagPersistence()
public void setAnnouncementsFlagPersistence(AnnouncementsFlagPersistence announcementsFlagPersistence)
announcementsFlagPersistence - the announcements flag persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic MailService getMailService()
public void setMailService(MailService mailService)
mailService - the mail remote servicepublic CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(CompanyLocalService companyLocalService)
companyLocalService - the company local servicepublic CompanyService getCompanyService()
public void setCompanyService(CompanyService companyService)
companyService - the company remote servicepublic CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(CompanyPersistence companyPersistence)
companyPersistence - the company persistencepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic GroupService getGroupService()
public void setGroupService(GroupService groupService)
groupService - the group remote servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder - the group finderpublic OrganizationLocalService getOrganizationLocalService()
public void setOrganizationLocalService(OrganizationLocalService organizationLocalService)
organizationLocalService - the organization local servicepublic OrganizationService getOrganizationService()
public void setOrganizationService(OrganizationService organizationService)
organizationService - the organization remote servicepublic OrganizationPersistence getOrganizationPersistence()
public void setOrganizationPersistence(OrganizationPersistence organizationPersistence)
organizationPersistence - the organization persistencepublic OrganizationFinder getOrganizationFinder()
public void setOrganizationFinder(OrganizationFinder organizationFinder)
organizationFinder - the organization finderpublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic ResourceService getResourceService()
public void setResourceService(ResourceService resourceService)
resourceService - the resource remote servicepublic ResourcePersistence getResourcePersistence()
public void setResourcePersistence(ResourcePersistence resourcePersistence)
resourcePersistence - the resource persistencepublic ResourceFinder getResourceFinder()
public void setResourceFinder(ResourceFinder resourceFinder)
resourceFinder - the resource finderpublic RoleLocalService getRoleLocalService()
public void setRoleLocalService(RoleLocalService roleLocalService)
roleLocalService - the role local servicepublic RoleService getRoleService()
public void setRoleService(RoleService roleService)
roleService - the role remote servicepublic RolePersistence getRolePersistence()
public void setRolePersistence(RolePersistence rolePersistence)
rolePersistence - the role persistencepublic RoleFinder getRoleFinder()
public void setRoleFinder(RoleFinder roleFinder)
roleFinder - the role finderpublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService - the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService - the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic UserGroupLocalService getUserGroupLocalService()
public void setUserGroupLocalService(UserGroupLocalService userGroupLocalService)
userGroupLocalService - the user group local servicepublic UserGroupService getUserGroupService()
public void setUserGroupService(UserGroupService userGroupService)
userGroupService - the user group remote servicepublic UserGroupPersistence getUserGroupPersistence()
public void setUserGroupPersistence(UserGroupPersistence userGroupPersistence)
userGroupPersistence - the user group persistencepublic UserGroupFinder getUserGroupFinder()
public void setUserGroupFinder(UserGroupFinder userGroupFinder)
userGroupFinder - the user group finder
protected void runSQL(String sql)
throws SystemException
sql - the sql query to perform
SystemException
|
Liferay 6.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||