com.liferay.portal.service
Interface LayoutSetPrototypeLocalService

All Known Implementing Classes:
LayoutSetPrototypeLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface LayoutSetPrototypeLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface defines the service. The default implementation is com.liferay.portal.service.impl.LayoutSetPrototypeLocalServiceImpl}. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
LayoutSetPrototypeLocalServiceUtil
Generated:

Method Summary
 LayoutSetPrototype addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
           
 LayoutSetPrototype addLayoutSetPrototype(long userId, long companyId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active)
           
 LayoutSetPrototype createLayoutSetPrototype(long layoutSetPrototypeId)
           
 void deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
           
 void deleteLayoutSetPrototype(long layoutSetPrototypeId)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
           
 java.util.List<LayoutSetPrototype> getLayoutSetPrototypes(int start, int end)
           
 int getLayoutSetPrototypesCount()
           
 java.util.List<LayoutSetPrototype> search(long companyId, java.lang.Boolean active, int start, int end, OrderByComparator obc)
           
 int searchCount(long companyId, java.lang.Boolean active)
           
 LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
           
 LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype, boolean merge)
           
 LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active)
           
 

Method Detail

addLayoutSetPrototype

LayoutSetPrototype addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
                                         throws SystemException
Throws:
SystemException

createLayoutSetPrototype

LayoutSetPrototype createLayoutSetPrototype(long layoutSetPrototypeId)

deleteLayoutSetPrototype

void deleteLayoutSetPrototype(long layoutSetPrototypeId)
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

deleteLayoutSetPrototype

void deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
                              throws SystemException
Throws:
SystemException

dynamicQuery

java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Throws:
SystemException

dynamicQuery

java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                            int start,
                            int end)
                            throws SystemException
Throws:
SystemException

dynamicQuery

java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                            int start,
                            int end,
                            OrderByComparator orderByComparator)
                            throws SystemException
Throws:
SystemException

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Throws:
SystemException

getLayoutSetPrototype

@Transactional(propagation=SUPPORTS,
               readOnly=true)
LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
                                         throws PortalException,
                                                SystemException
Throws:
PortalException
SystemException

getLayoutSetPrototypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<LayoutSetPrototype> getLayoutSetPrototypes(int start,
                                                                                                   int end)
                                                          throws SystemException
Throws:
SystemException

getLayoutSetPrototypesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getLayoutSetPrototypesCount()
                                throws SystemException
Throws:
SystemException

updateLayoutSetPrototype

LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
                                            throws SystemException
Throws:
SystemException

updateLayoutSetPrototype

LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
                                            boolean merge)
                                            throws SystemException
Throws:
SystemException

addLayoutSetPrototype

LayoutSetPrototype addLayoutSetPrototype(long userId,
                                         long companyId,
                                         java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                         java.lang.String description,
                                         boolean active)
                                         throws PortalException,
                                                SystemException
Throws:
PortalException
SystemException

search

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<LayoutSetPrototype> search(long companyId,
                                                                                   java.lang.Boolean active,
                                                                                   int start,
                                                                                   int end,
                                                                                   OrderByComparator obc)
                                          throws SystemException
Throws:
SystemException

searchCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int searchCount(long companyId,
                                                         java.lang.Boolean active)
                throws SystemException
Throws:
SystemException

updateLayoutSetPrototype

LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
                                            java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                            java.lang.String description,
                                            boolean active)
                                            throws PortalException,
                                                   SystemException
Throws:
PortalException
SystemException