|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.LayoutSetPrototypeServiceWrapper
public class LayoutSetPrototypeServiceWrapper
This class is a wrapper for LayoutSetPrototypeService
.
LayoutSetPrototypeService
Constructor Summary | |
---|---|
LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface LayoutSetPrototypeService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface LayoutSetPrototypeService
beanIdentifier
- the Spring bean ID for this beanpublic LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException, SystemException
addLayoutSetPrototype
in interface LayoutSetPrototypeService
PortalException
SystemException
public void deleteLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException, SystemException
deleteLayoutSetPrototype
in interface LayoutSetPrototypeService
PortalException
SystemException
public LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException, SystemException
getLayoutSetPrototype
in interface LayoutSetPrototypeService
PortalException
SystemException
public List<LayoutSetPrototype> search(long companyId, Boolean active, OrderByComparator obc) throws PortalException, SystemException
search
in interface LayoutSetPrototypeService
PortalException
SystemException
public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException, SystemException
updateLayoutSetPrototype
in interface LayoutSetPrototypeService
PortalException
SystemException
public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, String settings) throws PortalException, SystemException
updateLayoutSetPrototype
in interface LayoutSetPrototypeService
PortalException
SystemException
public LayoutSetPrototypeService getWrappedLayoutSetPrototypeService()
getWrappedService()
public void setWrappedLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
setWrappedService(com.liferay.portal.service.LayoutSetPrototypeService)
public LayoutSetPrototypeService getWrappedService()
getWrappedService
in interface ServiceWrapper<LayoutSetPrototypeService>
public void setWrappedService(LayoutSetPrototypeService layoutSetPrototypeService)
setWrappedService
in interface ServiceWrapper<LayoutSetPrototypeService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |