lumis.portal.metatag
Class MetaTagDao

Package class diagram package MetaTagDao
java.lang.Object
  extended by lumis.portal.metatag.MetaTagDao
All Implemented Interfaces:
IMetaTagDao

public class MetaTagDao
extends Object
implements IMetaTagDao

DAO JDBC implementation for Meta-Tags related data

Since:
4.0.11

Constructor Summary
MetaTagDao()
           
 
Method Summary
 void add(MetaTagConfig metaTagConfig, ITransaction transaction)
          Add a meta-tag
 void delete(String id, ITransaction transaction)
          Delete a meta-tag.
 MetaTagConfig get(String id, ITransaction transaction)
          Get a meta-tag object.
 List<String> getIdsByParentId(String parentId, ITransaction transaction)
          Get a list of meta-tag ids given the parentId
 void update(MetaTagConfig metaTagConfig, ITransaction transaction)
          Update a meta-tag configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaTagDao

public MetaTagDao()
Method Detail

add

public void add(MetaTagConfig metaTagConfig,
                ITransaction transaction)
         throws PortalException
Description copied from interface: IMetaTagDao
Add a meta-tag

Specified by:
add in interface IMetaTagDao
Throws:
PortalException

delete

public void delete(String id,
                   ITransaction transaction)
            throws PortalException
Description copied from interface: IMetaTagDao
Delete a meta-tag.

Specified by:
delete in interface IMetaTagDao
Throws:
PortalException

get

public MetaTagConfig get(String id,
                         ITransaction transaction)
                  throws PortalException
Description copied from interface: IMetaTagDao
Get a meta-tag object.

Specified by:
get in interface IMetaTagDao
Returns:
Throws:
PortalException

getIdsByParentId

public List<String> getIdsByParentId(String parentId,
                                     ITransaction transaction)
                              throws PortalException
Description copied from interface: IMetaTagDao
Get a list of meta-tag ids given the parentId

Specified by:
getIdsByParentId in interface IMetaTagDao
Returns:
Throws:
PortalException

update

public void update(MetaTagConfig metaTagConfig,
                   ITransaction transaction)
            throws PortalException
Description copied from interface: IMetaTagDao
Update a meta-tag configuration.

Specified by:
update in interface IMetaTagDao
Throws:
PortalException


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.