Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.service
Class DLFileEntryMetadataLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLFileEntryMetadataLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, PersistedModelLocalService, ServiceWrapper<DLFileEntryMetadataLocalService>, DLFileEntryMetadataLocalService

public class DLFileEntryMetadataLocalServiceWrapper
extends Object
implements DLFileEntryMetadataLocalService, ServiceWrapper<DLFileEntryMetadataLocalService>

This class is a wrapper for DLFileEntryMetadataLocalService.

See Also:
DLFileEntryMetadataLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
DLFileEntryMetadataLocalServiceWrapper(DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
           
 
Method Summary
 DLFileEntryMetadata addDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
          Adds the document library file entry metadata to the database.
 DLFileEntryMetadata createDLFileEntryMetadata(long fileEntryMetadataId)
          Creates a new document library file entry metadata with the primary key.
 DLFileEntryMetadata deleteDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
          Deletes the document library file entry metadata from the database.
 DLFileEntryMetadata deleteDLFileEntryMetadata(long fileEntryMetadataId)
          Deletes the document library file entry metadata with the primary key from the database.
 void deleteFileEntryMetadata(long fileEntryId)
           
 void deleteFileVersionFileEntryMetadata(long fileVersionId)
           
 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.
 DLFileEntryMetadata fetchDLFileEntryMetadata(long fileEntryMetadataId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 DLFileEntryMetadata getDLFileEntryMetadata(long fileEntryMetadataId)
          Returns the document library file entry metadata with the primary key.
 List<DLFileEntryMetadata> getDLFileEntryMetadatas(int start, int end)
          Returns a range of all the document library file entry metadatas.
 int getDLFileEntryMetadatasCount()
          Returns the number of document library file entry metadatas.
 DLFileEntryMetadata getFileEntryMetadata(long fileEntryMetadataId)
           
 DLFileEntryMetadata getFileEntryMetadata(long ddmStructureId, long fileVersionId)
           
 long getFileEntryMetadataCount(long fileEntryId, long fileVersionId)
          Deprecated. getFileVersionFileEntryMetadatasCount(long)
 List<DLFileEntryMetadata> getFileVersionFileEntryMetadatas(long fileVersionId)
           
 long getFileVersionFileEntryMetadatasCount(long fileVersionId)
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 DLFileEntryMetadataLocalService getWrappedDLFileEntryMetadataLocalService()
          Deprecated. Renamed to getWrappedService()
 DLFileEntryMetadataLocalService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedDLFileEntryMetadataLocalService(DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileEntryMetadataLocalService)
 void setWrappedService(DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
           
 DLFileEntryMetadata updateDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
          Updates the document library file entry metadata in the database or adds it if it does not yet exist.
 DLFileEntryMetadata updateDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata, boolean merge)
          Updates the document library file entry metadata in the database or adds it if it does not yet exist.
 void updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryTypeId, long fileEntryId, long fileVersionId, Map<String,Fields> fieldsMap, ServiceContext serviceContext)
           
 void updateFileEntryMetadata(long fileEntryTypeId, long fileEntryId, long fileVersionId, Map<String,Fields> fieldsMap, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileEntryMetadataLocalServiceWrapper

public DLFileEntryMetadataLocalServiceWrapper(DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
Method Detail

addDLFileEntryMetadata

public DLFileEntryMetadata addDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
                                           throws SystemException
Adds the document library file entry metadata to the database. Also notifies the appropriate model listeners.

Specified by:
addDLFileEntryMetadata in interface DLFileEntryMetadataLocalService
Parameters:
dlFileEntryMetadata - the document library file entry metadata
Returns:
the document library file entry metadata that was added
Throws:
SystemException - if a system exception occurred

createDLFileEntryMetadata

public DLFileEntryMetadata createDLFileEntryMetadata(long fileEntryMetadataId)
Creates a new document library file entry metadata with the primary key. Does not add the document library file entry metadata to the database.

Specified by:
createDLFileEntryMetadata in interface DLFileEntryMetadataLocalService
Parameters:
fileEntryMetadataId - the primary key for the new document library file entry metadata
Returns:
the new document library file entry metadata

deleteDLFileEntryMetadata

public DLFileEntryMetadata deleteDLFileEntryMetadata(long fileEntryMetadataId)
                                              throws PortalException,
                                                     SystemException
Deletes the document library file entry metadata with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDLFileEntryMetadata in interface DLFileEntryMetadataLocalService
Parameters:
fileEntryMetadataId - the primary key of the document library file entry metadata
Returns:
the document library file entry metadata that was removed
Throws:
PortalException - if a document library file entry metadata with the primary key could not be found
SystemException - if a system exception occurred

deleteDLFileEntryMetadata

public DLFileEntryMetadata deleteDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
                                              throws SystemException
Deletes the document library file entry metadata from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDLFileEntryMetadata in interface DLFileEntryMetadataLocalService
Parameters:
dlFileEntryMetadata - the document library file entry metadata
Returns:
the document library file entry metadata that was removed
Throws:
SystemException - if a system exception occurred

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface DLFileEntryMetadataLocalService

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface DLFileEntryMetadataLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

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.

Specified by:
dynamicQuery in interface DLFileEntryMetadataLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

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.

Specified by:
dynamicQuery in interface DLFileEntryMetadataLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface DLFileEntryMetadataLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchDLFileEntryMetadata

public DLFileEntryMetadata fetchDLFileEntryMetadata(long fileEntryMetadataId)
                                             throws SystemException
Specified by:
fetchDLFileEntryMetadata in interface DLFileEntryMetadataLocalService
Throws:
SystemException

getDLFileEntryMetadata

public DLFileEntryMetadata getDLFileEntryMetadata(long fileEntryMetadataId)
                                           throws PortalException,
                                                  SystemException
Returns the document library file entry metadata with the primary key.

Specified by:
getDLFileEntryMetadata in interface DLFileEntryMetadataLocalService
Parameters:
fileEntryMetadataId - the primary key of the document library file entry metadata
Returns:
the document library file entry metadata
Throws:
PortalException - if a document library file entry metadata with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface DLFileEntryMetadataLocalService
Throws:
PortalException
SystemException

getDLFileEntryMetadatas

public List<DLFileEntryMetadata> getDLFileEntryMetadatas(int start,
                                                         int end)
                                                  throws SystemException
Returns a range of all the document library file entry metadatas.

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.

Specified by:
getDLFileEntryMetadatas in interface DLFileEntryMetadataLocalService
Parameters:
start - the lower bound of the range of document library file entry metadatas
end - the upper bound of the range of document library file entry metadatas (not inclusive)
Returns:
the range of document library file entry metadatas
Throws:
SystemException - if a system exception occurred

getDLFileEntryMetadatasCount

public int getDLFileEntryMetadatasCount()
                                 throws SystemException
Returns the number of document library file entry metadatas.

Specified by:
getDLFileEntryMetadatasCount in interface DLFileEntryMetadataLocalService
Returns:
the number of document library file entry metadatas
Throws:
SystemException - if a system exception occurred

updateDLFileEntryMetadata

public DLFileEntryMetadata updateDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
                                              throws SystemException
Updates the document library file entry metadata in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateDLFileEntryMetadata in interface DLFileEntryMetadataLocalService
Parameters:
dlFileEntryMetadata - the document library file entry metadata
Returns:
the document library file entry metadata that was updated
Throws:
SystemException - if a system exception occurred

updateDLFileEntryMetadata

public DLFileEntryMetadata updateDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata,
                                                     boolean merge)
                                              throws SystemException
Updates the document library file entry metadata in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateDLFileEntryMetadata in interface DLFileEntryMetadataLocalService
Parameters:
dlFileEntryMetadata - the document library file entry metadata
merge - whether to merge the document library file entry metadata with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the document library file entry metadata that was updated
Throws:
SystemException - if a system exception occurred

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface DLFileEntryMetadataLocalService
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 DLFileEntryMetadataLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

deleteFileEntryMetadata

public void deleteFileEntryMetadata(long fileEntryId)
                             throws PortalException,
                                    SystemException
Specified by:
deleteFileEntryMetadata in interface DLFileEntryMetadataLocalService
Throws:
PortalException
SystemException

deleteFileVersionFileEntryMetadata

public void deleteFileVersionFileEntryMetadata(long fileVersionId)
                                        throws PortalException,
                                               SystemException
Specified by:
deleteFileVersionFileEntryMetadata in interface DLFileEntryMetadataLocalService
Throws:
PortalException
SystemException

getFileEntryMetadata

public DLFileEntryMetadata getFileEntryMetadata(long fileEntryMetadataId)
                                         throws PortalException,
                                                SystemException
Specified by:
getFileEntryMetadata in interface DLFileEntryMetadataLocalService
Throws:
PortalException
SystemException

getFileEntryMetadata

public DLFileEntryMetadata getFileEntryMetadata(long ddmStructureId,
                                                long fileVersionId)
                                         throws PortalException,
                                                SystemException
Specified by:
getFileEntryMetadata in interface DLFileEntryMetadataLocalService
Throws:
PortalException
SystemException

getFileEntryMetadataCount

public long getFileEntryMetadataCount(long fileEntryId,
                                      long fileVersionId)
                               throws SystemException
Deprecated. getFileVersionFileEntryMetadatasCount(long)

Specified by:
getFileEntryMetadataCount in interface DLFileEntryMetadataLocalService
Throws:
SystemException

getFileVersionFileEntryMetadatas

public List<DLFileEntryMetadata> getFileVersionFileEntryMetadatas(long fileVersionId)
                                                           throws SystemException
Specified by:
getFileVersionFileEntryMetadatas in interface DLFileEntryMetadataLocalService
Throws:
SystemException

getFileVersionFileEntryMetadatasCount

public long getFileVersionFileEntryMetadatasCount(long fileVersionId)
                                           throws SystemException
Specified by:
getFileVersionFileEntryMetadatasCount in interface DLFileEntryMetadataLocalService
Throws:
SystemException

updateFileEntryMetadata

public void updateFileEntryMetadata(long companyId,
                                    List<DDMStructure> ddmStructures,
                                    long fileEntryTypeId,
                                    long fileEntryId,
                                    long fileVersionId,
                                    Map<String,Fields> fieldsMap,
                                    ServiceContext serviceContext)
                             throws PortalException,
                                    SystemException
Specified by:
updateFileEntryMetadata in interface DLFileEntryMetadataLocalService
Throws:
PortalException
SystemException

updateFileEntryMetadata

public void updateFileEntryMetadata(long fileEntryTypeId,
                                    long fileEntryId,
                                    long fileVersionId,
                                    Map<String,Fields> fieldsMap,
                                    ServiceContext serviceContext)
                             throws PortalException,
                                    SystemException
Specified by:
updateFileEntryMetadata in interface DLFileEntryMetadataLocalService
Throws:
PortalException
SystemException

getWrappedDLFileEntryMetadataLocalService

public DLFileEntryMetadataLocalService getWrappedDLFileEntryMetadataLocalService()
Deprecated. Renamed to getWrappedService()


setWrappedDLFileEntryMetadataLocalService

public void setWrappedDLFileEntryMetadataLocalService(DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileEntryMetadataLocalService)


getWrappedService

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

setWrappedService

public void setWrappedService(DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<DLFileEntryMetadataLocalService>

Liferay 6.1.2-ce-ga3