|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.documentlibrary.service.DLSyncLocalServiceWrapper
public class DLSyncLocalServiceWrapper
This class is a wrapper for DLSyncLocalService
.
DLSyncLocalService
Constructor Summary | |
---|---|
DLSyncLocalServiceWrapper(DLSyncLocalService dlSyncLocalService)
|
Method Summary | |
---|---|
DLSync |
addDLSync(DLSync dlSync)
Adds the d l sync to the database. |
DLSync |
addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String type,
String version)
Deprecated. addSync(long, String, long, long, long, String,
String, String, String) |
DLSync |
addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String description,
String type,
String version)
|
DLSync |
createDLSync(long syncId)
Creates a new d l sync with the primary key. |
DLSync |
deleteDLSync(DLSync dlSync)
Deletes the d l sync from the database. |
DLSync |
deleteDLSync(long syncId)
Deletes the d l sync with the primary key from the database. |
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. |
DLSync |
fetchDLSync(long syncId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
DLSync |
getDLSync(long syncId)
Returns the d l sync with the primary key. |
List<DLSync> |
getDLSyncs(int start,
int end)
Returns a range of all the d l syncs. |
int |
getDLSyncsCount()
Returns the number of d l syncs. |
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
DLSyncLocalService |
getWrappedDLSyncLocalService()
Deprecated. Renamed to getWrappedService() |
DLSyncLocalService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedDLSyncLocalService(DLSyncLocalService dlSyncLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.documentlibrary.service.DLSyncLocalService) |
void |
setWrappedService(DLSyncLocalService dlSyncLocalService)
|
DLSync |
updateDLSync(DLSync dlSync)
Updates the d l sync in the database or adds it if it does not yet exist. |
DLSync |
updateDLSync(DLSync dlSync,
boolean merge)
Updates the d l sync in the database or adds it if it does not yet exist. |
DLSync |
updateSync(long fileId,
long parentFolderId,
String name,
String event,
String version)
Deprecated. updateSync(long, long, String, String, String,
String) |
DLSync |
updateSync(long fileId,
long parentFolderId,
String name,
String description,
String event,
String version)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DLSyncLocalServiceWrapper(DLSyncLocalService dlSyncLocalService)
Method Detail |
---|
public DLSync addDLSync(DLSync dlSync) throws SystemException
addDLSync
in interface DLSyncLocalService
dlSync
- the d l sync
SystemException
- if a system exception occurredpublic DLSync createDLSync(long syncId)
createDLSync
in interface DLSyncLocalService
syncId
- the primary key for the new d l sync
public DLSync deleteDLSync(long syncId) throws PortalException, SystemException
deleteDLSync
in interface DLSyncLocalService
syncId
- the primary key of the d l sync
PortalException
- if a d l sync with the primary key could not be found
SystemException
- if a system exception occurredpublic DLSync deleteDLSync(DLSync dlSync) throws SystemException
deleteDLSync
in interface DLSyncLocalService
dlSync
- the d l sync
SystemException
- if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery
in interface DLSyncLocalService
public List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface DLSyncLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
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.
dynamicQuery
in interface DLSyncLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
dynamicQuery
in interface DLSyncLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface DLSyncLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic DLSync fetchDLSync(long syncId) throws SystemException
fetchDLSync
in interface DLSyncLocalService
SystemException
public DLSync getDLSync(long syncId) throws PortalException, SystemException
getDLSync
in interface DLSyncLocalService
syncId
- the primary key of the d l sync
PortalException
- if a d l sync with the primary key could not be found
SystemException
- if a system exception occurredpublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel
in interface PersistedModelLocalService
getPersistedModel
in interface DLSyncLocalService
PortalException
SystemException
public List<DLSync> getDLSyncs(int start, int end) throws SystemException
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.
getDLSyncs
in interface DLSyncLocalService
start
- the lower bound of the range of d l syncsend
- the upper bound of the range of d l syncs (not inclusive)
SystemException
- if a system exception occurredpublic int getDLSyncsCount() throws SystemException
getDLSyncsCount
in interface DLSyncLocalService
SystemException
- if a system exception occurredpublic DLSync updateDLSync(DLSync dlSync) throws SystemException
updateDLSync
in interface DLSyncLocalService
dlSync
- the d l sync
SystemException
- if a system exception occurredpublic DLSync updateDLSync(DLSync dlSync, boolean merge) throws SystemException
updateDLSync
in interface DLSyncLocalService
dlSync
- the d l syncmerge
- whether to merge the d l sync with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean)
for an explanation.
SystemException
- if a system exception occurredpublic String getBeanIdentifier()
getBeanIdentifier
in interface DLSyncLocalService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface DLSyncLocalService
beanIdentifier
- the Spring bean ID for this beanpublic DLSync addSync(long fileId, String fileUuid, long companyId, long repositoryId, long parentFolderId, String name, String type, String version) throws PortalException, SystemException
addSync(long, String, long, long, long, String,
String, String, String)
addSync
in interface DLSyncLocalService
PortalException
SystemException
public DLSync addSync(long fileId, String fileUuid, long companyId, long repositoryId, long parentFolderId, String name, String description, String type, String version) throws PortalException, SystemException
addSync
in interface DLSyncLocalService
PortalException
SystemException
public DLSync updateSync(long fileId, long parentFolderId, String name, String event, String version) throws PortalException, SystemException
updateSync(long, long, String, String, String,
String)
updateSync
in interface DLSyncLocalService
PortalException
SystemException
public DLSync updateSync(long fileId, long parentFolderId, String name, String description, String event, String version) throws PortalException, SystemException
updateSync
in interface DLSyncLocalService
PortalException
SystemException
public DLSyncLocalService getWrappedDLSyncLocalService()
getWrappedService()
public void setWrappedDLSyncLocalService(DLSyncLocalService dlSyncLocalService)
setWrappedService(com.liferay.portlet.documentlibrary.service.DLSyncLocalService)
public DLSyncLocalService getWrappedService()
getWrappedService
in interface ServiceWrapper<DLSyncLocalService>
public void setWrappedService(DLSyncLocalService dlSyncLocalService)
setWrappedService
in interface ServiceWrapper<DLSyncLocalService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |