org.ow2.dragon.ui.uibeans.organization
Class AddPostToOrgBean

java.lang.Object
  extended by org.ow2.dragon.ui.uibeans.organization.AddPostToOrgBean

public class AddPostToOrgBean
extends java.lang.Object

Author:
ofabre - eBM Websourcing

Constructor Summary
AddPostToOrgBean()
           
 
Method Summary
 java.lang.String addPostsToOrg(javax.servlet.http.HttpServletRequest iRequest, OrganizationBean orgBean, ListOfPostsBean listOfPosts)
          Add a posts to an organization object with current attributes
 java.util.List<java.lang.String> getPostIds()
           
 void setPostIds(java.util.List<java.lang.String> postIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddPostToOrgBean

public AddPostToOrgBean()
Method Detail

addPostsToOrg

public java.lang.String addPostsToOrg(javax.servlet.http.HttpServletRequest iRequest,
                                      OrganizationBean orgBean,
                                      ListOfPostsBean listOfPosts)
                               throws org.ow2.opensuit.core.error.LocalizedError
Add a posts to an organization object with current attributes

Throws:
org.ow2.opensuit.core.error.LocalizedError

getPostIds

public java.util.List<java.lang.String> getPostIds()

setPostIds

public void setPostIds(java.util.List<java.lang.String> postIds)


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.