|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.service.LayoutPrototypeServiceWrapper
@ProviderType public class LayoutPrototypeServiceWrapper
Provides a wrapper for LayoutPrototypeService
.
LayoutPrototypeService
Constructor Summary | |
---|---|
LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface LayoutPrototypeService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface LayoutPrototypeService
beanIdentifier
- the Spring bean ID for this beanpublic LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active) throws PortalException, SystemException
addLayoutPrototype(Map,
String, boolean, ServiceContext)
addLayoutPrototype
in interface LayoutPrototypeService
PortalException
SystemException
public LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active, ServiceContext serviceContext) throws PortalException, SystemException
addLayoutPrototype
in interface LayoutPrototypeService
PortalException
SystemException
public void deleteLayoutPrototype(long layoutPrototypeId) throws PortalException, SystemException
deleteLayoutPrototype
in interface LayoutPrototypeService
PortalException
SystemException
public LayoutPrototype getLayoutPrototype(long layoutPrototypeId) throws PortalException, SystemException
getLayoutPrototype
in interface LayoutPrototypeService
PortalException
SystemException
public List<LayoutPrototype> search(long companyId, Boolean active, OrderByComparator obc) throws PortalException, SystemException
search
in interface LayoutPrototypeService
PortalException
SystemException
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active) throws PortalException, SystemException
updateLayoutPrototype(long,
Map, String, boolean, ServiceContext)
updateLayoutPrototype
in interface LayoutPrototypeService
PortalException
SystemException
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active, ServiceContext serviceContext) throws PortalException, SystemException
updateLayoutPrototype
in interface LayoutPrototypeService
PortalException
SystemException
public LayoutPrototypeService getWrappedLayoutPrototypeService()
getWrappedService()
public void setWrappedLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
setWrappedService(com.liferay.portal.service.LayoutPrototypeService)
public LayoutPrototypeService getWrappedService()
getWrappedService
in interface ServiceWrapper<LayoutPrototypeService>
public void setWrappedService(LayoutPrototypeService layoutPrototypeService)
setWrappedService
in interface ServiceWrapper<LayoutPrototypeService>
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |