palio.designer.portal
Class PortalServiceImpl

java.lang.Object
  extended by palio.designer.portal.PortalServiceImpl
All Implemented Interfaces:
pl.com.torn.jpalio.portal.PortalService

public class PortalServiceImpl
extends java.lang.Object
implements pl.com.torn.jpalio.portal.PortalService


Field Summary
static PerInstanceService<palio.designer.portal.PortalServicePerInstance> services
           
 
Fields inherited from interface pl.com.torn.jpalio.portal.PortalService
FOLDERS, MEDIA, MIME_TYPES, OBJECTS, PAGES, PRIVS
 
Constructor Summary
PortalServiceImpl()
           
 
Method Summary
 long getSequence(java.lang.String elementType)
           
 pl.com.torn.jpalio.util.soap.MTOMWrapper getStructure(long sinceVersion)
           
 long performTransaction(pl.com.torn.jpalio.util.soap.MTOMWrapper delta)
           
 pl.com.torn.jpalio.util.soap.MTOMWrapper performTransactionAndGetStructure(pl.com.torn.jpalio.util.soap.MTOMWrapper delta, long sinceVersion)
           
 byte[] readMediaContent(long id)
           
 java.lang.String readObjectContent(long id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

services

public static final PerInstanceService<palio.designer.portal.PortalServicePerInstance> services
Constructor Detail

PortalServiceImpl

public PortalServiceImpl()
Method Detail

getStructure

public pl.com.torn.jpalio.util.soap.MTOMWrapper getStructure(long sinceVersion)
                                                      throws pl.com.torn.jpalio.PalioServerException
Specified by:
getStructure in interface pl.com.torn.jpalio.portal.PortalService
Throws:
pl.com.torn.jpalio.PalioServerException

readObjectContent

public java.lang.String readObjectContent(long id)
                                   throws pl.com.torn.jpalio.PalioServerException
Specified by:
readObjectContent in interface pl.com.torn.jpalio.portal.PortalService
Throws:
pl.com.torn.jpalio.PalioServerException

readMediaContent

public byte[] readMediaContent(long id)
                        throws pl.com.torn.jpalio.PalioServerException
Specified by:
readMediaContent in interface pl.com.torn.jpalio.portal.PortalService
Throws:
pl.com.torn.jpalio.PalioServerException

performTransaction

public long performTransaction(pl.com.torn.jpalio.util.soap.MTOMWrapper delta)
                        throws pl.com.torn.jpalio.PalioServerException
Specified by:
performTransaction in interface pl.com.torn.jpalio.portal.PortalService
Throws:
pl.com.torn.jpalio.PalioServerException

performTransactionAndGetStructure

public pl.com.torn.jpalio.util.soap.MTOMWrapper performTransactionAndGetStructure(pl.com.torn.jpalio.util.soap.MTOMWrapper delta,
                                                                                  long sinceVersion)
                                                                           throws pl.com.torn.jpalio.PalioServerException
Specified by:
performTransactionAndGetStructure in interface pl.com.torn.jpalio.portal.PortalService
Throws:
pl.com.torn.jpalio.PalioServerException

getSequence

public long getSequence(java.lang.String elementType)
                 throws pl.com.torn.jpalio.PalioServerException
Specified by:
getSequence in interface pl.com.torn.jpalio.portal.PortalService
Throws:
pl.com.torn.jpalio.PalioServerException