|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.dynamicdatamapping.service.DDMTemplateVersionLocalServiceWrapper
@ProviderType public class DDMTemplateVersionLocalServiceWrapper
Provides a wrapper for DDMTemplateVersionLocalService.
DDMTemplateVersionLocalService| Constructor Summary | |
|---|---|
DDMTemplateVersionLocalServiceWrapper(DDMTemplateVersionLocalService ddmTemplateVersionLocalService)
|
|
| Method Summary | ||
|---|---|---|
DDMTemplateVersion |
addDDMTemplateVersion(DDMTemplateVersion ddmTemplateVersion)
Adds the d d m template version to the database. |
|
DDMTemplateVersion |
createDDMTemplateVersion(long templateVersionId)
Creates a new d d m template version with the primary key. |
|
DDMTemplateVersion |
deleteDDMTemplateVersion(DDMTemplateVersion ddmTemplateVersion)
Deletes the d d m template version from the database. |
|
DDMTemplateVersion |
deleteDDMTemplateVersion(long templateVersionId)
Deletes the d d m template version with the primary key from the database. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> 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 matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
DDMTemplateVersion |
fetchDDMTemplateVersion(long templateVersionId)
|
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
|
DDMTemplateVersion |
getDDMTemplateVersion(long templateVersionId)
Returns the d d m template version with the primary key. |
|
List<DDMTemplateVersion> |
getDDMTemplateVersions(int start,
int end)
Returns a range of all the d d m template versions. |
|
int |
getDDMTemplateVersionsCount()
Returns the number of d d m template versions. |
|
DDMTemplateVersion |
getLatestTemplateVersion(long templateId)
|
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
DDMTemplateVersion |
getTemplateVersion(long templateVersionId)
|
|
DDMTemplateVersion |
getTemplateVersion(long templateId,
String version)
|
|
List<DDMTemplateVersion> |
getTemplateVersions(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator)
|
|
int |
getTemplateVersionsCount(long templateId)
|
|
DDMTemplateVersionLocalService |
getWrappedDDMTemplateVersionLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
|
DDMTemplateVersionLocalService |
getWrappedService()
|
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
|
void |
setWrappedDDMTemplateVersionLocalService(DDMTemplateVersionLocalService ddmTemplateVersionLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMTemplateVersionLocalService) |
|
void |
setWrappedService(DDMTemplateVersionLocalService ddmTemplateVersionLocalService)
|
|
DDMTemplateVersion |
updateDDMTemplateVersion(DDMTemplateVersion ddmTemplateVersion)
Updates the d d m template version in the database or adds it if it does not yet exist. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DDMTemplateVersionLocalServiceWrapper(DDMTemplateVersionLocalService ddmTemplateVersionLocalService)
| Method Detail |
|---|
public DDMTemplateVersion addDDMTemplateVersion(DDMTemplateVersion ddmTemplateVersion)
addDDMTemplateVersion in interface DDMTemplateVersionLocalServiceddmTemplateVersion - the d d m template version
public DDMTemplateVersion createDDMTemplateVersion(long templateVersionId)
createDDMTemplateVersion in interface DDMTemplateVersionLocalServicetemplateVersionId - the primary key for the new d d m template version
public DDMTemplateVersion deleteDDMTemplateVersion(DDMTemplateVersion ddmTemplateVersion)
deleteDDMTemplateVersion in interface DDMTemplateVersionLocalServiceddmTemplateVersion - the d d m template version
public DDMTemplateVersion deleteDDMTemplateVersion(long templateVersionId)
throws PortalException
deleteDDMTemplateVersion in interface DDMTemplateVersionLocalServicetemplateVersionId - the primary key of the d d m template version
PortalException - if a d d m template version with the primary key could not be found
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface DDMTemplateVersionLocalServicePortalExceptionpublic DynamicQuery dynamicQuery()
dynamicQuery in interface DDMTemplateVersionLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface DDMTemplateVersionLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMTemplateVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface DDMTemplateVersionLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMTemplateVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface DDMTemplateVersionLocalServicedynamicQuery - 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)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface DDMTemplateVersionLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface DDMTemplateVersionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public DDMTemplateVersion fetchDDMTemplateVersion(long templateVersionId)
fetchDDMTemplateVersion in interface DDMTemplateVersionLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface DDMTemplateVersionLocalServicepublic String getBeanIdentifier()
getBeanIdentifier in interface DDMTemplateVersionLocalService
public DDMTemplateVersion getDDMTemplateVersion(long templateVersionId)
throws PortalException
getDDMTemplateVersion in interface DDMTemplateVersionLocalServicetemplateVersionId - the primary key of the d d m template version
PortalException - if a d d m template version with the primary key could not be found
public List<DDMTemplateVersion> getDDMTemplateVersions(int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMTemplateVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getDDMTemplateVersions in interface DDMTemplateVersionLocalServicestart - the lower bound of the range of d d m template versionsend - the upper bound of the range of d d m template versions (not inclusive)
public int getDDMTemplateVersionsCount()
getDDMTemplateVersionsCount in interface DDMTemplateVersionLocalService
public DDMTemplateVersion getLatestTemplateVersion(long templateId)
throws PortalException
getLatestTemplateVersion in interface DDMTemplateVersionLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface DDMTemplateVersionLocalServicePortalException
public DDMTemplateVersion getTemplateVersion(long templateId,
String version)
throws PortalException
getTemplateVersion in interface DDMTemplateVersionLocalServicePortalException
public DDMTemplateVersion getTemplateVersion(long templateVersionId)
throws PortalException
getTemplateVersion in interface DDMTemplateVersionLocalServicePortalException
public List<DDMTemplateVersion> getTemplateVersions(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator)
getTemplateVersions in interface DDMTemplateVersionLocalServicepublic int getTemplateVersionsCount(long templateId)
getTemplateVersionsCount in interface DDMTemplateVersionLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DDMTemplateVersionLocalServicebeanIdentifier - the Spring bean ID for this beanpublic DDMTemplateVersion updateDDMTemplateVersion(DDMTemplateVersion ddmTemplateVersion)
updateDDMTemplateVersion in interface DDMTemplateVersionLocalServiceddmTemplateVersion - the d d m template version
@Deprecated public DDMTemplateVersionLocalService getWrappedDDMTemplateVersionLocalService()
getWrappedService()
@Deprecated public void setWrappedDDMTemplateVersionLocalService(DDMTemplateVersionLocalService ddmTemplateVersionLocalService)
setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMTemplateVersionLocalService)
public DDMTemplateVersionLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<DDMTemplateVersionLocalService>public void setWrappedService(DDMTemplateVersionLocalService ddmTemplateVersionLocalService)
setWrappedService in interface ServiceWrapper<DDMTemplateVersionLocalService>
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||