|
Liferay 6.0.5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.service.base.DLFolderLocalServiceBaseImpl
public abstract class DLFolderLocalServiceBaseImpl
The base implementation of the d l folder 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 DLFolderLocalServiceImpl.
Never modify or reference this class directly. Always use DLFolderLocalServiceUtil to access the d l folder local service.
DLFolderLocalServiceImpl,
DLFolderLocalServiceUtil| Constructor Summary | |
|---|---|
DLFolderLocalServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
DLFolder |
addDLFolder(DLFolder dlFolder)
Adds the d l folder to the database. |
DLFolder |
createDLFolder(long folderId)
Creates a new d l folder with the primary key. |
void |
deleteDLFolder(DLFolder dlFolder)
Deletes the d l folder from the database. |
void |
deleteDLFolder(long folderId)
Deletes the d l folder 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. |
CounterLocalService |
getCounterLocalService()
Gets the counter local service. |
DLFileEntryFinder |
getDLFileEntryFinder()
Gets the d l file entry finder. |
DLFileEntryLocalService |
getDLFileEntryLocalService()
Gets the d l file entry local service. |
DLFileEntryPersistence |
getDLFileEntryPersistence()
Gets the d l file entry persistence. |
DLFileEntryService |
getDLFileEntryService()
Gets the d l file entry remote service. |
DLFileRankLocalService |
getDLFileRankLocalService()
Gets the d l file rank local service. |
DLFileRankPersistence |
getDLFileRankPersistence()
Gets the d l file rank persistence. |
DLFileShortcutLocalService |
getDLFileShortcutLocalService()
Gets the d l file shortcut local service. |
DLFileShortcutPersistence |
getDLFileShortcutPersistence()
Gets the d l file shortcut persistence. |
DLFileShortcutService |
getDLFileShortcutService()
Gets the d l file shortcut remote service. |
DLFileVersionLocalService |
getDLFileVersionLocalService()
Gets the d l file version local service. |
DLFileVersionPersistence |
getDLFileVersionPersistence()
Gets the d l file version persistence. |
DLFileVersionService |
getDLFileVersionService()
Gets the d l file version remote service. |
DLFolder |
getDLFolder(long folderId)
Gets the d l folder with the primary key. |
DLFolder |
getDLFolderByUuidAndGroupId(String uuid,
long groupId)
Gets the d l folder with the UUID and group id. |
DLFolderFinder |
getDLFolderFinder()
Gets the d l folder finder. |
DLFolderLocalService |
getDLFolderLocalService()
Gets the d l folder local service. |
DLFolderPersistence |
getDLFolderPersistence()
Gets the d l folder persistence. |
List<DLFolder> |
getDLFolders(int start,
int end)
Gets a range of all the d l folders. |
int |
getDLFoldersCount()
Gets the number of d l folders. |
DLFolderService |
getDLFolderService()
Gets the d l folder remote service. |
DLLocalService |
getDLLocalService()
Gets the d l local service. |
DLService |
getDLService()
Gets the d l remote service. |
ExpandoValueLocalService |
getExpandoValueLocalService()
Gets the expando value local service. |
ExpandoValuePersistence |
getExpandoValuePersistence()
Gets the expando value persistence. |
ExpandoValueService |
getExpandoValueService()
Gets the expando value remote 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. |
LayoutFinder |
getLayoutFinder()
Gets the layout finder. |
LayoutLocalService |
getLayoutLocalService()
Gets the layout local service. |
LayoutPersistence |
getLayoutPersistence()
Gets the layout persistence. |
LayoutService |
getLayoutService()
Gets the layout remote service. |
LockLocalService |
getLockLocalService()
Gets the lock local service. |
LockPersistence |
getLockPersistence()
Gets the lock persistence. |
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. |
UserFinder |
getUserFinder()
Gets the user finder. |
UserLocalService |
getUserLocalService()
Gets the user local service. |
UserPersistence |
getUserPersistence()
Gets the user persistence. |
UserService |
getUserService()
Gets the user remote service. |
WebDAVPropsLocalService |
getWebDAVPropsLocalService()
Gets the web d a v props local service. |
WebDAVPropsPersistence |
getWebDAVPropsPersistence()
Gets the web d a v props persistence. |
protected void |
runSQL(String sql)
Performs an SQL query. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
Sets the d l file entry finder. |
void |
setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
Sets the d l file entry local service. |
void |
setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
Sets the d l file entry persistence. |
void |
setDLFileEntryService(DLFileEntryService dlFileEntryService)
Sets the d l file entry remote service. |
void |
setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
Sets the d l file rank local service. |
void |
setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
Sets the d l file rank persistence. |
void |
setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
Sets the d l file shortcut local service. |
void |
setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
Sets the d l file shortcut persistence. |
void |
setDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
Sets the d l file shortcut remote service. |
void |
setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
Sets the d l file version local service. |
void |
setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
Sets the d l file version persistence. |
void |
setDLFileVersionService(DLFileVersionService dlFileVersionService)
Sets the d l file version remote service. |
void |
setDLFolderFinder(DLFolderFinder dlFolderFinder)
Sets the d l folder finder. |
void |
setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
Sets the d l folder local service. |
void |
setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
Sets the d l folder persistence. |
void |
setDLFolderService(DLFolderService dlFolderService)
Sets the d l folder remote service. |
void |
setDLLocalService(DLLocalService dlLocalService)
Sets the d l local service. |
void |
setDLService(DLService dlService)
Sets the d l remote service. |
void |
setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
Sets the expando value local service. |
void |
setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
Sets the expando value persistence. |
void |
setExpandoValueService(ExpandoValueService expandoValueService)
Sets the expando value remote 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 |
setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
setLayoutLocalService(LayoutLocalService layoutLocalService)
Sets the layout local service. |
void |
setLayoutPersistence(LayoutPersistence layoutPersistence)
Sets the layout persistence. |
void |
setLayoutService(LayoutService layoutService)
Sets the layout remote service. |
void |
setLockLocalService(LockLocalService lockLocalService)
Sets the lock local service. |
void |
setLockPersistence(LockPersistence lockPersistence)
Sets the lock persistence. |
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 |
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. |
void |
setWebDAVPropsLocalService(WebDAVPropsLocalService webDAVPropsLocalService)
Sets the web d a v props local service. |
void |
setWebDAVPropsPersistence(WebDAVPropsPersistence webDAVPropsPersistence)
Sets the web d a v props persistence. |
DLFolder |
updateDLFolder(DLFolder dlFolder)
Updates the d l folder in the database. |
DLFolder |
updateDLFolder(DLFolder dlFolder,
boolean merge)
Updates the d l folder in the database. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@BeanReference(type=DLFileEntryLocalService.class) protected DLFileEntryLocalService dlFileEntryLocalService
@BeanReference(type=DLFileEntryService.class) protected DLFileEntryService dlFileEntryService
@BeanReference(type=DLFileEntryPersistence.class) protected DLFileEntryPersistence dlFileEntryPersistence
@BeanReference(type=DLFileEntryFinder.class) protected DLFileEntryFinder dlFileEntryFinder
@BeanReference(type=DLFileRankLocalService.class) protected DLFileRankLocalService dlFileRankLocalService
@BeanReference(type=DLFileRankPersistence.class) protected DLFileRankPersistence dlFileRankPersistence
@BeanReference(type=DLFileShortcutLocalService.class) protected DLFileShortcutLocalService dlFileShortcutLocalService
@BeanReference(type=DLFileShortcutService.class) protected DLFileShortcutService dlFileShortcutService
@BeanReference(type=DLFileShortcutPersistence.class) protected DLFileShortcutPersistence dlFileShortcutPersistence
@BeanReference(type=DLFileVersionLocalService.class) protected DLFileVersionLocalService dlFileVersionLocalService
@BeanReference(type=DLFileVersionService.class) protected DLFileVersionService dlFileVersionService
@BeanReference(type=DLFileVersionPersistence.class) protected DLFileVersionPersistence dlFileVersionPersistence
@BeanReference(type=DLFolderLocalService.class) protected DLFolderLocalService dlFolderLocalService
@BeanReference(type=DLFolderService.class) protected DLFolderService dlFolderService
@BeanReference(type=DLFolderPersistence.class) protected DLFolderPersistence dlFolderPersistence
@BeanReference(type=DLFolderFinder.class) protected DLFolderFinder dlFolderFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=DLLocalService.class) protected DLLocalService dlLocalService
@BeanReference(type=DLService.class) protected DLService dlService
@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=LayoutLocalService.class) protected LayoutLocalService layoutLocalService
@BeanReference(type=LayoutService.class) protected LayoutService layoutService
@BeanReference(type=LayoutPersistence.class) protected LayoutPersistence layoutPersistence
@BeanReference(type=LayoutFinder.class) protected LayoutFinder layoutFinder
@BeanReference(type=LockLocalService.class) protected LockLocalService lockLocalService
@BeanReference(type=LockPersistence.class) protected LockPersistence lockPersistence
@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=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=WebDAVPropsLocalService.class) protected WebDAVPropsLocalService webDAVPropsLocalService
@BeanReference(type=WebDAVPropsPersistence.class) protected WebDAVPropsPersistence webDAVPropsPersistence
@BeanReference(type=ExpandoValueLocalService.class) protected ExpandoValueLocalService expandoValueLocalService
@BeanReference(type=ExpandoValueService.class) protected ExpandoValueService expandoValueService
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
| Constructor Detail |
|---|
public DLFolderLocalServiceBaseImpl()
| Method Detail |
|---|
public DLFolder addDLFolder(DLFolder dlFolder)
throws SystemException
addDLFolder in interface DLFolderLocalServicedlFolder - the d l folder to add
SystemException - if a system exception occurredpublic DLFolder createDLFolder(long folderId)
createDLFolder in interface DLFolderLocalServicefolderId - the primary key for the new d l folder
public void deleteDLFolder(long folderId)
throws PortalException,
SystemException
deleteDLFolder in interface DLFolderLocalServicefolderId - the primary key of the d l folder to delete
PortalException - if a d l folder with the primary key could not be found
SystemException - if a system exception occurred
public void deleteDLFolder(DLFolder dlFolder)
throws SystemException
deleteDLFolder in interface DLFolderLocalServicedlFolder - the d l folder to delete
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery in interface DLFolderLocalServicedynamicQuery - 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 DLFolderLocalServicedynamicQuery - 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 DLFolderLocalServicedynamicQuery - 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 DLFolderLocalServicedynamicQuery - the dynamic query to search with
SystemException - if a system exception occurred
public DLFolder getDLFolder(long folderId)
throws PortalException,
SystemException
getDLFolder in interface DLFolderLocalServicefolderId - the primary key of the d l folder to get
PortalException - if a d l folder with the primary key could not be found
SystemException - if a system exception occurred
public DLFolder getDLFolderByUuidAndGroupId(String uuid,
long groupId)
throws PortalException,
SystemException
getDLFolderByUuidAndGroupId in interface DLFolderLocalServiceuuid - the UUID of d l folder to getgroupId - the group id of the d l folder to get
PortalException - if a d l folder with the UUID and group id could not be found
SystemException - if a system exception occurred
public List<DLFolder> getDLFolders(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.
getDLFolders in interface DLFolderLocalServicestart - the lower bound of the range of d l folders to returnend - the upper bound of the range of d l folders to return (not inclusive)
SystemException - if a system exception occurred
public int getDLFoldersCount()
throws SystemException
getDLFoldersCount in interface DLFolderLocalServiceSystemException - if a system exception occurred
public DLFolder updateDLFolder(DLFolder dlFolder)
throws SystemException
updateDLFolder in interface DLFolderLocalServicedlFolder - the d l folder to update
SystemException - if a system exception occurred
public DLFolder updateDLFolder(DLFolder dlFolder,
boolean merge)
throws SystemException
updateDLFolder in interface DLFolderLocalServicedlFolder - the d l folder to updatemerge - whether to merge the d l folder 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 DLFileEntryLocalService getDLFileEntryLocalService()
public void setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
dlFileEntryLocalService - the d l file entry local servicepublic DLFileEntryService getDLFileEntryService()
public void setDLFileEntryService(DLFileEntryService dlFileEntryService)
dlFileEntryService - the d l file entry remote servicepublic DLFileEntryPersistence getDLFileEntryPersistence()
public void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
dlFileEntryPersistence - the d l file entry persistencepublic DLFileEntryFinder getDLFileEntryFinder()
public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
dlFileEntryFinder - the d l file entry finderpublic DLFileRankLocalService getDLFileRankLocalService()
public void setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
dlFileRankLocalService - the d l file rank local servicepublic DLFileRankPersistence getDLFileRankPersistence()
public void setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
dlFileRankPersistence - the d l file rank persistencepublic DLFileShortcutLocalService getDLFileShortcutLocalService()
public void setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
dlFileShortcutLocalService - the d l file shortcut local servicepublic DLFileShortcutService getDLFileShortcutService()
public void setDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
dlFileShortcutService - the d l file shortcut remote servicepublic DLFileShortcutPersistence getDLFileShortcutPersistence()
public void setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
dlFileShortcutPersistence - the d l file shortcut persistencepublic DLFileVersionLocalService getDLFileVersionLocalService()
public void setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
dlFileVersionLocalService - the d l file version local servicepublic DLFileVersionService getDLFileVersionService()
public void setDLFileVersionService(DLFileVersionService dlFileVersionService)
dlFileVersionService - the d l file version remote servicepublic DLFileVersionPersistence getDLFileVersionPersistence()
public void setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
dlFileVersionPersistence - the d l file version persistencepublic DLFolderLocalService getDLFolderLocalService()
public void setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
dlFolderLocalService - the d l folder local servicepublic DLFolderService getDLFolderService()
public void setDLFolderService(DLFolderService dlFolderService)
dlFolderService - the d l folder remote servicepublic DLFolderPersistence getDLFolderPersistence()
public void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
dlFolderPersistence - the d l folder persistencepublic DLFolderFinder getDLFolderFinder()
public void setDLFolderFinder(DLFolderFinder dlFolderFinder)
dlFolderFinder - the d l folder finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic DLLocalService getDLLocalService()
public void setDLLocalService(DLLocalService dlLocalService)
dlLocalService - the d l local servicepublic DLService getDLService()
public void setDLService(DLService dlService)
dlService - the d l remote servicepublic 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 LayoutLocalService getLayoutLocalService()
public void setLayoutLocalService(LayoutLocalService layoutLocalService)
layoutLocalService - the layout local servicepublic LayoutService getLayoutService()
public void setLayoutService(LayoutService layoutService)
layoutService - the layout remote servicepublic LayoutPersistence getLayoutPersistence()
public void setLayoutPersistence(LayoutPersistence layoutPersistence)
layoutPersistence - the layout persistencepublic LayoutFinder getLayoutFinder()
public void setLayoutFinder(LayoutFinder layoutFinder)
layoutFinder - the layout finderpublic LockLocalService getLockLocalService()
public void setLockLocalService(LockLocalService lockLocalService)
lockLocalService - the lock local servicepublic LockPersistence getLockPersistence()
public void setLockPersistence(LockPersistence lockPersistence)
lockPersistence - the lock persistencepublic 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 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 WebDAVPropsLocalService getWebDAVPropsLocalService()
public void setWebDAVPropsLocalService(WebDAVPropsLocalService webDAVPropsLocalService)
webDAVPropsLocalService - the web d a v props local servicepublic WebDAVPropsPersistence getWebDAVPropsPersistence()
public void setWebDAVPropsPersistence(WebDAVPropsPersistence webDAVPropsPersistence)
webDAVPropsPersistence - the web d a v props persistencepublic ExpandoValueLocalService getExpandoValueLocalService()
public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
expandoValueLocalService - the expando value local servicepublic ExpandoValueService getExpandoValueService()
public void setExpandoValueService(ExpandoValueService expandoValueService)
expandoValueService - the expando value remote servicepublic ExpandoValuePersistence getExpandoValuePersistence()
public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
expandoValuePersistence - the expando value persistence
protected void runSQL(String sql)
throws SystemException
sql - the sql query to perform
SystemException
|
Liferay 6.0.5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||