|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.BaseLocalServiceImpl com.liferay.portlet.documentlibrary.service.base.DLFolderLocalServiceBaseImpl
public abstract class DLFolderLocalServiceBaseImpl
The base implementation of the document library 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
.
DLFolderLocalServiceImpl
,
DLFolderLocalServiceUtil
Constructor Summary | |
---|---|
DLFolderLocalServiceBaseImpl()
|
Method Summary | |
---|---|
void |
addDLFileEntryTypeDLFolder(long fileEntryTypeId,
DLFolder dlFolder)
|
void |
addDLFileEntryTypeDLFolder(long fileEntryTypeId,
long folderId)
|
void |
addDLFileEntryTypeDLFolders(long fileEntryTypeId,
List<DLFolder> DLFolders)
|
void |
addDLFileEntryTypeDLFolders(long fileEntryTypeId,
long[] folderIds)
|
DLFolder |
addDLFolder(DLFolder dlFolder)
Adds the document library folder to the database. |
void |
afterPropertiesSet()
|
void |
clearDLFileEntryTypeDLFolders(long fileEntryTypeId)
|
DLFolder |
createDLFolder(long folderId)
Creates a new document library folder with the primary key. |
void |
deleteDLFileEntryTypeDLFolder(long fileEntryTypeId,
DLFolder dlFolder)
|
void |
deleteDLFileEntryTypeDLFolder(long fileEntryTypeId,
long folderId)
|
void |
deleteDLFileEntryTypeDLFolders(long fileEntryTypeId,
List<DLFolder> DLFolders)
|
void |
deleteDLFileEntryTypeDLFolders(long fileEntryTypeId,
long[] folderIds)
|
DLFolder |
deleteDLFolder(DLFolder dlFolder)
Deletes the document library folder from the database. |
DLFolder |
deleteDLFolder(long folderId)
Deletes the document library folder 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. |
DLFolder |
fetchDLFolder(long folderId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
DLAppHelperLocalService |
getDLAppHelperLocalService()
Returns the d l app helper local service. |
DLAppLocalService |
getDLAppLocalService()
Returns the d l app local service. |
DLAppService |
getDLAppService()
Returns the d l app remote service. |
DLContentLocalService |
getDLContentLocalService()
Returns the document library content local service. |
DLContentPersistence |
getDLContentPersistence()
Returns the document library content persistence. |
DLFileEntryFinder |
getDLFileEntryFinder()
Returns the document library file entry finder. |
DLFileEntryLocalService |
getDLFileEntryLocalService()
Returns the document library file entry local service. |
DLFileEntryMetadataLocalService |
getDLFileEntryMetadataLocalService()
Returns the document library file entry metadata local service. |
DLFileEntryMetadataPersistence |
getDLFileEntryMetadataPersistence()
Returns the document library file entry metadata persistence. |
DLFileEntryPersistence |
getDLFileEntryPersistence()
Returns the document library file entry persistence. |
DLFileEntryService |
getDLFileEntryService()
Returns the document library file entry remote service. |
List<DLFolder> |
getDLFileEntryTypeDLFolders(long fileEntryTypeId)
|
List<DLFolder> |
getDLFileEntryTypeDLFolders(long fileEntryTypeId,
int start,
int end)
|
List<DLFolder> |
getDLFileEntryTypeDLFolders(long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getDLFileEntryTypeDLFoldersCount(long fileEntryTypeId)
|
DLFileEntryTypeFinder |
getDLFileEntryTypeFinder()
Returns the document library file entry type finder. |
DLFileEntryTypeLocalService |
getDLFileEntryTypeLocalService()
Returns the document library file entry type local service. |
DLFileEntryTypePersistence |
getDLFileEntryTypePersistence()
Returns the document library file entry type persistence. |
DLFileEntryTypeService |
getDLFileEntryTypeService()
Returns the document library file entry type remote service. |
DLFileRankFinder |
getDLFileRankFinder()
Returns the document library file rank finder. |
DLFileRankLocalService |
getDLFileRankLocalService()
Returns the document library file rank local service. |
DLFileRankPersistence |
getDLFileRankPersistence()
Returns the document library file rank persistence. |
DLFileShortcutLocalService |
getDLFileShortcutLocalService()
Returns the document library file shortcut local service. |
DLFileShortcutPersistence |
getDLFileShortcutPersistence()
Returns the document library file shortcut persistence. |
DLFileShortcutService |
getDLFileShortcutService()
Returns the document library file shortcut remote service. |
DLFileVersionLocalService |
getDLFileVersionLocalService()
Returns the document library file version local service. |
DLFileVersionPersistence |
getDLFileVersionPersistence()
Returns the document library file version persistence. |
DLFileVersionService |
getDLFileVersionService()
Returns the document library file version remote service. |
DLFolder |
getDLFolder(long folderId)
Returns the document library folder with the primary key. |
DLFolder |
getDLFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the document library folder with the UUID in the group. |
DLFolderFinder |
getDLFolderFinder()
Returns the document library folder finder. |
DLFolderLocalService |
getDLFolderLocalService()
Returns the document library folder local service. |
DLFolderPersistence |
getDLFolderPersistence()
Returns the document library folder persistence. |
List<DLFolder> |
getDLFolders(int start,
int end)
Returns a range of all the document library folders. |
int |
getDLFoldersCount()
Returns the number of document library folders. |
DLFolderService |
getDLFolderService()
Returns the document library folder remote service. |
DLSyncFinder |
getDLSyncFinder()
Returns the d l sync finder. |
DLSyncLocalService |
getDLSyncLocalService()
Returns the d l sync local service. |
DLSyncPersistence |
getDLSyncPersistence()
Returns the d l sync persistence. |
DLSyncService |
getDLSyncService()
Returns the d l sync remote service. |
ExpandoValueLocalService |
getExpandoValueLocalService()
Returns the expando value local service. |
ExpandoValuePersistence |
getExpandoValuePersistence()
Returns the expando value persistence. |
ExpandoValueService |
getExpandoValueService()
Returns the expando value remote 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. |
LockFinder |
getLockFinder()
Returns the lock finder. |
LockLocalService |
getLockLocalService()
Returns the lock local service. |
LockPersistence |
getLockPersistence()
Returns the lock persistence. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
ResourceFinder |
getResourceFinder()
Returns the resource finder. |
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
ResourcePersistence |
getResourcePersistence()
Returns the resource persistence. |
ResourceService |
getResourceService()
Returns the resource remote 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. |
WebDAVPropsLocalService |
getWebDAVPropsLocalService()
Returns the web d a v props local service. |
WebDAVPropsPersistence |
getWebDAVPropsPersistence()
Returns the web d a v props persistence. |
WorkflowDefinitionLinkLocalService |
getWorkflowDefinitionLinkLocalService()
Returns the workflow definition link local service. |
WorkflowDefinitionLinkPersistence |
getWorkflowDefinitionLinkPersistence()
Returns the workflow definition link persistence. |
WorkflowInstanceLinkLocalService |
getWorkflowInstanceLinkLocalService()
Returns the workflow instance link local service. |
WorkflowInstanceLinkPersistence |
getWorkflowInstanceLinkPersistence()
Returns the workflow instance link persistence. |
boolean |
hasDLFileEntryTypeDLFolder(long fileEntryTypeId,
long folderId)
|
boolean |
hasDLFileEntryTypeDLFolders(long fileEntryTypeId)
|
protected void |
runSQL(String sql)
Performs an SQL query. |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
Sets the d l app helper local service. |
void |
setDLAppLocalService(DLAppLocalService dlAppLocalService)
Sets the d l app local service. |
void |
setDLAppService(DLAppService dlAppService)
Sets the d l app remote service. |
void |
setDLContentLocalService(DLContentLocalService dlContentLocalService)
Sets the document library content local service. |
void |
setDLContentPersistence(DLContentPersistence dlContentPersistence)
Sets the document library content persistence. |
void |
setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
Sets the document library file entry finder. |
void |
setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
Sets the document library file entry local service. |
void |
setDLFileEntryMetadataLocalService(DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
Sets the document library file entry metadata local service. |
void |
setDLFileEntryMetadataPersistence(DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence)
Sets the document library file entry metadata persistence. |
void |
setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
Sets the document library file entry persistence. |
void |
setDLFileEntryService(DLFileEntryService dlFileEntryService)
Sets the document library file entry remote service. |
void |
setDLFileEntryTypeDLFolders(long fileEntryTypeId,
long[] folderIds)
|
void |
setDLFileEntryTypeFinder(DLFileEntryTypeFinder dlFileEntryTypeFinder)
Sets the document library file entry type finder. |
void |
setDLFileEntryTypeLocalService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
Sets the document library file entry type local service. |
void |
setDLFileEntryTypePersistence(DLFileEntryTypePersistence dlFileEntryTypePersistence)
Sets the document library file entry type persistence. |
void |
setDLFileEntryTypeService(DLFileEntryTypeService dlFileEntryTypeService)
Sets the document library file entry type remote service. |
void |
setDLFileRankFinder(DLFileRankFinder dlFileRankFinder)
Sets the document library file rank finder. |
void |
setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
Sets the document library file rank local service. |
void |
setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
Sets the document library file rank persistence. |
void |
setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
Sets the document library file shortcut local service. |
void |
setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
Sets the document library file shortcut persistence. |
void |
setDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
Sets the document library file shortcut remote service. |
void |
setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
Sets the document library file version local service. |
void |
setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
Sets the document library file version persistence. |
void |
setDLFileVersionService(DLFileVersionService dlFileVersionService)
Sets the document library file version remote service. |
void |
setDLFolderFinder(DLFolderFinder dlFolderFinder)
Sets the document library folder finder. |
void |
setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
Sets the document library folder local service. |
void |
setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
Sets the document library folder persistence. |
void |
setDLFolderService(DLFolderService dlFolderService)
Sets the document library folder remote service. |
void |
setDLSyncFinder(DLSyncFinder dlSyncFinder)
Sets the d l sync finder. |
void |
setDLSyncLocalService(DLSyncLocalService dlSyncLocalService)
Sets the d l sync local service. |
void |
setDLSyncPersistence(DLSyncPersistence dlSyncPersistence)
Sets the d l sync persistence. |
void |
setDLSyncService(DLSyncService dlSyncService)
Sets the d l sync 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 |
setLockFinder(LockFinder lockFinder)
Sets the lock finder. |
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. |
void |
setWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
Sets the workflow definition link local service. |
void |
setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
Sets the workflow definition link persistence. |
void |
setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
Sets the workflow instance link local service. |
void |
setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
Sets the workflow instance link persistence. |
DLFolder |
updateDLFolder(DLFolder dlFolder)
Updates the document library folder in the database or adds it if it does not yet exist. |
DLFolder |
updateDLFolder(DLFolder dlFolder,
boolean merge)
Updates the document library folder in the database or adds it if it does not yet exist. |
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
---|
getClassLoader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@BeanReference(type=DLAppLocalService.class) protected DLAppLocalService dlAppLocalService
@BeanReference(type=DLAppService.class) protected DLAppService dlAppService
@BeanReference(type=DLAppHelperLocalService.class) protected DLAppHelperLocalService dlAppHelperLocalService
@BeanReference(type=DLContentLocalService.class) protected DLContentLocalService dlContentLocalService
@BeanReference(type=DLContentPersistence.class) protected DLContentPersistence dlContentPersistence
@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=DLFileEntryMetadataLocalService.class) protected DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService
@BeanReference(type=DLFileEntryMetadataPersistence.class) protected DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence
@BeanReference(type=DLFileEntryTypeLocalService.class) protected DLFileEntryTypeLocalService dlFileEntryTypeLocalService
@BeanReference(type=DLFileEntryTypeService.class) protected DLFileEntryTypeService dlFileEntryTypeService
@BeanReference(type=DLFileEntryTypePersistence.class) protected DLFileEntryTypePersistence dlFileEntryTypePersistence
@BeanReference(type=DLFileEntryTypeFinder.class) protected DLFileEntryTypeFinder dlFileEntryTypeFinder
@BeanReference(type=DLFileRankLocalService.class) protected DLFileRankLocalService dlFileRankLocalService
@BeanReference(type=DLFileRankPersistence.class) protected DLFileRankPersistence dlFileRankPersistence
@BeanReference(type=DLFileRankFinder.class) protected DLFileRankFinder dlFileRankFinder
@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=DLSyncLocalService.class) protected DLSyncLocalService dlSyncLocalService
@BeanReference(type=DLSyncService.class) protected DLSyncService dlSyncService
@BeanReference(type=DLSyncPersistence.class) protected DLSyncPersistence dlSyncPersistence
@BeanReference(type=DLSyncFinder.class) protected DLSyncFinder dlSyncFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@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=LockLocalService.class) protected LockLocalService lockLocalService
@BeanReference(type=LockPersistence.class) protected LockPersistence lockPersistence
@BeanReference(type=LockFinder.class) protected LockFinder lockFinder
@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=WorkflowDefinitionLinkLocalService.class) protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService
@BeanReference(type=WorkflowDefinitionLinkPersistence.class) protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence
@BeanReference(type=WorkflowInstanceLinkLocalService.class) protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService
@BeanReference(type=WorkflowInstanceLinkPersistence.class) protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
@BeanReference(type=ExpandoValueLocalService.class) protected ExpandoValueLocalService expandoValueLocalService
@BeanReference(type=ExpandoValueService.class) protected ExpandoValueService expandoValueService
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail |
---|
public DLFolderLocalServiceBaseImpl()
Method Detail |
---|
@Indexable(type=REINDEX) public DLFolder addDLFolder(DLFolder dlFolder) throws SystemException
addDLFolder
in interface DLFolderLocalService
dlFolder
- the document library folder
SystemException
- if a system exception occurredpublic DLFolder createDLFolder(long folderId)
createDLFolder
in interface DLFolderLocalService
folderId
- the primary key for the new document library folder
@Indexable(type=DELETE) public DLFolder deleteDLFolder(long folderId) throws PortalException, SystemException
deleteDLFolder
in interface DLFolderLocalService
folderId
- the primary key of the document library folder
PortalException
- if a document library folder with the primary key could not be found
SystemException
- if a system exception occurred@Indexable(type=DELETE) public DLFolder deleteDLFolder(DLFolder dlFolder) throws SystemException
deleteDLFolder
in interface DLFolderLocalService
dlFolder
- the document library folder
SystemException
- if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery
in interface DLFolderLocalService
public List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface DLFolderLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic 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 DLFolderLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)
SystemException
- if a system exception occurredpublic 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 DLFolderLocalService
dynamicQuery
- 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
)
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface DLFolderLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic DLFolder fetchDLFolder(long folderId) throws SystemException
fetchDLFolder
in interface DLFolderLocalService
SystemException
public DLFolder getDLFolder(long folderId) throws PortalException, SystemException
getDLFolder
in interface DLFolderLocalService
folderId
- the primary key of the document library folder
PortalException
- if a document library folder with the primary key could not be found
SystemException
- if a system exception occurredpublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel
in interface PersistedModelLocalService
getPersistedModel
in interface DLFolderLocalService
PortalException
SystemException
public DLFolder getDLFolderByUuidAndGroupId(String uuid, long groupId) throws PortalException, SystemException
getDLFolderByUuidAndGroupId
in interface DLFolderLocalService
uuid
- the UUID of document library foldergroupId
- the group id of the document library folder
PortalException
- if a document library folder with the UUID in the group could not be found
SystemException
- if a system exception occurredpublic 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 DLFolderLocalService
start
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)
SystemException
- if a system exception occurredpublic int getDLFoldersCount() throws SystemException
getDLFoldersCount
in interface DLFolderLocalService
SystemException
- if a system exception occurred@Indexable(type=REINDEX) public DLFolder updateDLFolder(DLFolder dlFolder) throws SystemException
updateDLFolder
in interface DLFolderLocalService
dlFolder
- the document library folder
SystemException
- if a system exception occurred@Indexable(type=REINDEX) public DLFolder updateDLFolder(DLFolder dlFolder, boolean merge) throws SystemException
updateDLFolder
in interface DLFolderLocalService
dlFolder
- the document library foldermerge
- whether to merge the document library 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 void addDLFileEntryTypeDLFolder(long fileEntryTypeId, long folderId) throws SystemException
addDLFileEntryTypeDLFolder
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic void addDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder) throws SystemException
addDLFileEntryTypeDLFolder
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic void addDLFileEntryTypeDLFolders(long fileEntryTypeId, long[] folderIds) throws SystemException
addDLFileEntryTypeDLFolders
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic void addDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders) throws SystemException
addDLFileEntryTypeDLFolders
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic void clearDLFileEntryTypeDLFolders(long fileEntryTypeId) throws SystemException
clearDLFileEntryTypeDLFolders
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic void deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, long folderId) throws SystemException
deleteDLFileEntryTypeDLFolder
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic void deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder) throws SystemException
deleteDLFileEntryTypeDLFolder
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic void deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, long[] folderIds) throws SystemException
deleteDLFileEntryTypeDLFolders
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic void deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders) throws SystemException
deleteDLFileEntryTypeDLFolders
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic List<DLFolder> getDLFileEntryTypeDLFolders(long fileEntryTypeId) throws SystemException
getDLFileEntryTypeDLFolders
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic List<DLFolder> getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end) throws SystemException
getDLFileEntryTypeDLFolders
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic List<DLFolder> getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator) throws SystemException
getDLFileEntryTypeDLFolders
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic int getDLFileEntryTypeDLFoldersCount(long fileEntryTypeId) throws SystemException
getDLFileEntryTypeDLFoldersCount
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic boolean hasDLFileEntryTypeDLFolder(long fileEntryTypeId, long folderId) throws SystemException
hasDLFileEntryTypeDLFolder
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic boolean hasDLFileEntryTypeDLFolders(long fileEntryTypeId) throws SystemException
hasDLFileEntryTypeDLFolders
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic void setDLFileEntryTypeDLFolders(long fileEntryTypeId, long[] folderIds) throws SystemException
setDLFileEntryTypeDLFolders
in interface DLFolderLocalService
SystemException
- if a system exception occurredpublic DLAppLocalService getDLAppLocalService()
public void setDLAppLocalService(DLAppLocalService dlAppLocalService)
dlAppLocalService
- the d l app local servicepublic DLAppService getDLAppService()
public void setDLAppService(DLAppService dlAppService)
dlAppService
- the d l app remote servicepublic DLAppHelperLocalService getDLAppHelperLocalService()
public void setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
dlAppHelperLocalService
- the d l app helper local servicepublic DLContentLocalService getDLContentLocalService()
public void setDLContentLocalService(DLContentLocalService dlContentLocalService)
dlContentLocalService
- the document library content local servicepublic DLContentPersistence getDLContentPersistence()
public void setDLContentPersistence(DLContentPersistence dlContentPersistence)
dlContentPersistence
- the document library content persistencepublic DLFileEntryLocalService getDLFileEntryLocalService()
public void setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
dlFileEntryLocalService
- the document library file entry local servicepublic DLFileEntryService getDLFileEntryService()
public void setDLFileEntryService(DLFileEntryService dlFileEntryService)
dlFileEntryService
- the document library file entry remote servicepublic DLFileEntryPersistence getDLFileEntryPersistence()
public void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
dlFileEntryPersistence
- the document library file entry persistencepublic DLFileEntryFinder getDLFileEntryFinder()
public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
dlFileEntryFinder
- the document library file entry finderpublic DLFileEntryMetadataLocalService getDLFileEntryMetadataLocalService()
public void setDLFileEntryMetadataLocalService(DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
dlFileEntryMetadataLocalService
- the document library file entry metadata local servicepublic DLFileEntryMetadataPersistence getDLFileEntryMetadataPersistence()
public void setDLFileEntryMetadataPersistence(DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence)
dlFileEntryMetadataPersistence
- the document library file entry metadata persistencepublic DLFileEntryTypeLocalService getDLFileEntryTypeLocalService()
public void setDLFileEntryTypeLocalService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
dlFileEntryTypeLocalService
- the document library file entry type local servicepublic DLFileEntryTypeService getDLFileEntryTypeService()
public void setDLFileEntryTypeService(DLFileEntryTypeService dlFileEntryTypeService)
dlFileEntryTypeService
- the document library file entry type remote servicepublic DLFileEntryTypePersistence getDLFileEntryTypePersistence()
public void setDLFileEntryTypePersistence(DLFileEntryTypePersistence dlFileEntryTypePersistence)
dlFileEntryTypePersistence
- the document library file entry type persistencepublic DLFileEntryTypeFinder getDLFileEntryTypeFinder()
public void setDLFileEntryTypeFinder(DLFileEntryTypeFinder dlFileEntryTypeFinder)
dlFileEntryTypeFinder
- the document library file entry type finderpublic DLFileRankLocalService getDLFileRankLocalService()
public void setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)
dlFileRankLocalService
- the document library file rank local servicepublic DLFileRankPersistence getDLFileRankPersistence()
public void setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)
dlFileRankPersistence
- the document library file rank persistencepublic DLFileRankFinder getDLFileRankFinder()
public void setDLFileRankFinder(DLFileRankFinder dlFileRankFinder)
dlFileRankFinder
- the document library file rank finderpublic DLFileShortcutLocalService getDLFileShortcutLocalService()
public void setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
dlFileShortcutLocalService
- the document library file shortcut local servicepublic DLFileShortcutService getDLFileShortcutService()
public void setDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
dlFileShortcutService
- the document library file shortcut remote servicepublic DLFileShortcutPersistence getDLFileShortcutPersistence()
public void setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
dlFileShortcutPersistence
- the document library file shortcut persistencepublic DLFileVersionLocalService getDLFileVersionLocalService()
public void setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)
dlFileVersionLocalService
- the document library file version local servicepublic DLFileVersionService getDLFileVersionService()
public void setDLFileVersionService(DLFileVersionService dlFileVersionService)
dlFileVersionService
- the document library file version remote servicepublic DLFileVersionPersistence getDLFileVersionPersistence()
public void setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)
dlFileVersionPersistence
- the document library file version persistencepublic DLFolderLocalService getDLFolderLocalService()
public void setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
dlFolderLocalService
- the document library folder local servicepublic DLFolderService getDLFolderService()
public void setDLFolderService(DLFolderService dlFolderService)
dlFolderService
- the document library folder remote servicepublic DLFolderPersistence getDLFolderPersistence()
public void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
dlFolderPersistence
- the document library folder persistencepublic DLFolderFinder getDLFolderFinder()
public void setDLFolderFinder(DLFolderFinder dlFolderFinder)
dlFolderFinder
- the document library folder finderpublic DLSyncLocalService getDLSyncLocalService()
public void setDLSyncLocalService(DLSyncLocalService dlSyncLocalService)
dlSyncLocalService
- the d l sync local servicepublic DLSyncService getDLSyncService()
public void setDLSyncService(DLSyncService dlSyncService)
dlSyncService
- the d l sync remote servicepublic DLSyncPersistence getDLSyncPersistence()
public void setDLSyncPersistence(DLSyncPersistence dlSyncPersistence)
dlSyncPersistence
- the d l sync persistencepublic DLSyncFinder getDLSyncFinder()
public void setDLSyncFinder(DLSyncFinder dlSyncFinder)
dlSyncFinder
- the d l sync finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService
- the counter local 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 LockLocalService getLockLocalService()
public void setLockLocalService(LockLocalService lockLocalService)
lockLocalService
- the lock local servicepublic LockPersistence getLockPersistence()
public void setLockPersistence(LockPersistence lockPersistence)
lockPersistence
- the lock persistencepublic LockFinder getLockFinder()
public void setLockFinder(LockFinder lockFinder)
lockFinder
- the lock 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 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 WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService()
public void setWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
workflowDefinitionLinkLocalService
- the workflow definition link local servicepublic WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence()
public void setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
workflowDefinitionLinkPersistence
- the workflow definition link persistencepublic WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
public void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
workflowInstanceLinkLocalService
- the workflow instance link local servicepublic WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
public void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
workflowInstanceLinkPersistence
- the workflow instance link 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 persistencepublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier
in interface IdentifiableBean
getBeanIdentifier
in interface DLFolderLocalService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface IdentifiableBean
setBeanIdentifier
in interface DLFolderLocalService
beanIdentifier
- the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql) throws SystemException
sql
- the sql query
SystemException
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |