|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface DLFileEntryTypeServiceProvides the remote service interface for DLFileEntryType. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
DLFileEntryTypeServiceUtil,
com.liferay.portlet.documentlibrary.service.base.DLFileEntryTypeServiceBaseImpl,
com.liferay.portlet.documentlibrary.service.impl.DLFileEntryTypeServiceImpl| 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)
|
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 |
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)
|
| Method Detail |
|---|
DLFileEntryType addFileEntryType(long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException
PortalException
DLFileEntryType addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteFileEntryType(long fileEntryTypeId)
throws PortalException
PortalExceptionString getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFileEntryType getFileEntryType(long fileEntryTypeId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DLFileEntryType> getFileEntryTypes(long[] groupIds,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFileEntryTypesCount(long[] groupIds)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DLFileEntryType> search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
void updateFileEntryType(long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException
PortalException
void updateFileEntryType(long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException
PortalException
|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||