|
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.LayoutPrototypeServiceWrapper
public class LayoutPrototypeServiceWrapper
This class is a wrapper for LayoutPrototypeService
.
LayoutPrototypeService
Constructor Summary | |
---|---|
LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
|
Method Summary | |
---|---|
LayoutPrototype |
addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
|
void |
deleteLayoutPrototype(long layoutPrototypeId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
LayoutPrototype |
getLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototypeService |
getWrappedLayoutPrototypeService()
Deprecated. Renamed to getWrappedService() |
LayoutPrototypeService |
getWrappedService()
|
List<LayoutPrototype> |
search(long companyId,
Boolean active,
OrderByComparator obc)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.LayoutPrototypeService) |
void |
setWrappedService(LayoutPrototypeService layoutPrototypeService)
|
LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
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
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
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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |