001
014
015 package com.liferay.portlet.asset.service;
016
017
018
027 public class AssetTagPropertyLocalServiceWrapper
028 implements AssetTagPropertyLocalService {
029 public AssetTagPropertyLocalServiceWrapper(
030 AssetTagPropertyLocalService assetTagPropertyLocalService) {
031 _assetTagPropertyLocalService = assetTagPropertyLocalService;
032 }
033
034 public com.liferay.portlet.asset.model.AssetTagProperty addAssetTagProperty(
035 com.liferay.portlet.asset.model.AssetTagProperty assetTagProperty)
036 throws com.liferay.portal.kernel.exception.SystemException {
037 return _assetTagPropertyLocalService.addAssetTagProperty(assetTagProperty);
038 }
039
040 public com.liferay.portlet.asset.model.AssetTagProperty createAssetTagProperty(
041 long tagPropertyId) {
042 return _assetTagPropertyLocalService.createAssetTagProperty(tagPropertyId);
043 }
044
045 public void deleteAssetTagProperty(long tagPropertyId)
046 throws com.liferay.portal.kernel.exception.PortalException,
047 com.liferay.portal.kernel.exception.SystemException {
048 _assetTagPropertyLocalService.deleteAssetTagProperty(tagPropertyId);
049 }
050
051 public void deleteAssetTagProperty(
052 com.liferay.portlet.asset.model.AssetTagProperty assetTagProperty)
053 throws com.liferay.portal.kernel.exception.SystemException {
054 _assetTagPropertyLocalService.deleteAssetTagProperty(assetTagProperty);
055 }
056
057 @SuppressWarnings("unchecked")
058 public java.util.List dynamicQuery(
059 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
060 throws com.liferay.portal.kernel.exception.SystemException {
061 return _assetTagPropertyLocalService.dynamicQuery(dynamicQuery);
062 }
063
064 @SuppressWarnings("unchecked")
065 public java.util.List dynamicQuery(
066 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
067 int end) throws com.liferay.portal.kernel.exception.SystemException {
068 return _assetTagPropertyLocalService.dynamicQuery(dynamicQuery, start,
069 end);
070 }
071
072 @SuppressWarnings("unchecked")
073 public java.util.List dynamicQuery(
074 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
075 int end,
076 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
077 throws com.liferay.portal.kernel.exception.SystemException {
078 return _assetTagPropertyLocalService.dynamicQuery(dynamicQuery, start,
079 end, orderByComparator);
080 }
081
082 public long dynamicQueryCount(
083 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
084 throws com.liferay.portal.kernel.exception.SystemException {
085 return _assetTagPropertyLocalService.dynamicQueryCount(dynamicQuery);
086 }
087
088 public com.liferay.portlet.asset.model.AssetTagProperty getAssetTagProperty(
089 long tagPropertyId)
090 throws com.liferay.portal.kernel.exception.PortalException,
091 com.liferay.portal.kernel.exception.SystemException {
092 return _assetTagPropertyLocalService.getAssetTagProperty(tagPropertyId);
093 }
094
095 public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> getAssetTagProperties(
096 int start, int end)
097 throws com.liferay.portal.kernel.exception.SystemException {
098 return _assetTagPropertyLocalService.getAssetTagProperties(start, end);
099 }
100
101 public int getAssetTagPropertiesCount()
102 throws com.liferay.portal.kernel.exception.SystemException {
103 return _assetTagPropertyLocalService.getAssetTagPropertiesCount();
104 }
105
106 public com.liferay.portlet.asset.model.AssetTagProperty updateAssetTagProperty(
107 com.liferay.portlet.asset.model.AssetTagProperty assetTagProperty)
108 throws com.liferay.portal.kernel.exception.SystemException {
109 return _assetTagPropertyLocalService.updateAssetTagProperty(assetTagProperty);
110 }
111
112 public com.liferay.portlet.asset.model.AssetTagProperty updateAssetTagProperty(
113 com.liferay.portlet.asset.model.AssetTagProperty assetTagProperty,
114 boolean merge)
115 throws com.liferay.portal.kernel.exception.SystemException {
116 return _assetTagPropertyLocalService.updateAssetTagProperty(assetTagProperty,
117 merge);
118 }
119
120 public com.liferay.portlet.asset.model.AssetTagProperty addTagProperty(
121 long userId, long tagId, java.lang.String key, java.lang.String value)
122 throws com.liferay.portal.kernel.exception.PortalException,
123 com.liferay.portal.kernel.exception.SystemException {
124 return _assetTagPropertyLocalService.addTagProperty(userId, tagId, key,
125 value);
126 }
127
128 public void deleteTagProperties(long tagId)
129 throws com.liferay.portal.kernel.exception.SystemException {
130 _assetTagPropertyLocalService.deleteTagProperties(tagId);
131 }
132
133 public void deleteTagProperty(
134 com.liferay.portlet.asset.model.AssetTagProperty tagProperty)
135 throws com.liferay.portal.kernel.exception.SystemException {
136 _assetTagPropertyLocalService.deleteTagProperty(tagProperty);
137 }
138
139 public void deleteTagProperty(long tagPropertyId)
140 throws com.liferay.portal.kernel.exception.PortalException,
141 com.liferay.portal.kernel.exception.SystemException {
142 _assetTagPropertyLocalService.deleteTagProperty(tagPropertyId);
143 }
144
145 public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> getTagProperties()
146 throws com.liferay.portal.kernel.exception.SystemException {
147 return _assetTagPropertyLocalService.getTagProperties();
148 }
149
150 public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> getTagProperties(
151 long tagId) throws com.liferay.portal.kernel.exception.SystemException {
152 return _assetTagPropertyLocalService.getTagProperties(tagId);
153 }
154
155 public com.liferay.portlet.asset.model.AssetTagProperty getTagProperty(
156 long tagPropertyId)
157 throws com.liferay.portal.kernel.exception.PortalException,
158 com.liferay.portal.kernel.exception.SystemException {
159 return _assetTagPropertyLocalService.getTagProperty(tagPropertyId);
160 }
161
162 public com.liferay.portlet.asset.model.AssetTagProperty getTagProperty(
163 long tagId, java.lang.String key)
164 throws com.liferay.portal.kernel.exception.PortalException,
165 com.liferay.portal.kernel.exception.SystemException {
166 return _assetTagPropertyLocalService.getTagProperty(tagId, key);
167 }
168
169 public java.lang.String[] getTagPropertyKeys(long groupId)
170 throws com.liferay.portal.kernel.exception.SystemException {
171 return _assetTagPropertyLocalService.getTagPropertyKeys(groupId);
172 }
173
174 public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> getTagPropertyValues(
175 long groupId, java.lang.String key)
176 throws com.liferay.portal.kernel.exception.SystemException {
177 return _assetTagPropertyLocalService.getTagPropertyValues(groupId, key);
178 }
179
180 public com.liferay.portlet.asset.model.AssetTagProperty updateTagProperty(
181 long tagPropertyId, java.lang.String key, java.lang.String value)
182 throws com.liferay.portal.kernel.exception.PortalException,
183 com.liferay.portal.kernel.exception.SystemException {
184 return _assetTagPropertyLocalService.updateTagProperty(tagPropertyId,
185 key, value);
186 }
187
188 public AssetTagPropertyLocalService getWrappedAssetTagPropertyLocalService() {
189 return _assetTagPropertyLocalService;
190 }
191
192 private AssetTagPropertyLocalService _assetTagPropertyLocalService;
193 }