Source Code Cross Referenced for SCFrameworkVersionLocalServiceUtil.java in  » Portal » liferay-portal-4.4.2 » com » liferay » portlet » softwarecatalog » service » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » liferay portal 4.4.2 » com.liferay.portlet.softwarecatalog.service 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /**
002:         * Copyright (c) 2000-2008 Liferay, Inc. All rights reserved.
003:         *
004:         * Permission is hereby granted, free of charge, to any person obtaining a copy
005:         * of this software and associated documentation files (the "Software"), to deal
006:         * in the Software without restriction, including without limitation the rights
007:         * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
008:         * copies of the Software, and to permit persons to whom the Software is
009:         * furnished to do so, subject to the following conditions:
010:         *
011:         * The above copyright notice and this permission notice shall be included in
012:         * all copies or substantial portions of the Software.
013:         *
014:         * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
015:         * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
016:         * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
017:         * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
018:         * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
019:         * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
020:         * SOFTWARE.
021:         */package com.liferay.portlet.softwarecatalog.service;
022:
023:        /**
024:         * <a href="SCFrameworkVersionLocalServiceUtil.java.html"><b><i>View Source</i></b></a>
025:         *
026:         * <p>
027:         * ServiceBuilder generated this class. Modifications in this class will be
028:         * overwritten the next time is generated.
029:         * </p>
030:         *
031:         * <p>
032:         * This class provides static methods for the
033:         * <code>com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService</code>
034:         * bean. The static methods of this class calls the same methods of the bean
035:         * instance. It's convenient to be able to just write one line to call a method
036:         * on a bean instead of writing a lookup call and a method call.
037:         * </p>
038:         *
039:         * <p>
040:         * <code>com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalServiceFactory</code>
041:         * is responsible for the lookup of the bean.
042:         * </p>
043:         *
044:         * @author Brian Wing Shun Chan
045:         *
046:         * @see com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService
047:         * @see com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalServiceFactory
048:         *
049:         */
050:        public class SCFrameworkVersionLocalServiceUtil {
051:            public static com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion addSCFrameworkVersion(
052:                    com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion model)
053:                    throws com.liferay.portal.SystemException {
054:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
055:                        .getService();
056:
057:                return scFrameworkVersionLocalService
058:                        .addSCFrameworkVersion(model);
059:            }
060:
061:            public static java.util.List dynamicQuery(
062:                    com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
063:                    throws com.liferay.portal.SystemException {
064:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
065:                        .getService();
066:
067:                return scFrameworkVersionLocalService
068:                        .dynamicQuery(queryInitializer);
069:            }
070:
071:            public static java.util.List dynamicQuery(
072:                    com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
073:                    int begin, int end)
074:                    throws com.liferay.portal.SystemException {
075:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
076:                        .getService();
077:
078:                return scFrameworkVersionLocalService.dynamicQuery(
079:                        queryInitializer, begin, end);
080:            }
081:
082:            public static com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion updateSCFrameworkVersion(
083:                    com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion model)
084:                    throws com.liferay.portal.SystemException {
085:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
086:                        .getService();
087:
088:                return scFrameworkVersionLocalService
089:                        .updateSCFrameworkVersion(model);
090:            }
091:
092:            public static com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence getSCLicensePersistence() {
093:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
094:                        .getService();
095:
096:                return scFrameworkVersionLocalService.getSCLicensePersistence();
097:            }
098:
099:            public static void setSCLicensePersistence(
100:                    com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence) {
101:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
102:                        .getService();
103:
104:                scFrameworkVersionLocalService
105:                        .setSCLicensePersistence(scLicensePersistence);
106:            }
107:
108:            public static com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence getSCFrameworkVersionPersistence() {
109:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
110:                        .getService();
111:
112:                return scFrameworkVersionLocalService
113:                        .getSCFrameworkVersionPersistence();
114:            }
115:
116:            public static void setSCFrameworkVersionPersistence(
117:                    com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence scFrameworkVersionPersistence) {
118:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
119:                        .getService();
120:
121:                scFrameworkVersionLocalService
122:                        .setSCFrameworkVersionPersistence(scFrameworkVersionPersistence);
123:            }
124:
125:            public static com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence getSCProductEntryPersistence() {
126:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
127:                        .getService();
128:
129:                return scFrameworkVersionLocalService
130:                        .getSCProductEntryPersistence();
131:            }
132:
133:            public static void setSCProductEntryPersistence(
134:                    com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence) {
135:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
136:                        .getService();
137:
138:                scFrameworkVersionLocalService
139:                        .setSCProductEntryPersistence(scProductEntryPersistence);
140:            }
141:
142:            public static com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence getSCProductScreenshotPersistence() {
143:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
144:                        .getService();
145:
146:                return scFrameworkVersionLocalService
147:                        .getSCProductScreenshotPersistence();
148:            }
149:
150:            public static void setSCProductScreenshotPersistence(
151:                    com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence scProductScreenshotPersistence) {
152:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
153:                        .getService();
154:
155:                scFrameworkVersionLocalService
156:                        .setSCProductScreenshotPersistence(scProductScreenshotPersistence);
157:            }
158:
159:            public static com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence getSCProductVersionPersistence() {
160:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
161:                        .getService();
162:
163:                return scFrameworkVersionLocalService
164:                        .getSCProductVersionPersistence();
165:            }
166:
167:            public static void setSCProductVersionPersistence(
168:                    com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence scProductVersionPersistence) {
169:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
170:                        .getService();
171:
172:                scFrameworkVersionLocalService
173:                        .setSCProductVersionPersistence(scProductVersionPersistence);
174:            }
175:
176:            public static com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence() {
177:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
178:                        .getService();
179:
180:                return scFrameworkVersionLocalService.getResourcePersistence();
181:            }
182:
183:            public static void setResourcePersistence(
184:                    com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence) {
185:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
186:                        .getService();
187:
188:                scFrameworkVersionLocalService
189:                        .setResourcePersistence(resourcePersistence);
190:            }
191:
192:            public static com.liferay.portal.service.persistence.ResourceFinder getResourceFinder() {
193:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
194:                        .getService();
195:
196:                return scFrameworkVersionLocalService.getResourceFinder();
197:            }
198:
199:            public static void setResourceFinder(
200:                    com.liferay.portal.service.persistence.ResourceFinder resourceFinder) {
201:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
202:                        .getService();
203:
204:                scFrameworkVersionLocalService
205:                        .setResourceFinder(resourceFinder);
206:            }
207:
208:            public static com.liferay.portal.service.persistence.UserPersistence getUserPersistence() {
209:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
210:                        .getService();
211:
212:                return scFrameworkVersionLocalService.getUserPersistence();
213:            }
214:
215:            public static void setUserPersistence(
216:                    com.liferay.portal.service.persistence.UserPersistence userPersistence) {
217:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
218:                        .getService();
219:
220:                scFrameworkVersionLocalService
221:                        .setUserPersistence(userPersistence);
222:            }
223:
224:            public static com.liferay.portal.service.persistence.UserFinder getUserFinder() {
225:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
226:                        .getService();
227:
228:                return scFrameworkVersionLocalService.getUserFinder();
229:            }
230:
231:            public static void setUserFinder(
232:                    com.liferay.portal.service.persistence.UserFinder userFinder) {
233:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
234:                        .getService();
235:
236:                scFrameworkVersionLocalService.setUserFinder(userFinder);
237:            }
238:
239:            public static void afterPropertiesSet() {
240:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
241:                        .getService();
242:
243:                scFrameworkVersionLocalService.afterPropertiesSet();
244:            }
245:
246:            public static com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion addFrameworkVersion(
247:                    long userId, long plid, java.lang.String name,
248:                    java.lang.String url, boolean active, int priority,
249:                    boolean addCommunityPermissions, boolean addGuestPermissions)
250:                    throws com.liferay.portal.PortalException,
251:                    com.liferay.portal.SystemException {
252:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
253:                        .getService();
254:
255:                return scFrameworkVersionLocalService.addFrameworkVersion(
256:                        userId, plid, name, url, active, priority,
257:                        addCommunityPermissions, addGuestPermissions);
258:            }
259:
260:            public static com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion addFrameworkVersion(
261:                    long userId, long plid, java.lang.String name,
262:                    java.lang.String url, boolean active, int priority,
263:                    java.lang.String[] communityPermissions,
264:                    java.lang.String[] guestPermissions)
265:                    throws com.liferay.portal.PortalException,
266:                    com.liferay.portal.SystemException {
267:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
268:                        .getService();
269:
270:                return scFrameworkVersionLocalService.addFrameworkVersion(
271:                        userId, plid, name, url, active, priority,
272:                        communityPermissions, guestPermissions);
273:            }
274:
275:            public static com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion addFrameworkVersion(
276:                    long userId, long plid, java.lang.String name,
277:                    java.lang.String url, boolean active, int priority,
278:                    java.lang.Boolean addCommunityPermissions,
279:                    java.lang.Boolean addGuestPermissions,
280:                    java.lang.String[] communityPermissions,
281:                    java.lang.String[] guestPermissions)
282:                    throws com.liferay.portal.PortalException,
283:                    com.liferay.portal.SystemException {
284:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
285:                        .getService();
286:
287:                return scFrameworkVersionLocalService.addFrameworkVersion(
288:                        userId, plid, name, url, active, priority,
289:                        addCommunityPermissions, addGuestPermissions,
290:                        communityPermissions, guestPermissions);
291:            }
292:
293:            public static void addFrameworkVersionResources(
294:                    long frameworkVersionId, boolean addCommunityPermissions,
295:                    boolean addGuestPermissions)
296:                    throws com.liferay.portal.PortalException,
297:                    com.liferay.portal.SystemException {
298:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
299:                        .getService();
300:
301:                scFrameworkVersionLocalService.addFrameworkVersionResources(
302:                        frameworkVersionId, addCommunityPermissions,
303:                        addGuestPermissions);
304:            }
305:
306:            public static void addFrameworkVersionResources(
307:                    com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion frameworkVersion,
308:                    boolean addCommunityPermissions, boolean addGuestPermissions)
309:                    throws com.liferay.portal.PortalException,
310:                    com.liferay.portal.SystemException {
311:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
312:                        .getService();
313:
314:                scFrameworkVersionLocalService.addFrameworkVersionResources(
315:                        frameworkVersion, addCommunityPermissions,
316:                        addGuestPermissions);
317:            }
318:
319:            public static void addFrameworkVersionResources(
320:                    long frameworkVersionId,
321:                    java.lang.String[] communityPermissions,
322:                    java.lang.String[] guestPermissions)
323:                    throws com.liferay.portal.PortalException,
324:                    com.liferay.portal.SystemException {
325:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
326:                        .getService();
327:
328:                scFrameworkVersionLocalService.addFrameworkVersionResources(
329:                        frameworkVersionId, communityPermissions,
330:                        guestPermissions);
331:            }
332:
333:            public static void addFrameworkVersionResources(
334:                    com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion frameworkVersion,
335:                    java.lang.String[] communityPermissions,
336:                    java.lang.String[] guestPermissions)
337:                    throws com.liferay.portal.PortalException,
338:                    com.liferay.portal.SystemException {
339:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
340:                        .getService();
341:
342:                scFrameworkVersionLocalService.addFrameworkVersionResources(
343:                        frameworkVersion, communityPermissions,
344:                        guestPermissions);
345:            }
346:
347:            public static void deleteFrameworkVersion(long frameworkVersionId)
348:                    throws com.liferay.portal.PortalException,
349:                    com.liferay.portal.SystemException {
350:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
351:                        .getService();
352:
353:                scFrameworkVersionLocalService
354:                        .deleteFrameworkVersion(frameworkVersionId);
355:            }
356:
357:            public static void deleteFrameworkVersion(
358:                    com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion frameworkVersion)
359:                    throws com.liferay.portal.PortalException,
360:                    com.liferay.portal.SystemException {
361:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
362:                        .getService();
363:
364:                scFrameworkVersionLocalService
365:                        .deleteFrameworkVersion(frameworkVersion);
366:            }
367:
368:            public static void deleteFrameworkVersions(long groupId)
369:                    throws com.liferay.portal.PortalException,
370:                    com.liferay.portal.SystemException {
371:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
372:                        .getService();
373:
374:                scFrameworkVersionLocalService.deleteFrameworkVersions(groupId);
375:            }
376:
377:            public static com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion getFrameworkVersion(
378:                    long frameworkVersionId)
379:                    throws com.liferay.portal.PortalException,
380:                    com.liferay.portal.SystemException {
381:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
382:                        .getService();
383:
384:                return scFrameworkVersionLocalService
385:                        .getFrameworkVersion(frameworkVersionId);
386:            }
387:
388:            public static java.util.List getFrameworkVersions(long groupId,
389:                    int begin, int end)
390:                    throws com.liferay.portal.SystemException {
391:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
392:                        .getService();
393:
394:                return scFrameworkVersionLocalService.getFrameworkVersions(
395:                        groupId, begin, end);
396:            }
397:
398:            public static java.util.List getFrameworkVersions(long groupId,
399:                    boolean active) throws com.liferay.portal.SystemException {
400:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
401:                        .getService();
402:
403:                return scFrameworkVersionLocalService.getFrameworkVersions(
404:                        groupId, active);
405:            }
406:
407:            public static java.util.List getFrameworkVersions(long groupId,
408:                    boolean active, int begin, int end)
409:                    throws com.liferay.portal.SystemException {
410:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
411:                        .getService();
412:
413:                return scFrameworkVersionLocalService.getFrameworkVersions(
414:                        groupId, active, begin, end);
415:            }
416:
417:            public static int getFrameworkVersionsCount(long groupId)
418:                    throws com.liferay.portal.SystemException {
419:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
420:                        .getService();
421:
422:                return scFrameworkVersionLocalService
423:                        .getFrameworkVersionsCount(groupId);
424:            }
425:
426:            public static int getFrameworkVersionsCount(long groupId,
427:                    boolean active) throws com.liferay.portal.SystemException {
428:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
429:                        .getService();
430:
431:                return scFrameworkVersionLocalService
432:                        .getFrameworkVersionsCount(groupId, active);
433:            }
434:
435:            public static java.util.List getProductVersionFrameworkVersions(
436:                    long productVersionId)
437:                    throws com.liferay.portal.PortalException,
438:                    com.liferay.portal.SystemException {
439:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
440:                        .getService();
441:
442:                return scFrameworkVersionLocalService
443:                        .getProductVersionFrameworkVersions(productVersionId);
444:            }
445:
446:            public static com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion updateFrameworkVersion(
447:                    long frameworkVersionId, java.lang.String name,
448:                    java.lang.String url, boolean active, int priority)
449:                    throws com.liferay.portal.PortalException,
450:                    com.liferay.portal.SystemException {
451:                SCFrameworkVersionLocalService scFrameworkVersionLocalService = SCFrameworkVersionLocalServiceFactory
452:                        .getService();
453:
454:                return scFrameworkVersionLocalService.updateFrameworkVersion(
455:                        frameworkVersionId, name, url, active, priority);
456:            }
457:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.