|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.service.DLFileEntryTypeServiceWrapper
@ProviderType public class DLFileEntryTypeServiceWrapper
Provides a wrapper for DLFileEntryTypeService.
DLFileEntryTypeService| Constructor Summary | |
|---|---|
DLFileEntryTypeServiceWrapper(DLFileEntryTypeService dlFileEntryTypeService)
|
|
| Method Summary | |
|---|---|
DLFileEntryType |
addFileEntryType(long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileEntryType |
addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
void |
deleteFileEntryType(long fileEntryTypeId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
DLFileEntryType |
getFileEntryType(long fileEntryTypeId)
|
List<DLFileEntryType> |
getFileEntryTypes(long[] groupIds)
|
List<DLFileEntryType> |
getFileEntryTypes(long[] groupIds,
int start,
int end)
|
int |
getFileEntryTypesCount(long[] groupIds)
|
List<DLFileEntryType> |
getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited)
|
DLFileEntryTypeService |
getWrappedDLFileEntryTypeService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
DLFileEntryTypeService |
getWrappedService()
|
List<DLFileEntryType> |
search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
int |
searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedDLFileEntryTypeService(DLFileEntryTypeService dlFileEntryTypeService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService) |
void |
setWrappedService(DLFileEntryTypeService dlFileEntryTypeService)
|
void |
updateFileEntryType(long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
void |
updateFileEntryType(long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLFileEntryTypeServiceWrapper(DLFileEntryTypeService dlFileEntryTypeService)
| Method Detail |
|---|
public DLFileEntryType addFileEntryType(long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException
addFileEntryType in interface DLFileEntryTypeServicePortalException
public DLFileEntryType addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException
addFileEntryType in interface DLFileEntryTypeServicePortalException
public void deleteFileEntryType(long fileEntryTypeId)
throws PortalException
deleteFileEntryType in interface DLFileEntryTypeServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface DLFileEntryTypeService
public DLFileEntryType getFileEntryType(long fileEntryTypeId)
throws PortalException
getFileEntryType in interface DLFileEntryTypeServicePortalExceptionpublic List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
getFileEntryTypes in interface DLFileEntryTypeService
public List<DLFileEntryType> getFileEntryTypes(long[] groupIds,
int start,
int end)
getFileEntryTypes in interface DLFileEntryTypeServicepublic int getFileEntryTypesCount(long[] groupIds)
getFileEntryTypesCount in interface DLFileEntryTypeService
public List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited)
throws PortalException
getFolderFileEntryTypes in interface DLFileEntryTypeServicePortalException
public List<DLFileEntryType> search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
search in interface DLFileEntryTypeService
public int searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
searchCount in interface DLFileEntryTypeServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DLFileEntryTypeServicebeanIdentifier - the Spring bean ID for this bean
public void updateFileEntryType(long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException
updateFileEntryType in interface DLFileEntryTypeServicePortalException
public void updateFileEntryType(long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException
updateFileEntryType in interface DLFileEntryTypeServicePortalException@Deprecated public DLFileEntryTypeService getWrappedDLFileEntryTypeService()
getWrappedService()
@Deprecated public void setWrappedDLFileEntryTypeService(DLFileEntryTypeService dlFileEntryTypeService)
setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService)
public DLFileEntryTypeService getWrappedService()
getWrappedService in interface ServiceWrapper<DLFileEntryTypeService>public void setWrappedService(DLFileEntryTypeService dlFileEntryTypeService)
setWrappedService in interface ServiceWrapper<DLFileEntryTypeService>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||