|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType
@AccessControlled
@JSONWebService
@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,
DLFileEntryTypeServiceBaseImpl,
DLFileEntryTypeServiceImpl| Method Summary | |
|---|---|
abstract DLFileEntryType |
addFileEntryType(long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
abstract DLFileEntryType |
addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
abstract void |
deleteFileEntryType(long fileEntryTypeId)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract DLFileEntryType |
getFileEntryType(long fileEntryTypeId)
|
abstract List<DLFileEntryType> |
getFileEntryTypes(long[] groupIds)
|
abstract List<DLFileEntryType> |
getFileEntryTypes(long[] groupIds,
int start,
int end)
|
abstract int |
getFileEntryTypesCount(long[] groupIds)
|
abstract List<DLFileEntryType> |
getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited)
|
abstract List<DLFileEntryType> |
search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract int |
searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract void |
updateFileEntryType(long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
abstract void |
updateFileEntryType(long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
| Method Detail |
|---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
DLFileEntryType addFileEntryType(long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
DLFileEntryType addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
void deleteFileEntryType(long fileEntryTypeId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFileEntryType getFileEntryType(long fileEntryTypeId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DLFileEntryType> getFileEntryTypes(long[] groupIds,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFileEntryTypesCount(long[] groupIds)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DLFileEntryType> search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
throws SystemException
SystemException
void updateFileEntryType(long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
void updateFileEntryType(long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||