Package com.liferay.portal.service.impl
Class LayoutPrototypeServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.LayoutPrototypeServiceBaseImpl
com.liferay.portal.service.impl.LayoutPrototypeServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.LayoutPrototypeService
- Author:
- Brian Wing Shun Chan, Jorge Ferrer
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.LayoutPrototypeServiceBaseImpl
counterLocalService, layoutPrototypeLocalService, layoutPrototypePersistence, layoutPrototypeService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.LayoutPrototype
addLayoutPrototype
(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteLayoutPrototype
(long layoutPrototypeId) com.liferay.portal.kernel.model.LayoutPrototype
fetchLayoutPrototype
(long layoutPrototypeId) com.liferay.portal.kernel.model.LayoutPrototype
getLayoutPrototype
(long layoutPrototypeId) List<com.liferay.portal.kernel.model.LayoutPrototype>
search
(long companyId, Boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutPrototype> orderByComparator) com.liferay.portal.kernel.model.LayoutPrototype
updateLayoutPrototype
(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) Methods inherited from class com.liferay.portal.service.base.LayoutPrototypeServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getLayoutPrototypeLocalService, getLayoutPrototypePersistence, getLayoutPrototypeService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setLayoutPrototypeLocalService, setLayoutPrototypePersistence, setLayoutPrototypeService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
LayoutPrototypeServiceImpl
public LayoutPrototypeServiceImpl()
-
-
Method Details
-
addLayoutPrototype
public com.liferay.portal.kernel.model.LayoutPrototype addLayoutPrototype(Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteLayoutPrototype
public void deleteLayoutPrototype(long layoutPrototypeId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchLayoutPrototype
public com.liferay.portal.kernel.model.LayoutPrototype fetchLayoutPrototype(long layoutPrototypeId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutPrototype
public com.liferay.portal.kernel.model.LayoutPrototype getLayoutPrototype(long layoutPrototypeId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
search
public List<com.liferay.portal.kernel.model.LayoutPrototype> search(long companyId, Boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutPrototype> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateLayoutPrototype
public com.liferay.portal.kernel.model.LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Throws:
com.liferay.portal.kernel.exception.PortalException
-