Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class LayoutSetPrototypeServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.LayoutSetPrototypeServiceBaseImpl
          extended by com.liferay.portal.service.impl.LayoutSetPrototypeServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, LayoutSetPrototypeService

public class LayoutSetPrototypeServiceImpl
extends LayoutSetPrototypeServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.LayoutSetPrototypeServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, layoutSetLocalService, layoutSetPersistence, layoutSetPrototypeLocalService, layoutSetPrototypePersistence, layoutSetPrototypeService, layoutSetService, 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
LayoutSetPrototypeServiceImpl()
           
 
Method Summary
 LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by addLayoutSetPrototype(Map, Map, boolean, boolean, ServiceContext)
 void deleteLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype fetchLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
           
 List<LayoutSetPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
 LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by updateLayoutSetPrototype(long, Map, Map, boolean, boolean, ServiceContext)
 LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, String settings)
           
 
Methods inherited from class com.liferay.portal.service.base.LayoutSetPrototypeServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getLayoutSetLocalService, getLayoutSetPersistence, getLayoutSetPrototypeLocalService, getLayoutSetPrototypePersistence, getLayoutSetPrototypeService, getLayoutSetService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setLayoutSetLocalService, setLayoutSetPersistence, setLayoutSetPrototypeLocalService, setLayoutSetPrototypePersistence, setLayoutSetPrototypeService, setLayoutSetService, 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

LayoutSetPrototypeServiceImpl

public LayoutSetPrototypeServiceImpl()
Method Detail

addLayoutSetPrototype

public LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap,
                                                Map<Locale,String> descriptionMap,
                                                boolean active,
                                                boolean layoutsUpdateable,
                                                ServiceContext serviceContext)
                                         throws PortalException
Throws:
PortalException

addLayoutSetPrototype

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

Throws:
PortalException

deleteLayoutSetPrototype

public void deleteLayoutSetPrototype(long layoutSetPrototypeId)
                              throws PortalException
Throws:
PortalException

fetchLayoutSetPrototype

public LayoutSetPrototype fetchLayoutSetPrototype(long layoutSetPrototypeId)
                                           throws PortalException
Throws:
PortalException

getLayoutSetPrototype

public LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
                                         throws PortalException
Throws:
PortalException

search

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

updateLayoutSetPrototype

public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
                                                   Map<Locale,String> nameMap,
                                                   Map<Locale,String> descriptionMap,
                                                   boolean active,
                                                   boolean layoutsUpdateable,
                                                   ServiceContext serviceContext)
                                            throws PortalException
Throws:
PortalException

updateLayoutSetPrototype

@Deprecated
public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
                                                              Map<Locale,String> nameMap,
                                                              String description,
                                                              boolean active,
                                                              boolean layoutsUpdateable,
                                                              ServiceContext serviceContext)
                                            throws PortalException
Deprecated. As of 7.0.0, replaced by updateLayoutSetPrototype(long, Map, Map, boolean, boolean, ServiceContext)

Throws:
PortalException

updateLayoutSetPrototype

public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
                                                   String settings)
                                            throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4