Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.service
Class DLFileEntryTypeServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLFileEntryTypeServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<DLFileEntryTypeService>, DLFileEntryTypeService

@ProviderType
public class DLFileEntryTypeServiceWrapper
extends Object
implements DLFileEntryTypeService, ServiceWrapper<DLFileEntryTypeService>

Provides a wrapper for DLFileEntryTypeService.

See Also:
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 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

DLFileEntryTypeServiceWrapper

public DLFileEntryTypeServiceWrapper(DLFileEntryTypeService dlFileEntryTypeService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface DLFileEntryTypeService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface DLFileEntryTypeService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addFileEntryType

public DLFileEntryType addFileEntryType(long groupId,
                                        String fileEntryTypeKey,
                                        Map<Locale,String> nameMap,
                                        Map<Locale,String> descriptionMap,
                                        long[] ddmStructureIds,
                                        ServiceContext serviceContext)
                                 throws PortalException,
                                        SystemException
Specified by:
addFileEntryType in interface DLFileEntryTypeService
Throws:
PortalException
SystemException

addFileEntryType

public DLFileEntryType addFileEntryType(long groupId,
                                        String name,
                                        String description,
                                        long[] ddmStructureIds,
                                        ServiceContext serviceContext)
                                 throws PortalException,
                                        SystemException
Specified by:
addFileEntryType in interface DLFileEntryTypeService
Throws:
PortalException
SystemException

deleteFileEntryType

public void deleteFileEntryType(long fileEntryTypeId)
                         throws PortalException,
                                SystemException
Specified by:
deleteFileEntryType in interface DLFileEntryTypeService
Throws:
PortalException
SystemException

getFileEntryType

public DLFileEntryType getFileEntryType(long fileEntryTypeId)
                                 throws PortalException,
                                        SystemException
Specified by:
getFileEntryType in interface DLFileEntryTypeService
Throws:
PortalException
SystemException

getFileEntryTypes

public List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
                                        throws SystemException
Specified by:
getFileEntryTypes in interface DLFileEntryTypeService
Throws:
SystemException

getFileEntryTypes

public List<DLFileEntryType> getFileEntryTypes(long[] groupIds,
                                               int start,
                                               int end)
                                        throws SystemException
Specified by:
getFileEntryTypes in interface DLFileEntryTypeService
Throws:
SystemException

getFileEntryTypesCount

public int getFileEntryTypesCount(long[] groupIds)
                           throws SystemException
Specified by:
getFileEntryTypesCount in interface DLFileEntryTypeService
Throws:
SystemException

getFolderFileEntryTypes

public List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds,
                                                     long folderId,
                                                     boolean inherited)
                                              throws PortalException,
                                                     SystemException
Specified by:
getFolderFileEntryTypes in interface DLFileEntryTypeService
Throws:
PortalException
SystemException

search

public List<DLFileEntryType> search(long companyId,
                                    long[] groupIds,
                                    String keywords,
                                    boolean includeBasicFileEntryType,
                                    int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                             throws SystemException
Specified by:
search in interface DLFileEntryTypeService
Throws:
SystemException

searchCount

public int searchCount(long companyId,
                       long[] groupIds,
                       String keywords,
                       boolean includeBasicFileEntryType)
                throws SystemException
Specified by:
searchCount in interface DLFileEntryTypeService
Throws:
SystemException

updateFileEntryType

public void updateFileEntryType(long fileEntryTypeId,
                                Map<Locale,String> nameMap,
                                Map<Locale,String> descriptionMap,
                                long[] ddmStructureIds,
                                ServiceContext serviceContext)
                         throws PortalException,
                                SystemException
Specified by:
updateFileEntryType in interface DLFileEntryTypeService
Throws:
PortalException
SystemException

updateFileEntryType

public void updateFileEntryType(long fileEntryTypeId,
                                String name,
                                String description,
                                long[] ddmStructureIds,
                                ServiceContext serviceContext)
                         throws PortalException,
                                SystemException
Specified by:
updateFileEntryType in interface DLFileEntryTypeService
Throws:
PortalException
SystemException

getWrappedDLFileEntryTypeService

public DLFileEntryTypeService getWrappedDLFileEntryTypeService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedDLFileEntryTypeService

public void setWrappedDLFileEntryTypeService(DLFileEntryTypeService dlFileEntryTypeService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService)


getWrappedService

public DLFileEntryTypeService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<DLFileEntryTypeService>

setWrappedService

public void setWrappedService(DLFileEntryTypeService dlFileEntryTypeService)
Specified by:
setWrappedService in interface ServiceWrapper<DLFileEntryTypeService>

Liferay 6.2-ce-ga5