Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class LayoutPrototypeServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.LayoutPrototypeServiceBaseImpl
          extended by com.liferay.portal.service.impl.LayoutPrototypeServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, LayoutPrototypeService

public class LayoutPrototypeServiceImpl
extends LayoutPrototypeServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.LayoutPrototypeServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, layoutFinder, layoutLocalService, layoutPersistence, layoutPrototypeLocalService, layoutPrototypePersistence, layoutPrototypeService, layoutService, portletPreferencesFinder, portletPreferencesLocalService, portletPreferencesPersistence, portletPreferencesService, resourceLocalService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
LayoutPrototypeServiceImpl()
           
 
Method Summary
 LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, ServiceContext serviceContext)
           
 LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active)
          Deprecated. As of 6.2.0, replaced by addLayoutPrototype(Map, String, boolean, ServiceContext)
 LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by addLayoutPrototype(Map, Map, boolean, ServiceContext)
 void deleteLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype fetchLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
           
 List<LayoutPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> obc)
           
 LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, ServiceContext serviceContext)
           
 LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
          Deprecated. As of 6.2.0, replaced by updateLayoutPrototype(long, Map, String, boolean, ServiceContext)
 LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by updateLayoutPrototype(long, Map, Map, boolean, ServiceContext)
 
Methods inherited from class com.liferay.portal.service.base.LayoutPrototypeServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutPrototypeLocalService, getLayoutPrototypePersistence, getLayoutPrototypeService, getLayoutService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPortletPreferencesFinder, getPortletPreferencesLocalService, getPortletPreferencesPersistence, getPortletPreferencesService, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutPrototypeLocalService, setLayoutPrototypePersistence, setLayoutPrototypeService, setLayoutService, setPortletPreferencesFinder, setPortletPreferencesLocalService, setPortletPreferencesPersistence, setPortletPreferencesService, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutPrototypeServiceImpl

public LayoutPrototypeServiceImpl()
Method Detail

addLayoutPrototype

public LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
                                          Map<Locale,String> descriptionMap,
                                          boolean active,
                                          ServiceContext serviceContext)
                                   throws PortalException
Throws:
PortalException

addLayoutPrototype

@Deprecated
public LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
                                                     String description,
                                                     boolean active)
                                   throws PortalException
Deprecated. As of 6.2.0, replaced by addLayoutPrototype(Map, String, boolean, ServiceContext)

Throws:
PortalException

addLayoutPrototype

@Deprecated
public LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
                                                     String description,
                                                     boolean active,
                                                     ServiceContext serviceContext)
                                   throws PortalException
Deprecated. As of 7.0.0, replaced by addLayoutPrototype(Map, Map, boolean, ServiceContext)

Throws:
PortalException

deleteLayoutPrototype

public void deleteLayoutPrototype(long layoutPrototypeId)
                           throws PortalException
Throws:
PortalException

fetchLayoutPrototype

public LayoutPrototype fetchLayoutPrototype(long layoutPrototypeId)
                                     throws PortalException
Throws:
PortalException

getLayoutPrototype

public LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
                                   throws PortalException
Throws:
PortalException

search

public List<LayoutPrototype> search(long companyId,
                                    Boolean active,
                                    OrderByComparator<LayoutPrototype> obc)
                             throws PortalException
Throws:
PortalException

updateLayoutPrototype

public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
                                             Map<Locale,String> nameMap,
                                             Map<Locale,String> descriptionMap,
                                             boolean active,
                                             ServiceContext serviceContext)
                                      throws PortalException
Throws:
PortalException

updateLayoutPrototype

@Deprecated
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
                                                        Map<Locale,String> nameMap,
                                                        String description,
                                                        boolean active)
                                      throws PortalException
Deprecated. As of 6.2.0, replaced by updateLayoutPrototype(long, Map, String, boolean, ServiceContext)

Throws:
PortalException

updateLayoutPrototype

@Deprecated
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
                                                        Map<Locale,String> nameMap,
                                                        String description,
                                                        boolean active,
                                                        ServiceContext serviceContext)
                                      throws PortalException
Deprecated. As of 7.0.0, replaced by updateLayoutPrototype(long, Map, Map, boolean, ServiceContext)

Throws:
PortalException

Liferay 7.0-ce-b4