Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Interface LayoutRevisionLocalService

All Superinterfaces:
BaseLocalService, PersistedModelLocalService
All Known Implementing Classes:
LayoutRevisionLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface LayoutRevisionLocalService
extends BaseLocalService, PersistedModelLocalService

The interface for the layout revision local service.

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.

See Also:
LayoutRevisionLocalServiceUtil, LayoutRevisionLocalServiceBaseImpl, com.liferay.portal.service.impl.LayoutRevisionLocalServiceImpl

Method Summary
 LayoutRevision addLayoutRevision(LayoutRevision layoutRevision)
          Adds the layout revision to the database.
 LayoutRevision addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
 LayoutRevision createLayoutRevision(long layoutRevisionId)
          Creates a new layout revision with the primary key.
 void deleteLayoutLayoutRevisions(long plid)
           
 LayoutRevision deleteLayoutRevision(LayoutRevision layoutRevision)
          Deletes the layout revision from the database.
 LayoutRevision deleteLayoutRevision(long layoutRevisionId)
          Deletes the layout revision with the primary key from the database.
 void deleteLayoutRevisions(long layoutSetBranchId, long plid)
           
 void deleteLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid)
           
 void deleteLayoutSetBranchLayoutRevisions(long layoutSetBranchId)
           
 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.
 LayoutRevision fetchLastLayoutRevision(long plid, boolean head)
           
 LayoutRevision fetchLayoutRevision(long layoutRevisionId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<LayoutRevision> getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevisionId, long plid)
           
 List<LayoutRevision> getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator orderByComparator)
           
 int getChildLayoutRevisionsCount(long layoutSetBranchId, long parentLayoutRevision, long plid)
           
 LayoutRevision getLayoutRevision(long layoutRevisionId)
          Returns the layout revision with the primary key.
 LayoutRevision getLayoutRevision(long layoutSetBranchId, long plid, boolean head)
           
 LayoutRevision getLayoutRevision(long layoutSetBranchId, long layoutBranchId, long plid)
           
 List<LayoutRevision> getLayoutRevisions(int start, int end)
          Returns a range of all the layout revisions.
 List<LayoutRevision> getLayoutRevisions(long plid)
           
 List<LayoutRevision> getLayoutRevisions(long layoutSetBranchId, boolean head)
           
 List<LayoutRevision> getLayoutRevisions(long layoutSetBranchId, int status)
           
 List<LayoutRevision> getLayoutRevisions(long layoutSetBranchId, long plid)
           
 List<LayoutRevision> getLayoutRevisions(long layoutSetBranchId, long plid, int status)
           
 List<LayoutRevision> getLayoutRevisions(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutRevision> getLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 int getLayoutRevisionsCount()
          Returns the number of layout revisions.
 int getLayoutRevisionsCount(long layoutSetBranchId, long layoutBranchId, long plid)
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 LayoutRevision updateLayoutRevision(LayoutRevision layoutRevision)
          Updates the layout revision in the database or adds it if it does not yet exist.
 LayoutRevision updateLayoutRevision(LayoutRevision layoutRevision, boolean merge)
          Updates the layout revision in the database or adds it if it does not yet exist.
 LayoutRevision updateLayoutRevision(long userId, long layoutRevisionId, long layoutBranchId, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
 LayoutRevision updateStatus(long userId, long layoutRevisionId, int status, ServiceContext serviceContext)
           
 

Method Detail

addLayoutRevision

LayoutRevision addLayoutRevision(LayoutRevision layoutRevision)
                                 throws SystemException
Adds the layout revision to the database. Also notifies the appropriate model listeners.

Parameters:
layoutRevision - the layout revision
Returns:
the layout revision that was added
Throws:
SystemException - if a system exception occurred

createLayoutRevision

LayoutRevision createLayoutRevision(long layoutRevisionId)
Creates a new layout revision with the primary key. Does not add the layout revision to the database.

Parameters:
layoutRevisionId - the primary key for the new layout revision
Returns:
the new layout revision

deleteLayoutRevision

LayoutRevision deleteLayoutRevision(long layoutRevisionId)
                                    throws PortalException,
                                           SystemException
Deletes the layout revision with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
layoutRevisionId - the primary key of the layout revision
Returns:
the layout revision that was removed
Throws:
PortalException - if a layout revision with the primary key could not be found
SystemException - if a system exception occurred

deleteLayoutRevision

LayoutRevision deleteLayoutRevision(LayoutRevision layoutRevision)
                                    throws PortalException,
                                           SystemException
Deletes the layout revision from the database. Also notifies the appropriate model listeners.

Parameters:
layoutRevision - the layout revision
Returns:
the layout revision that was removed
Throws:
PortalException
SystemException - if a system exception occurred

dynamicQuery

DynamicQuery dynamicQuery()

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery,
                  int start,
                  int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

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.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery,
                  int start,
                  int end,
                  OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

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.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchLayoutRevision

@Transactional(propagation=SUPPORTS,
               readOnly=true)
LayoutRevision fetchLayoutRevision(long layoutRevisionId)
                                   throws SystemException
Throws:
SystemException

getLayoutRevision

@Transactional(propagation=SUPPORTS,
               readOnly=true)
LayoutRevision getLayoutRevision(long layoutRevisionId)
                                 throws PortalException,
                                        SystemException
Returns the layout revision with the primary key.

Parameters:
layoutRevisionId - the primary key of the layout revision
Returns:
the layout revision
Throws:
PortalException - if a layout revision with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

@Transactional(propagation=SUPPORTS,
               readOnly=true)
PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Throws:
PortalException
SystemException

getLayoutRevisions

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<LayoutRevision> getLayoutRevisions(int start,
                                                                                 int end)
                                        throws SystemException
Returns a range of all the layout revisions.

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.

Parameters:
start - the lower bound of the range of layout revisions
end - the upper bound of the range of layout revisions (not inclusive)
Returns:
the range of layout revisions
Throws:
SystemException - if a system exception occurred

getLayoutRevisionsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getLayoutRevisionsCount()
                            throws SystemException
Returns the number of layout revisions.

Returns:
the number of layout revisions
Throws:
SystemException - if a system exception occurred

updateLayoutRevision

LayoutRevision updateLayoutRevision(LayoutRevision layoutRevision)
                                    throws SystemException
Updates the layout revision in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Parameters:
layoutRevision - the layout revision
Returns:
the layout revision that was updated
Throws:
SystemException - if a system exception occurred

updateLayoutRevision

LayoutRevision updateLayoutRevision(LayoutRevision layoutRevision,
                                    boolean merge)
                                    throws SystemException
Updates the layout revision in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Parameters:
layoutRevision - the layout revision
merge - whether to merge the layout revision with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the layout revision that was updated
Throws:
SystemException - if a system exception occurred

getBeanIdentifier

String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

addLayoutRevision

LayoutRevision addLayoutRevision(long userId,
                                 long layoutSetBranchId,
                                 long layoutBranchId,
                                 long parentLayoutRevisionId,
                                 boolean head,
                                 long plid,
                                 long portletPreferencesPlid,
                                 boolean privateLayout,
                                 String name,
                                 String title,
                                 String description,
                                 String keywords,
                                 String robots,
                                 String typeSettings,
                                 boolean iconImage,
                                 long iconImageId,
                                 String themeId,
                                 String colorSchemeId,
                                 String wapThemeId,
                                 String wapColorSchemeId,
                                 String css,
                                 ServiceContext serviceContext)
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

deleteLayoutLayoutRevisions

void deleteLayoutLayoutRevisions(long plid)
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

deleteLayoutRevisions

void deleteLayoutRevisions(long layoutSetBranchId,
                           long plid)
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

deleteLayoutRevisions

void deleteLayoutRevisions(long layoutSetBranchId,
                           long layoutBranchId,
                           long plid)
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

deleteLayoutSetBranchLayoutRevisions

void deleteLayoutSetBranchLayoutRevisions(long layoutSetBranchId)
                                          throws PortalException,
                                                 SystemException
Throws:
PortalException
SystemException

fetchLastLayoutRevision

@Transactional(propagation=SUPPORTS,
               readOnly=true)
LayoutRevision fetchLastLayoutRevision(long plid,
                                                                                boolean head)
                                       throws SystemException
Throws:
SystemException

getChildLayoutRevisions

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<LayoutRevision> getChildLayoutRevisions(long layoutSetBranchId,
                                                                                      long parentLayoutRevisionId,
                                                                                      long plid)
                                             throws SystemException
Throws:
SystemException

getChildLayoutRevisions

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<LayoutRevision> getChildLayoutRevisions(long layoutSetBranchId,
                                                                                      long parentLayoutRevision,
                                                                                      long plid,
                                                                                      int start,
                                                                                      int end,
                                                                                      OrderByComparator orderByComparator)
                                             throws SystemException
Throws:
SystemException

getChildLayoutRevisionsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getChildLayoutRevisionsCount(long layoutSetBranchId,
                                                                          long parentLayoutRevision,
                                                                          long plid)
                                 throws SystemException
Throws:
SystemException

getLayoutRevision

@Transactional(propagation=SUPPORTS,
               readOnly=true)
LayoutRevision getLayoutRevision(long layoutSetBranchId,
                                                                          long plid,
                                                                          boolean head)
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

getLayoutRevision

@Transactional(propagation=SUPPORTS,
               readOnly=true)
LayoutRevision getLayoutRevision(long layoutSetBranchId,
                                                                          long layoutBranchId,
                                                                          long plid)
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

getLayoutRevisions

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<LayoutRevision> getLayoutRevisions(long plid)
                                        throws SystemException
Throws:
SystemException

getLayoutRevisions

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<LayoutRevision> getLayoutRevisions(long layoutSetBranchId,
                                                                                 boolean head)
                                        throws SystemException
Throws:
SystemException

getLayoutRevisions

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<LayoutRevision> getLayoutRevisions(long layoutSetBranchId,
                                                                                 int status)
                                        throws SystemException
Throws:
SystemException

getLayoutRevisions

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<LayoutRevision> getLayoutRevisions(long layoutSetBranchId,
                                                                                 long plid)
                                        throws SystemException
Throws:
SystemException

getLayoutRevisions

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<LayoutRevision> getLayoutRevisions(long layoutSetBranchId,
                                                                                 long plid,
                                                                                 int status)
                                        throws SystemException
Throws:
SystemException

getLayoutRevisions

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<LayoutRevision> getLayoutRevisions(long layoutSetBranchId,
                                                                                 long plid,
                                                                                 int start,
                                                                                 int end,
                                                                                 OrderByComparator orderByComparator)
                                        throws SystemException
Throws:
SystemException

getLayoutRevisions

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<LayoutRevision> getLayoutRevisions(long layoutSetBranchId,
                                                                                 long layoutBranchId,
                                                                                 long plid,
                                                                                 int start,
                                                                                 int end,
                                                                                 OrderByComparator orderByComparator)
                                        throws SystemException
Throws:
SystemException

getLayoutRevisionsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getLayoutRevisionsCount(long layoutSetBranchId,
                                                                     long layoutBranchId,
                                                                     long plid)
                            throws SystemException
Throws:
SystemException

updateLayoutRevision

LayoutRevision updateLayoutRevision(long userId,
                                    long layoutRevisionId,
                                    long layoutBranchId,
                                    String name,
                                    String title,
                                    String description,
                                    String keywords,
                                    String robots,
                                    String typeSettings,
                                    boolean iconImage,
                                    long iconImageId,
                                    String themeId,
                                    String colorSchemeId,
                                    String wapThemeId,
                                    String wapColorSchemeId,
                                    String css,
                                    ServiceContext serviceContext)
                                    throws PortalException,
                                           SystemException
Throws:
PortalException
SystemException

updateStatus

LayoutRevision updateStatus(long userId,
                            long layoutRevisionId,
                            int status,
                            ServiceContext serviceContext)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3